@polkadot/extension-base 0.44.8 → 0.44.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/packageInfo.js +1 -1
- package/package.json +16 -16
- package/packageInfo.js +1 -1
package/cjs/packageInfo.js
CHANGED
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"./cjs/detectPackage.js"
|
|
18
18
|
],
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "0.44.
|
|
20
|
+
"version": "0.44.9",
|
|
21
21
|
"main": "./cjs/index.js",
|
|
22
22
|
"module": "./index.js",
|
|
23
23
|
"types": "./index.d.ts",
|
|
@@ -182,21 +182,21 @@
|
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"dependencies": {
|
|
185
|
-
"@babel/runtime": "^7.20.
|
|
186
|
-
"@polkadot/api": "^9.
|
|
187
|
-
"@polkadot/extension-chains": "^0.44.
|
|
188
|
-
"@polkadot/extension-dapp": "^0.44.
|
|
189
|
-
"@polkadot/extension-inject": "^0.44.
|
|
190
|
-
"@polkadot/keyring": "^10.2
|
|
191
|
-
"@polkadot/networks": "^10.2
|
|
192
|
-
"@polkadot/phishing": "^0.
|
|
193
|
-
"@polkadot/rpc-provider": "^9.
|
|
194
|
-
"@polkadot/types": "^9.
|
|
195
|
-
"@polkadot/ui-keyring": "^2.
|
|
196
|
-
"@polkadot/ui-settings": "^2.
|
|
197
|
-
"@polkadot/util": "^10.2
|
|
198
|
-
"@polkadot/util-crypto": "^10.2
|
|
199
|
-
"eventemitter3": "^
|
|
185
|
+
"@babel/runtime": "^7.20.13",
|
|
186
|
+
"@polkadot/api": "^9.14.2",
|
|
187
|
+
"@polkadot/extension-chains": "^0.44.9",
|
|
188
|
+
"@polkadot/extension-dapp": "^0.44.9",
|
|
189
|
+
"@polkadot/extension-inject": "^0.44.9",
|
|
190
|
+
"@polkadot/keyring": "^10.4.2",
|
|
191
|
+
"@polkadot/networks": "^10.4.2",
|
|
192
|
+
"@polkadot/phishing": "^0.19.3",
|
|
193
|
+
"@polkadot/rpc-provider": "^9.14.2",
|
|
194
|
+
"@polkadot/types": "^9.14.2",
|
|
195
|
+
"@polkadot/ui-keyring": "^2.11.3",
|
|
196
|
+
"@polkadot/ui-settings": "^2.11.3",
|
|
197
|
+
"@polkadot/util": "^10.4.2",
|
|
198
|
+
"@polkadot/util-crypto": "^10.4.2",
|
|
199
|
+
"eventemitter3": "^5.0.0",
|
|
200
200
|
"rxjs": "^7.8.0"
|
|
201
201
|
}
|
|
202
202
|
}
|
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@polkadot/extension-base',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.44.
|
|
10
|
+
version: '0.44.9'
|
|
11
11
|
};
|