@subwallet/extension-base 1.2.2-0 → 1.2.3-0
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 +5 -5
- 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.2.
|
|
20
|
+
"version": "1.2.3-0",
|
|
21
21
|
"main": "./cjs/index.js",
|
|
22
22
|
"module": "./index.js",
|
|
23
23
|
"types": "./index.d.ts",
|
|
@@ -1892,10 +1892,10 @@
|
|
|
1892
1892
|
"@sora-substrate/type-definitions": "^1.17.7",
|
|
1893
1893
|
"@substrate/connect": "^0.8.9",
|
|
1894
1894
|
"@subwallet/chain-list": "0.2.65",
|
|
1895
|
-
"@subwallet/extension-base": "^1.2.
|
|
1896
|
-
"@subwallet/extension-chains": "^1.2.
|
|
1897
|
-
"@subwallet/extension-dapp": "^1.2.
|
|
1898
|
-
"@subwallet/extension-inject": "^1.2.
|
|
1895
|
+
"@subwallet/extension-base": "^1.2.3-0",
|
|
1896
|
+
"@subwallet/extension-chains": "^1.2.3-0",
|
|
1897
|
+
"@subwallet/extension-dapp": "^1.2.3-0",
|
|
1898
|
+
"@subwallet/extension-inject": "^1.2.3-0",
|
|
1899
1899
|
"@subwallet/keyring": "^0.1.5",
|
|
1900
1900
|
"@subwallet/ui-keyring": "^0.1.5",
|
|
1901
1901
|
"@walletconnect/keyvaluestorage": "^1.1.1",
|
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.2.
|
|
10
|
+
version: '1.2.3-0'
|
|
11
11
|
};
|