@polkadot/extension-base 0.62.6 → 0.63.1
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/background/types.d.ts +1 -1
- package/cjs/background/types.d.ts +1 -1
- package/cjs/packageInfo.js +1 -1
- package/package.json +14 -14
- package/packageInfo.js +1 -1
package/background/types.d.ts
CHANGED
|
@@ -165,7 +165,7 @@ export interface RequestAccountCreateHardware {
|
|
|
165
165
|
accountIndex: number;
|
|
166
166
|
address: string;
|
|
167
167
|
addressOffset: number;
|
|
168
|
-
genesisHash
|
|
168
|
+
genesisHash?: HexString | null;
|
|
169
169
|
hardwareType: string;
|
|
170
170
|
name: string;
|
|
171
171
|
type: KeypairType;
|
|
@@ -165,7 +165,7 @@ export interface RequestAccountCreateHardware {
|
|
|
165
165
|
accountIndex: number;
|
|
166
166
|
address: string;
|
|
167
167
|
addressOffset: number;
|
|
168
|
-
genesisHash
|
|
168
|
+
genesisHash?: HexString | null;
|
|
169
169
|
hardwareType: string;
|
|
170
170
|
name: string;
|
|
171
171
|
type: KeypairType;
|
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.
|
|
4
|
+
exports.packageInfo = { name: '@polkadot/extension-base', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.63.1' };
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"./cjs/packageDetect.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "0.
|
|
21
|
+
"version": "0.63.1",
|
|
22
22
|
"main": "./cjs/index.js",
|
|
23
23
|
"module": "./index.js",
|
|
24
24
|
"types": "./index.d.ts",
|
|
@@ -479,19 +479,19 @@
|
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
481
|
"dependencies": {
|
|
482
|
-
"@polkadot/api": "^16.5.
|
|
483
|
-
"@polkadot/extension-chains": "0.
|
|
484
|
-
"@polkadot/extension-dapp": "0.
|
|
485
|
-
"@polkadot/extension-inject": "0.
|
|
486
|
-
"@polkadot/keyring": "^
|
|
487
|
-
"@polkadot/networks": "^
|
|
488
|
-
"@polkadot/phishing": "^0.25.
|
|
489
|
-
"@polkadot/rpc-provider": "^16.5.
|
|
490
|
-
"@polkadot/types": "^16.5.
|
|
491
|
-
"@polkadot/ui-keyring": "^3.16.
|
|
492
|
-
"@polkadot/ui-settings": "^3.16.
|
|
493
|
-
"@polkadot/util": "^
|
|
494
|
-
"@polkadot/util-crypto": "^
|
|
482
|
+
"@polkadot/api": "^16.5.6",
|
|
483
|
+
"@polkadot/extension-chains": "0.63.1",
|
|
484
|
+
"@polkadot/extension-dapp": "0.63.1",
|
|
485
|
+
"@polkadot/extension-inject": "0.63.1",
|
|
486
|
+
"@polkadot/keyring": "^14.0.3",
|
|
487
|
+
"@polkadot/networks": "^14.0.3",
|
|
488
|
+
"@polkadot/phishing": "^0.25.25",
|
|
489
|
+
"@polkadot/rpc-provider": "^16.5.6",
|
|
490
|
+
"@polkadot/types": "^16.5.6",
|
|
491
|
+
"@polkadot/ui-keyring": "^3.16.7",
|
|
492
|
+
"@polkadot/ui-settings": "^3.16.7",
|
|
493
|
+
"@polkadot/util": "^14.0.3",
|
|
494
|
+
"@polkadot/util-crypto": "^14.0.3",
|
|
495
495
|
"eventemitter3": "^5.0.1",
|
|
496
496
|
"rxjs": "^7.8.1",
|
|
497
497
|
"tslib": "^2.8.1"
|
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.
|
|
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.63.1' };
|