@subwallet/web-runner 1.2.30-0 → 1.2.31-0

Sign up to get free protection for your applications and to get access to all the features.
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-3d755d864bb4941c6a2c.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-62a81c4fb3af027a02c6.js"></script></head><body><div id="root">SubWallet</div></body></html>
@@ -1300,5 +1300,15 @@
1300
1300
  "from one of the methods to avoid issues": "",
1301
1301
  "Read update": "",
1302
1302
  "Continue staking?": "",
1303
- "High fee alert!": ""
1303
+ "High fee alert!": "",
1304
+ "Feature under maintenance. Try again later": "",
1305
+ "1 account imported": "",
1306
+ "{{number}} accounts imported": "",
1307
+ "{{number}} account found": "",
1308
+ "{{number}} accounts found": "",
1309
+ "One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
1310
+ "One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
1311
+ "All accounts found in this file are invalid. Import another JSON file and try again": "",
1312
+ "Unable to import": "",
1313
+ "Some accounts can’t be imported": ""
1304
1314
  }
@@ -1300,5 +1300,15 @@
1300
1300
  "from one of the methods to avoid issues": "",
1301
1301
  "Read update": "",
1302
1302
  "Continue staking?": "",
1303
- "High fee alert!": ""
1303
+ "High fee alert!": "",
1304
+ "Feature under maintenance. Try again later": "",
1305
+ "1 account imported": "",
1306
+ "{{number}} accounts imported": "",
1307
+ "{{number}} account found": "",
1308
+ "{{number}} accounts found": "",
1309
+ "One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
1310
+ "One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
1311
+ "All accounts found in this file are invalid. Import another JSON file and try again": "",
1312
+ "Unable to import": "",
1313
+ "Some accounts can’t be imported": ""
1304
1314
  }
@@ -1300,5 +1300,15 @@
1300
1300
  "from one of the methods to avoid issues": "",
1301
1301
  "Read update": "",
1302
1302
  "Continue staking?": "",
1303
- "High fee alert!": ""
1303
+ "High fee alert!": "",
1304
+ "Feature under maintenance. Try again later": "",
1305
+ "1 account imported": "",
1306
+ "{{number}} accounts imported": "",
1307
+ "{{number}} account found": "",
1308
+ "{{number}} accounts found": "",
1309
+ "One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
1310
+ "One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
1311
+ "All accounts found in this file are invalid. Import another JSON file and try again": "",
1312
+ "Unable to import": "",
1313
+ "Some accounts can’t be imported": ""
1304
1314
  }
@@ -1300,5 +1300,15 @@
1300
1300
  "from one of the methods to avoid issues": "",
1301
1301
  "Read update": "",
1302
1302
  "Continue staking?": "",
1303
- "High fee alert!": ""
1303
+ "High fee alert!": "",
1304
+ "Feature under maintenance. Try again later": "",
1305
+ "1 account imported": "",
1306
+ "{{number}} accounts imported": "",
1307
+ "{{number}} account found": "",
1308
+ "{{number}} accounts found": "",
1309
+ "One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
1310
+ "One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
1311
+ "All accounts found in this file are invalid. Import another JSON file and try again": "",
1312
+ "Unable to import": "",
1313
+ "Some accounts can’t be imported": ""
1304
1314
  }
@@ -1300,5 +1300,15 @@
1300
1300
  "from one of the methods to avoid issues": "",
1301
1301
  "Read update": "",
1302
1302
  "Continue staking?": "",
1303
- "High fee alert!": ""
1303
+ "High fee alert!": "",
1304
+ "Feature under maintenance. Try again later": "",
1305
+ "1 account imported": "",
1306
+ "{{number}} accounts imported": "",
1307
+ "{{number}} account found": "",
1308
+ "{{number}} accounts found": "",
1309
+ "One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
1310
+ "One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
1311
+ "All accounts found in this file are invalid. Import another JSON file and try again": "",
1312
+ "Unable to import": "",
1313
+ "Some accounts can’t be imported": ""
1304
1314
  }
package/package.json CHANGED
@@ -14,12 +14,12 @@
14
14
  },
15
15
  "sideEffects": false,
16
16
  "type": "module",
17
- "version": "1.2.30-0",
17
+ "version": "1.2.31-0",
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.20.6",
20
- "@subwallet/extension-base": "^1.2.30-0",
21
- "@subwallet/extension-inject": "^1.2.30-0",
22
- "@subwallet/extension-koni-ui": "^1.2.30-0"
20
+ "@subwallet/extension-base": "^1.2.31-0",
21
+ "@subwallet/extension-inject": "^1.2.31-0",
22
+ "@subwallet/extension-koni-ui": "^1.2.31-0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@polkadot/dev": "^0.65.23",