optimize webpack bundling, minimize gateway JS

This commit is contained in:
nitowa
2022-11-23 06:13:28 +01:00
parent 3175b262c2
commit a4b9635ee7
6 changed files with 46 additions and 18 deletions
+8 -7
View File
@@ -9,9 +9,10 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"buffer": "^6.0.3",
"chai": "^4.3.4",
"node-fetch": "^2.6.1",
"xrpio": "^0.1.6",
"xrpio": "^0.1.7",
"xrpl": "^2.6.0-beta.0"
},
"devDependencies": {
@@ -3684,9 +3685,9 @@
}
},
"node_modules/xrpio": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/xrpio/-/xrpio-0.1.6.tgz",
"integrity": "sha512-SHm3NfrRv9i82OWrUdyB+Djn0Zr6qwwMfs/wemNR1pf2ajorfiOPpWnvKQTgAZcfgS2DliIfMuF8nRiqfXlmmg==",
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/xrpio/-/xrpio-0.1.7.tgz",
"integrity": "sha512-X/Hxlf31KC1OONq7NYQ518Esd8LHYpyc/RFN9F1J9Nr8WEjgz/XaJDR4IakV7MrNeC3uIRz6/qGFPFWHw2Rr+g==",
"dependencies": {
"ripple-lib": "^1.10.0",
"xrpl": "^2.1.1"
@@ -6717,9 +6718,9 @@
"requires": {}
},
"xrpio": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/xrpio/-/xrpio-0.1.6.tgz",
"integrity": "sha512-SHm3NfrRv9i82OWrUdyB+Djn0Zr6qwwMfs/wemNR1pf2ajorfiOPpWnvKQTgAZcfgS2DliIfMuF8nRiqfXlmmg==",
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/xrpio/-/xrpio-0.1.7.tgz",
"integrity": "sha512-X/Hxlf31KC1OONq7NYQ518Esd8LHYpyc/RFN9F1J9Nr8WEjgz/XaJDR4IakV7MrNeC3uIRz6/qGFPFWHw2Rr+g==",
"requires": {
"ripple-lib": "^1.10.0",
"xrpl": "^2.1.1"