@subwallet/web-runner 1.1.32-0 → 1.1.33-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 +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-301ca6e6a1c3031877fd.js → web-runner-6b99fcd1174d15570ce0.js} +2 -2
- package/web-runner.zip +0 -0
- /package/{web-runner-301ca6e6a1c3031877fd.js.LICENSE.txt → web-runner-6b99fcd1174d15570ce0.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-9c912c3ba3e1bf2f7289.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-9c912c3ba3e1bf2f7289.js"></script><script defer="defer" src="web-runner-6b99fcd1174d15570ce0.js"></script></head><body><div id="root">SubWallet</div></body></html>
|
|
@@ -885,5 +885,8 @@
|
|
|
885
885
|
"Unable to fetch staking data. Re-enable \"{{chainName}}\" and try again.": "",
|
|
886
886
|
"Click the \"Scan QR\" button, or read <highlight>this instruction</highlight>, for more details": "",
|
|
887
887
|
"Withdrawable in {{time}}": "",
|
|
888
|
-
"Request a feature": ""
|
|
888
|
+
"Request a feature": "",
|
|
889
|
+
"Transaction timed out": "",
|
|
890
|
+
"Transaction {{info}} timed out": "",
|
|
891
|
+
"Time-out": ""
|
|
889
892
|
}
|
|
@@ -885,5 +885,8 @@
|
|
|
885
885
|
"Unable to fetch staking data. Re-enable \"{{chainName}}\" and try again.": "",
|
|
886
886
|
"Click the \"Scan QR\" button, or read <highlight>this instruction</highlight>, for more details": "",
|
|
887
887
|
"Withdrawable in {{time}}": "",
|
|
888
|
-
"Request a feature": ""
|
|
888
|
+
"Request a feature": "",
|
|
889
|
+
"Transaction timed out": "",
|
|
890
|
+
"Transaction {{info}} timed out": "",
|
|
891
|
+
"Time-out": ""
|
|
889
892
|
}
|
|
@@ -885,5 +885,8 @@
|
|
|
885
885
|
"Unable to fetch staking data. Re-enable \"{{chainName}}\" and try again.": "",
|
|
886
886
|
"Click the \"Scan QR\" button, or read <highlight>this instruction</highlight>, for more details": "",
|
|
887
887
|
"Withdrawable in {{time}}": "",
|
|
888
|
-
"Request a feature": ""
|
|
888
|
+
"Request a feature": "",
|
|
889
|
+
"Transaction timed out": "",
|
|
890
|
+
"Transaction {{info}} timed out": "",
|
|
891
|
+
"Time-out": ""
|
|
889
892
|
}
|
|
@@ -885,5 +885,8 @@
|
|
|
885
885
|
"Unable to fetch staking data. Re-enable \"{{chainName}}\" and try again.": "",
|
|
886
886
|
"Click the \"Scan QR\" button, or read <highlight>this instruction</highlight>, for more details": "",
|
|
887
887
|
"Withdrawable in {{time}}": "",
|
|
888
|
-
"Request a feature": ""
|
|
888
|
+
"Request a feature": "",
|
|
889
|
+
"Transaction timed out": "",
|
|
890
|
+
"Transaction {{info}} timed out": "",
|
|
891
|
+
"Time-out": ""
|
|
889
892
|
}
|
|
@@ -885,5 +885,8 @@
|
|
|
885
885
|
"Unable to fetch staking data. Re-enable \"{{chainName}}\" and try again.": "",
|
|
886
886
|
"Click the \"Scan QR\" button, or read <highlight>this instruction</highlight>, for more details": "",
|
|
887
887
|
"Withdrawable in {{time}}": "",
|
|
888
|
-
"Request a feature": ""
|
|
888
|
+
"Request a feature": "",
|
|
889
|
+
"Transaction timed out": "",
|
|
890
|
+
"Transaction {{info}} timed out": "",
|
|
891
|
+
"Time-out": ""
|
|
889
892
|
}
|
package/package.json
CHANGED
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
},
|
|
15
15
|
"sideEffects": false,
|
|
16
16
|
"type": "module",
|
|
17
|
-
"version": "1.1.
|
|
17
|
+
"version": "1.1.33-0",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@babel/runtime": "^7.20.6",
|
|
20
|
-
"@subwallet/extension-base": "^1.1.
|
|
21
|
-
"@subwallet/extension-inject": "^1.1.
|
|
22
|
-
"@subwallet/extension-koni-ui": "^1.1.
|
|
20
|
+
"@subwallet/extension-base": "^1.1.33-0",
|
|
21
|
+
"@subwallet/extension-inject": "^1.1.33-0",
|
|
22
|
+
"@subwallet/extension-koni-ui": "^1.1.33-0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@polkadot/dev": "^0.65.23",
|