@subwallet/web-runner 1.1.59-0 → 1.1.60-0
Sign up to get free protection for your applications and to get access to all the features.
- 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-921b35cf876d49f6b177.js → web-runner-191b0f6bb3cad2d5269a.js} +2 -2
- package/web-runner.zip +0 -0
- /package/{web-runner-921b35cf876d49f6b177.js.LICENSE.txt → web-runner-191b0f6bb3cad2d5269a.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-6fe381d0214a6d4624d2.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-6fe381d0214a6d4624d2.js"></script><script defer="defer" src="web-runner-191b0f6bb3cad2d5269a.js"></script></head><body><div id="root">SubWallet</div></body></html>
|
@@ -1238,5 +1238,8 @@
|
|
1238
1238
|
"Explore Earning options": "",
|
1239
1239
|
"Change validators": "",
|
1240
1240
|
"Use nomination pool": "",
|
1241
|
-
"All steps in the process are designed based on your available multi-chain assets to optimize fee structure and enhance your overall experience.": ""
|
1241
|
+
"All steps in the process are designed based on your available multi-chain assets to optimize fee structure and enhance your overall experience.": "",
|
1242
|
+
"Currency": "",
|
1243
|
+
"Select a currency": "",
|
1244
|
+
"Search Currency": ""
|
1242
1245
|
}
|
@@ -1238,5 +1238,8 @@
|
|
1238
1238
|
"Explore Earning options": "",
|
1239
1239
|
"Change validators": "",
|
1240
1240
|
"Use nomination pool": "",
|
1241
|
-
"All steps in the process are designed based on your available multi-chain assets to optimize fee structure and enhance your overall experience.": ""
|
1241
|
+
"All steps in the process are designed based on your available multi-chain assets to optimize fee structure and enhance your overall experience.": "",
|
1242
|
+
"Currency": "",
|
1243
|
+
"Select a currency": "",
|
1244
|
+
"Search Currency": ""
|
1242
1245
|
}
|
@@ -1238,5 +1238,8 @@
|
|
1238
1238
|
"Explore Earning options": "",
|
1239
1239
|
"Change validators": "",
|
1240
1240
|
"Use nomination pool": "",
|
1241
|
-
"All steps in the process are designed based on your available multi-chain assets to optimize fee structure and enhance your overall experience.": ""
|
1241
|
+
"All steps in the process are designed based on your available multi-chain assets to optimize fee structure and enhance your overall experience.": "",
|
1242
|
+
"Currency": "",
|
1243
|
+
"Select a currency": "",
|
1244
|
+
"Search Currency": ""
|
1242
1245
|
}
|
@@ -1238,5 +1238,8 @@
|
|
1238
1238
|
"Explore Earning options": "",
|
1239
1239
|
"Change validators": "",
|
1240
1240
|
"Use nomination pool": "",
|
1241
|
-
"All steps in the process are designed based on your available multi-chain assets to optimize fee structure and enhance your overall experience.": ""
|
1241
|
+
"All steps in the process are designed based on your available multi-chain assets to optimize fee structure and enhance your overall experience.": "",
|
1242
|
+
"Currency": "",
|
1243
|
+
"Select a currency": "",
|
1244
|
+
"Search Currency": ""
|
1242
1245
|
}
|
@@ -1238,5 +1238,8 @@
|
|
1238
1238
|
"Explore Earning options": "",
|
1239
1239
|
"Change validators": "",
|
1240
1240
|
"Use nomination pool": "",
|
1241
|
-
"All steps in the process are designed based on your available multi-chain assets to optimize fee structure and enhance your overall experience.": ""
|
1241
|
+
"All steps in the process are designed based on your available multi-chain assets to optimize fee structure and enhance your overall experience.": "",
|
1242
|
+
"Currency": "",
|
1243
|
+
"Select a currency": "",
|
1244
|
+
"Search Currency": ""
|
1242
1245
|
}
|
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.60-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.60-0",
|
21
|
+
"@subwallet/extension-inject": "^1.1.60-0",
|
22
|
+
"@subwallet/extension-koni-ui": "^1.1.60-0"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@polkadot/dev": "^0.65.23",
|