@subwallet/extension-base 1.1.27-1 → 1.1.28-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/cjs/packageInfo.js +1 -1
- package/package.json +6 -6
- 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": "1.1.
|
|
20
|
+
"version": "1.1.28-1",
|
|
21
21
|
"main": "./cjs/index.js",
|
|
22
22
|
"module": "./index.js",
|
|
23
23
|
"types": "./index.d.ts",
|
|
@@ -1382,11 +1382,11 @@
|
|
|
1382
1382
|
"@reduxjs/toolkit": "^1.9.1",
|
|
1383
1383
|
"@sora-substrate/type-definitions": "^1.17.7",
|
|
1384
1384
|
"@substrate/connect": "^0.7.26",
|
|
1385
|
-
"@subwallet/chain-list": "0.2.
|
|
1386
|
-
"@subwallet/extension-base": "^1.1.
|
|
1387
|
-
"@subwallet/extension-chains": "^1.1.
|
|
1388
|
-
"@subwallet/extension-dapp": "^1.1.
|
|
1389
|
-
"@subwallet/extension-inject": "^1.1.
|
|
1385
|
+
"@subwallet/chain-list": "0.2.32-beta.1",
|
|
1386
|
+
"@subwallet/extension-base": "^1.1.28-1",
|
|
1387
|
+
"@subwallet/extension-chains": "^1.1.28-1",
|
|
1388
|
+
"@subwallet/extension-dapp": "^1.1.28-1",
|
|
1389
|
+
"@subwallet/extension-inject": "^1.1.28-1",
|
|
1390
1390
|
"@subwallet/keyring": "^0.1.1",
|
|
1391
1391
|
"@subwallet/ui-keyring": "^0.1.1",
|
|
1392
1392
|
"@walletconnect/sign-client": "^2.8.4",
|
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/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: '1.1.
|
|
10
|
+
version: '1.1.28-1'
|
|
11
11
|
};
|