@subwallet/web-runner 1.1.38-1 → 1.1.40-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-9c912c3ba3e1bf2f7289.js"></script><script defer="defer" src="web-runner-4eb48352643fc8d65cbb.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-9c912c3ba3e1bf2f7289.js"></script><script defer="defer" src="web-runner-cd84729accbe1e240968.js"></script></head><body><div id="root">SubWallet</div></body></html>
@@ -1174,5 +1174,7 @@
1174
1174
  "Bonded": "",
1175
1175
  "Dismiss": "",
1176
1176
  "Introducing Earning feature": "",
1177
- "SubWallet's <highlight>Staking</highlight> feature has been updated to become <highlight>Earning</highlight> feature. Now, you can earn yield with native staking, liquid staking, lending, and staking dApp on SubWallet.": ""
1177
+ "SubWallet's <highlight>Staking</highlight> feature has been updated to become <highlight>Earning</highlight> feature. Now, you can earn yield with native staking, liquid staking, lending, and staking dApp on SubWallet.": "",
1178
+ "Recipient should be a valid {{networkName}} address": "",
1179
+ "Withdraw from account": ""
1178
1180
  }
@@ -1174,5 +1174,7 @@
1174
1174
  "Bonded": "",
1175
1175
  "Dismiss": "",
1176
1176
  "Introducing Earning feature": "",
1177
- "SubWallet's <highlight>Staking</highlight> feature has been updated to become <highlight>Earning</highlight> feature. Now, you can earn yield with native staking, liquid staking, lending, and staking dApp on SubWallet.": ""
1177
+ "SubWallet's <highlight>Staking</highlight> feature has been updated to become <highlight>Earning</highlight> feature. Now, you can earn yield with native staking, liquid staking, lending, and staking dApp on SubWallet.": "",
1178
+ "Recipient should be a valid {{networkName}} address": "",
1179
+ "Withdraw from account": ""
1178
1180
  }
@@ -1174,5 +1174,7 @@
1174
1174
  "Bonded": "",
1175
1175
  "Dismiss": "",
1176
1176
  "Introducing Earning feature": "",
1177
- "SubWallet's <highlight>Staking</highlight> feature has been updated to become <highlight>Earning</highlight> feature. Now, you can earn yield with native staking, liquid staking, lending, and staking dApp on SubWallet.": ""
1177
+ "SubWallet's <highlight>Staking</highlight> feature has been updated to become <highlight>Earning</highlight> feature. Now, you can earn yield with native staking, liquid staking, lending, and staking dApp on SubWallet.": "",
1178
+ "Recipient should be a valid {{networkName}} address": "",
1179
+ "Withdraw from account": ""
1178
1180
  }
@@ -1174,5 +1174,7 @@
1174
1174
  "Bonded": "",
1175
1175
  "Dismiss": "",
1176
1176
  "Introducing Earning feature": "",
1177
- "SubWallet's <highlight>Staking</highlight> feature has been updated to become <highlight>Earning</highlight> feature. Now, you can earn yield with native staking, liquid staking, lending, and staking dApp on SubWallet.": ""
1177
+ "SubWallet's <highlight>Staking</highlight> feature has been updated to become <highlight>Earning</highlight> feature. Now, you can earn yield with native staking, liquid staking, lending, and staking dApp on SubWallet.": "",
1178
+ "Recipient should be a valid {{networkName}} address": "",
1179
+ "Withdraw from account": ""
1178
1180
  }
@@ -1174,5 +1174,7 @@
1174
1174
  "Bonded": "",
1175
1175
  "Dismiss": "",
1176
1176
  "Introducing Earning feature": "",
1177
- "SubWallet's <highlight>Staking</highlight> feature has been updated to become <highlight>Earning</highlight> feature. Now, you can earn yield with native staking, liquid staking, lending, and staking dApp on SubWallet.": ""
1177
+ "SubWallet's <highlight>Staking</highlight> feature has been updated to become <highlight>Earning</highlight> feature. Now, you can earn yield with native staking, liquid staking, lending, and staking dApp on SubWallet.": "",
1178
+ "Recipient should be a valid {{networkName}} address": "",
1179
+ "Withdraw from account": ""
1178
1180
  }
package/package.json CHANGED
@@ -14,12 +14,12 @@
14
14
  },
15
15
  "sideEffects": false,
16
16
  "type": "module",
17
- "version": "1.1.38-1",
17
+ "version": "1.1.40-0",
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.20.6",
20
- "@subwallet/extension-base": "^1.1.38-1",
21
- "@subwallet/extension-inject": "^1.1.38-1",
22
- "@subwallet/extension-koni-ui": "^1.1.38-1"
20
+ "@subwallet/extension-base": "^1.1.40-0",
21
+ "@subwallet/extension-inject": "^1.1.40-0",
22
+ "@subwallet/extension-koni-ui": "^1.1.40-0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@polkadot/dev": "^0.65.23",