@subwallet/web-runner 1.3.1 → 1.3.2-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/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-5533735759e2837e82e5.js"></script></head><body><div id="root">SubWallet</div></body></html>
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.3.1",
17
+ "version": "1.3.2-0",
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.20.6",
20
- "@subwallet/extension-base": "^1.3.1",
21
- "@subwallet/extension-inject": "^1.3.1",
22
- "@subwallet/extension-koni-ui": "^1.3.1"
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",