@polkadot/extension-base 0.46.7 → 0.46.8
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 +8 -8
- package/packageInfo.js +1 -1
package/cjs/packageInfo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.packageInfo = void 0;
|
|
4
|
-
exports.packageInfo = { name: '@polkadot/extension-base', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.46.
|
|
4
|
+
exports.packageInfo = { name: '@polkadot/extension-base', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.46.8' };
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"./cjs/packageDetect.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "0.46.
|
|
21
|
+
"version": "0.46.8",
|
|
22
22
|
"main": "./cjs/index.js",
|
|
23
23
|
"module": "./index.js",
|
|
24
24
|
"types": "./index.d.ts",
|
|
@@ -217,15 +217,15 @@
|
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
219
|
"dependencies": {
|
|
220
|
-
"@polkadot/api": "^10.
|
|
221
|
-
"@polkadot/extension-chains": "0.46.
|
|
222
|
-
"@polkadot/extension-dapp": "0.46.
|
|
223
|
-
"@polkadot/extension-inject": "0.46.
|
|
220
|
+
"@polkadot/api": "^10.12.2",
|
|
221
|
+
"@polkadot/extension-chains": "0.46.8",
|
|
222
|
+
"@polkadot/extension-dapp": "0.46.8",
|
|
223
|
+
"@polkadot/extension-inject": "0.46.8",
|
|
224
224
|
"@polkadot/keyring": "^12.6.2",
|
|
225
225
|
"@polkadot/networks": "^12.6.2",
|
|
226
|
-
"@polkadot/phishing": "^0.22.
|
|
227
|
-
"@polkadot/rpc-provider": "^10.
|
|
228
|
-
"@polkadot/types": "^10.
|
|
226
|
+
"@polkadot/phishing": "^0.22.3",
|
|
227
|
+
"@polkadot/rpc-provider": "^10.12.2",
|
|
228
|
+
"@polkadot/types": "^10.12.2",
|
|
229
229
|
"@polkadot/ui-keyring": "^3.6.5",
|
|
230
230
|
"@polkadot/ui-settings": "^3.6.5",
|
|
231
231
|
"@polkadot/util": "^12.6.2",
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@polkadot/extension-base', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '0.46.
|
|
1
|
+
export const packageInfo = { name: '@polkadot/extension-base', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '0.46.8' };
|