@subwallet/extension-base 1.1.40-0 → 1.1.40-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/constants/staking.js +1 -1
- package/cjs/packageInfo.js +1 -1
- package/constants/staking.js +1 -1
- package/package.json +6 -6
- package/packageInfo.js +1 -1
package/cjs/constants/staking.js
CHANGED
package/cjs/packageInfo.js
CHANGED
package/constants/staking.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.40-
|
|
20
|
+
"version": "1.1.40-1",
|
|
21
21
|
"main": "./cjs/index.js",
|
|
22
22
|
"module": "./index.js",
|
|
23
23
|
"types": "./index.d.ts",
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
"@metaverse-network-sdk/type-definitions": "^0.0.1-13",
|
|
1746
1746
|
"@oak-foundation/types": "^0.0.23",
|
|
1747
1747
|
"@polkadot/api": "^10.11.2",
|
|
1748
|
-
"@polkadot/api-base": "^10.
|
|
1748
|
+
"@polkadot/api-base": "^10.11.2",
|
|
1749
1749
|
"@polkadot/api-contract": "^10.11.2",
|
|
1750
1750
|
"@polkadot/api-derive": "^10.11.2",
|
|
1751
1751
|
"@polkadot/apps-config": "^0.133.1",
|
|
@@ -1762,10 +1762,10 @@
|
|
|
1762
1762
|
"@sora-substrate/type-definitions": "^1.17.7",
|
|
1763
1763
|
"@substrate/connect": "^0.7.26",
|
|
1764
1764
|
"@subwallet/chain-list": "0.2.42-beta.0",
|
|
1765
|
-
"@subwallet/extension-base": "^1.1.40-
|
|
1766
|
-
"@subwallet/extension-chains": "^1.1.40-
|
|
1767
|
-
"@subwallet/extension-dapp": "^1.1.40-
|
|
1768
|
-
"@subwallet/extension-inject": "^1.1.40-
|
|
1765
|
+
"@subwallet/extension-base": "^1.1.40-1",
|
|
1766
|
+
"@subwallet/extension-chains": "^1.1.40-1",
|
|
1767
|
+
"@subwallet/extension-dapp": "^1.1.40-1",
|
|
1768
|
+
"@subwallet/extension-inject": "^1.1.40-1",
|
|
1769
1769
|
"@subwallet/keyring": "^0.1.3",
|
|
1770
1770
|
"@subwallet/ui-keyring": "^0.1.3",
|
|
1771
1771
|
"@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.40-
|
|
10
|
+
version: '1.1.40-1'
|
|
11
11
|
};
|