@subwallet/extension-base 0.4.10-0 → 0.5.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.
@@ -11,6 +11,6 @@ const packageInfo = {
11
11
  name: '@subwallet/extension-base',
12
12
  path: typeof __dirname === 'string' ? __dirname : 'auto',
13
13
  type: 'cjs',
14
- version: '0.4.10-0'
14
+ version: '0.5.1'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "./cjs/detectPackage.js"
18
18
  ],
19
19
  "type": "module",
20
- "version": "0.4.10-0",
20
+ "version": "0.5.1",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -199,9 +199,9 @@
199
199
  "@polkadot/ui-settings": "^2.7.2",
200
200
  "@polkadot/util": "^9.7.2",
201
201
  "@polkadot/util-crypto": "^9.7.2",
202
- "@subwallet/extension-chains": "^0.4.10-0",
203
- "@subwallet/extension-dapp": "^0.4.10-0",
204
- "@subwallet/extension-inject": "^0.4.10-0",
202
+ "@subwallet/extension-chains": "^0.5.1",
203
+ "@subwallet/extension-dapp": "^0.5.1",
204
+ "@subwallet/extension-inject": "^0.5.1",
205
205
  "ethereumjs-tx": "^2.1.2",
206
206
  "eventemitter3": "^4.0.7",
207
207
  "rxjs": "^7.5.5",
package/packageInfo.js CHANGED
@@ -5,5 +5,5 @@ export const packageInfo = {
5
5
  name: '@subwallet/extension-base',
6
6
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
7
7
  type: 'esm',
8
- version: '0.4.10-0'
8
+ version: '0.5.1'
9
9
  };