@subwallet/web-runner 1.3.31-1 → 1.3.32-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.
Binary file
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-a4bb9c5dd9b5093ca29f.js"></script><script defer="defer" src="web-runner-0170d5d3e81a1aeb3b93.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-a4bb9c5dd9b5093ca29f.js"></script><script defer="defer" src="web-runner-626a7abc444cb3b54056.js"></script></head><body><div id="root">SubWallet</div></body></html>
@@ -1495,5 +1495,12 @@
1495
1495
  "Do not close the app!": "",
1496
1496
  "View process": "",
1497
1497
  "Quote": "",
1498
- "Expected amount": ""
1498
+ "Expected amount": "",
1499
+ "Not found auth info": "",
1500
+ "Not found owner key hash": "",
1501
+ "No available Cardano account": "",
1502
+ "Input": "",
1503
+ "Output": "",
1504
+ "Cardano dApp": "",
1505
+ "No swap quote found. Adjust your amount and try again": ""
1499
1506
  }
@@ -1495,5 +1495,12 @@
1495
1495
  "Do not close the app!": "",
1496
1496
  "View process": "",
1497
1497
  "Quote": "",
1498
- "Expected amount": ""
1498
+ "Expected amount": "",
1499
+ "Not found auth info": "",
1500
+ "Not found owner key hash": "",
1501
+ "No available Cardano account": "",
1502
+ "Input": "",
1503
+ "Output": "",
1504
+ "Cardano dApp": "",
1505
+ "No swap quote found. Adjust your amount and try again": ""
1499
1506
  }
@@ -1495,5 +1495,12 @@
1495
1495
  "Do not close the app!": "",
1496
1496
  "View process": "",
1497
1497
  "Quote": "",
1498
- "Expected amount": ""
1498
+ "Expected amount": "",
1499
+ "Not found auth info": "",
1500
+ "Not found owner key hash": "",
1501
+ "No available Cardano account": "",
1502
+ "Input": "",
1503
+ "Output": "",
1504
+ "Cardano dApp": "",
1505
+ "No swap quote found. Adjust your amount and try again": ""
1499
1506
  }
@@ -1495,5 +1495,12 @@
1495
1495
  "Do not close the app!": "",
1496
1496
  "View process": "",
1497
1497
  "Quote": "",
1498
- "Expected amount": ""
1498
+ "Expected amount": "",
1499
+ "Not found auth info": "",
1500
+ "Not found owner key hash": "",
1501
+ "No available Cardano account": "",
1502
+ "Input": "",
1503
+ "Output": "",
1504
+ "Cardano dApp": "",
1505
+ "No swap quote found. Adjust your amount and try again": ""
1499
1506
  }
@@ -1495,5 +1495,12 @@
1495
1495
  "Do not close the app!": "",
1496
1496
  "View process": "",
1497
1497
  "Quote": "",
1498
- "Expected amount": ""
1498
+ "Expected amount": "",
1499
+ "Not found auth info": "",
1500
+ "Not found owner key hash": "",
1501
+ "No available Cardano account": "",
1502
+ "Input": "",
1503
+ "Output": "",
1504
+ "Cardano dApp": "",
1505
+ "No swap quote found. Adjust your amount and try again": ""
1499
1506
  }
package/package.json CHANGED
@@ -14,13 +14,13 @@
14
14
  },
15
15
  "sideEffects": false,
16
16
  "type": "module",
17
- "version": "1.3.31-1",
17
+ "version": "1.3.32-0",
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.20.6",
20
20
  "@emurgo/cardano-serialization-lib-browser": "^13.2.0",
21
- "@subwallet/extension-base": "^1.3.31-1",
22
- "@subwallet/extension-inject": "^1.3.31-1",
23
- "@subwallet/extension-koni-ui": "^1.3.31-1"
21
+ "@subwallet/extension-base": "^1.3.32-0",
22
+ "@subwallet/extension-inject": "^1.3.32-0",
23
+ "@subwallet/extension-koni-ui": "^1.3.32-0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@polkadot/dev": "^0.65.23",