@subwallet/extension-base 1.0.11-1 → 1.0.11-2
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 +7 -7
- 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.0.11-
|
|
20
|
+
"version": "1.0.11-2",
|
|
21
21
|
"main": "./cjs/index.js",
|
|
22
22
|
"module": "./index.js",
|
|
23
23
|
"types": "./index.d.ts",
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
"@polkadot/apps-config": "^0.131.4",
|
|
1083
1083
|
"@polkadot/hw-ledger": "^12.2.1",
|
|
1084
1084
|
"@polkadot/networks": "^12.2.1",
|
|
1085
|
-
"@polkadot/phishing": "^0.21.
|
|
1085
|
+
"@polkadot/phishing": "^0.21.5",
|
|
1086
1086
|
"@polkadot/rpc-provider": "^10.7.2",
|
|
1087
1087
|
"@polkadot/types": "^10.7.2",
|
|
1088
1088
|
"@polkadot/types-augment": "^10.7.2",
|
|
@@ -1092,11 +1092,11 @@
|
|
|
1092
1092
|
"@reduxjs/toolkit": "^1.9.1",
|
|
1093
1093
|
"@sora-substrate/type-definitions": "^1.17.7",
|
|
1094
1094
|
"@substrate/connect": "^0.7.26",
|
|
1095
|
-
"@subwallet/chain-list": "0.2.2
|
|
1096
|
-
"@subwallet/extension-base": "^1.0.11-
|
|
1097
|
-
"@subwallet/extension-chains": "^1.0.11-
|
|
1098
|
-
"@subwallet/extension-dapp": "^1.0.11-
|
|
1099
|
-
"@subwallet/extension-inject": "^1.0.11-
|
|
1095
|
+
"@subwallet/chain-list": "^0.2.2",
|
|
1096
|
+
"@subwallet/extension-base": "^1.0.11-2",
|
|
1097
|
+
"@subwallet/extension-chains": "^1.0.11-2",
|
|
1098
|
+
"@subwallet/extension-dapp": "^1.0.11-2",
|
|
1099
|
+
"@subwallet/extension-inject": "^1.0.11-2",
|
|
1100
1100
|
"@subwallet/keyring": "^0.0.10",
|
|
1101
1101
|
"@subwallet/ui-keyring": "^0.0.10",
|
|
1102
1102
|
"axios": "^1.2.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.0.11-
|
|
10
|
+
version: '1.0.11-2'
|
|
11
11
|
};
|