@subwallet/web-runner 1.2.33-0 → 1.3.2-0
Sign up to get free protection for your applications and to get access to all the features.
- package/index.html +1 -1
- package/locales/en/translation.json +4 -1
- package/locales/ja/translation.json +4 -1
- package/locales/ru/translation.json +4 -1
- package/locales/vi/translation.json +4 -1
- package/locales/zh/translation.json +4 -1
- package/package.json +4 -4
- package/{web-runner-2a77c7625106b9593ad2.js → web-runner-4171b2b458674c7c32fc.js} +2 -2
- package/web-runner.zip +0 -0
- /package/{web-runner-2a77c7625106b9593ad2.js.LICENSE.txt → web-runner-4171b2b458674c7c32fc.js.LICENSE.txt} +0 -0
package/index.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>SubWallet</title><script inline inline-asset="fallback.js$" inline-asset-delete></script><script inline inline-asset="web-runner.js$" inline-asset-delete></script><script defer="defer" src="fallback-0b81a7f9f3a8fbf3b257.js"></script><script defer="defer" src="web-runner-
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>SubWallet</title><script inline inline-asset="fallback.js$" inline-asset-delete></script><script inline inline-asset="web-runner.js$" inline-asset-delete></script><script defer="defer" src="fallback-0b81a7f9f3a8fbf3b257.js"></script><script defer="defer" src="web-runner-4171b2b458674c7c32fc.js"></script></head><body><div id="root">SubWallet</div></body></html>
|
@@ -1370,5 +1370,8 @@
|
|
1370
1370
|
"Select the account(s) you'd like to import": "",
|
1371
1371
|
"All accounts found in this file already exist in SubWallet": "",
|
1372
1372
|
"No available TON account": "",
|
1373
|
-
"Unsupported address": ""
|
1373
|
+
"Unsupported address": "",
|
1374
|
+
"Failed to import. Incompatible NFT": "",
|
1375
|
+
"TON wallets have multiple versions, each with its own wallet address and balance. <highlight>Change versions</highlight> if you don't see balances": "",
|
1376
|
+
"Change wallet address & version": ""
|
1374
1377
|
}
|
@@ -1370,5 +1370,8 @@
|
|
1370
1370
|
"Select the account(s) you'd like to import": "",
|
1371
1371
|
"All accounts found in this file already exist in SubWallet": "",
|
1372
1372
|
"No available TON account": "",
|
1373
|
-
"Unsupported address": ""
|
1373
|
+
"Unsupported address": "",
|
1374
|
+
"Failed to import. Incompatible NFT": "",
|
1375
|
+
"TON wallets have multiple versions, each with its own wallet address and balance. <highlight>Change versions</highlight> if you don't see balances": "",
|
1376
|
+
"Change wallet address & version": ""
|
1374
1377
|
}
|
@@ -1370,5 +1370,8 @@
|
|
1370
1370
|
"Select the account(s) you'd like to import": "",
|
1371
1371
|
"All accounts found in this file already exist in SubWallet": "",
|
1372
1372
|
"No available TON account": "",
|
1373
|
-
"Unsupported address": ""
|
1373
|
+
"Unsupported address": "",
|
1374
|
+
"Failed to import. Incompatible NFT": "",
|
1375
|
+
"TON wallets have multiple versions, each with its own wallet address and balance. <highlight>Change versions</highlight> if you don't see balances": "",
|
1376
|
+
"Change wallet address & version": ""
|
1374
1377
|
}
|
@@ -1370,5 +1370,8 @@
|
|
1370
1370
|
"Select the account(s) you'd like to import": "",
|
1371
1371
|
"All accounts found in this file already exist in SubWallet": "",
|
1372
1372
|
"No available TON account": "",
|
1373
|
-
"Unsupported address": ""
|
1373
|
+
"Unsupported address": "",
|
1374
|
+
"Failed to import. Incompatible NFT": "",
|
1375
|
+
"TON wallets have multiple versions, each with its own wallet address and balance. <highlight>Change versions</highlight> if you don't see balances": "",
|
1376
|
+
"Change wallet address & version": ""
|
1374
1377
|
}
|
@@ -1370,5 +1370,8 @@
|
|
1370
1370
|
"Select the account(s) you'd like to import": "",
|
1371
1371
|
"All accounts found in this file already exist in SubWallet": "",
|
1372
1372
|
"No available TON account": "",
|
1373
|
-
"Unsupported address": ""
|
1373
|
+
"Unsupported address": "",
|
1374
|
+
"Failed to import. Incompatible NFT": "",
|
1375
|
+
"TON wallets have multiple versions, each with its own wallet address and balance. <highlight>Change versions</highlight> if you don't see balances": "",
|
1376
|
+
"Change wallet address & version": ""
|
1374
1377
|
}
|
package/package.json
CHANGED
@@ -14,12 +14,12 @@
|
|
14
14
|
},
|
15
15
|
"sideEffects": false,
|
16
16
|
"type": "module",
|
17
|
-
"version": "1.2
|
17
|
+
"version": "1.3.2-0",
|
18
18
|
"dependencies": {
|
19
19
|
"@babel/runtime": "^7.20.6",
|
20
|
-
"@subwallet/extension-base": "^1.2
|
21
|
-
"@subwallet/extension-inject": "^1.2
|
22
|
-
"@subwallet/extension-koni-ui": "^1.2
|
20
|
+
"@subwallet/extension-base": "^1.3.2-0",
|
21
|
+
"@subwallet/extension-inject": "^1.3.2-0",
|
22
|
+
"@subwallet/extension-koni-ui": "^1.3.2-0"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@polkadot/dev": "^0.65.23",
|