@subwallet/web-runner 1.1.19-0 → 1.1.20-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-2cbe8504a1de420e3a98.js"></script><script defer="defer" src="web-runner-36acdb3dc39e088da982.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-2cbe8504a1de420e3a98.js"></script><script defer="defer" src="web-runner-3320a33f70c98a9a1a7d.js"></script></head><body><div id="root">SubWallet</div></body></html>
@@ -849,5 +849,6 @@
849
849
  "You don't have any EVM account to connect. Please create one or skip this step by hitting Cancel.": "",
850
850
  "You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
851
851
  "You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
852
- "You don't have enough tokens to proceed": ""
852
+ "You don't have enough tokens to proceed": "",
853
+ "Token name is required": ""
853
854
  }
@@ -849,5 +849,6 @@
849
849
  "You don't have any EVM account to connect. Please create one or skip this step by hitting Cancel.": "",
850
850
  "You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
851
851
  "You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
852
- "You don't have enough tokens to proceed": ""
852
+ "You don't have enough tokens to proceed": "",
853
+ "Token name is required": ""
853
854
  }
@@ -849,5 +849,6 @@
849
849
  "You don't have any EVM account to connect. Please create one or skip this step by hitting Cancel.": "",
850
850
  "You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
851
851
  "You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
852
- "You don't have enough tokens to proceed": ""
852
+ "You don't have enough tokens to proceed": "",
853
+ "Token name is required": ""
853
854
  }
@@ -849,5 +849,6 @@
849
849
  "You don't have any EVM account to connect. Please create one or skip this step by hitting Cancel.": "",
850
850
  "You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
851
851
  "You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
852
- "You don't have enough tokens to proceed": ""
852
+ "You don't have enough tokens to proceed": "",
853
+ "Token name is required": ""
853
854
  }
@@ -849,5 +849,6 @@
849
849
  "You don't have any EVM account to connect. Please create one or skip this step by hitting Cancel.": "",
850
850
  "You don't have any account to connect. Please create one or skip this step by hitting Cancel.": "",
851
851
  "You must transfer at least {{amount}} {{symbol}} to keep the destination account alive": "",
852
- "You don't have enough tokens to proceed": ""
852
+ "You don't have enough tokens to proceed": "",
853
+ "Token name is required": ""
853
854
  }
package/package.json CHANGED
@@ -14,12 +14,12 @@
14
14
  },
15
15
  "sideEffects": false,
16
16
  "type": "module",
17
- "version": "1.1.19-0",
17
+ "version": "1.1.20-0",
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.20.6",
20
- "@subwallet/extension-base": "^1.1.19-0",
21
- "@subwallet/extension-inject": "^1.1.19-0",
22
- "@subwallet/extension-koni-ui": "^1.1.19-0"
20
+ "@subwallet/extension-base": "^1.1.20-0",
21
+ "@subwallet/extension-inject": "^1.1.20-0",
22
+ "@subwallet/extension-koni-ui": "^1.1.20-0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@polkadot/dev": "^0.65.23",