Skip to content

Commit 971d513

Browse files
authored
chore: bump to 0.4.2 (#18)
* rename client to provider * update pnpm lock
1 parent 82b4e4d commit 971d513

6 files changed

Lines changed: 127 additions & 126 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rings_extension",
3-
"version": "0.3.6",
3+
"version": "0.4.2",
44
"description": "Browser Extension of rings network",
55
"keywords": [
66
"extension",
@@ -56,7 +56,7 @@
5656
"@metamask/post-message-stream": "^6.1.1",
5757
"@metamask/providers": "^10.2.1",
5858
"@rings/webext-template": "link:",
59-
"@ringsnetwork/rings-node": "https://github.com/RingsNetwork/rings-node/releases/download/v0.3.5/rings-v0.3.5-wasm32-unknown-unknown.tgz",
59+
"@ringsnetwork/rings-node": "https://github.com/RingsNetwork/rings-node/releases/download/v0.4.2/rings-v0.4.2-wasm32-unknown-unknown.tgz",
6060
"@unocss/reset": "^0.50.6",
6161
"buffer": "^6.0.3",
6262
"document-ready": "^2.0.2",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shim.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ declare module 'webext-bridge' {
1414
},
1515
{
1616
address: string
17-
clients: any[]
17+
providers: any[]
1818
}
1919
>
2020
'connect-node': ProtocolWithReturn<{ url: string }, any>
2121
'sign-message': ProtocolWithReturn<{ auth: string }, { signed: string }>
22-
'get-client': ProtocolWithReturn<
22+
'get-provider': ProtocolWithReturn<
2323
any,
2424
{
25-
clients: any[]
25+
providers: any[]
2626
currentAccount: string | undefined
2727
}
2828
>
@@ -39,7 +39,7 @@ declare module 'webext-bridge' {
3939
} & Record<string, any>
4040
>
4141
'node-status-change': ProtocolWithReturn<Record<string, any>, any>
42-
'destroy-client': any
42+
'destroy-provider': any
4343
'get-peers': ProtocolWithReturn<any, any>
4444
getWindowInfo: ProtocolWithReturn<
4545
any,

0 commit comments

Comments
 (0)