@polkadot/extension-base 0.62.5 → 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.
@@ -165,7 +165,7 @@ export interface RequestAccountCreateHardware {
165
165
  accountIndex: number;
166
166
  address: string;
167
167
  addressOffset: number;
168
- genesisHash: HexString;
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: HexString;
168
+ genesisHash?: HexString | null;
169
169
  hardwareType: string;
170
170
  name: string;
171
171
  type: KeypairType;
@@ -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.62.5' };
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.62.5",
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.2",
483
- "@polkadot/extension-chains": "0.62.5",
484
- "@polkadot/extension-dapp": "0.62.5",
485
- "@polkadot/extension-inject": "0.62.5",
486
- "@polkadot/keyring": "^13.5.8",
487
- "@polkadot/networks": "^13.5.8",
488
- "@polkadot/phishing": "^0.25.22",
489
- "@polkadot/rpc-provider": "^16.5.2",
490
- "@polkadot/types": "^16.5.2",
491
- "@polkadot/ui-keyring": "^3.16.3",
492
- "@polkadot/ui-settings": "^3.16.3",
493
- "@polkadot/util": "^13.5.8",
494
- "@polkadot/util-crypto": "^13.5.8",
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.62.5' };
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' };