Fix memory usage and leak. Set new layouts. Use latest supoorted node by electron

This commit is contained in:
AlphaX-Projects
2022-10-18 18:54:27 +02:00
parent 44e472da0d
commit 53dd15f841
8 changed files with 228 additions and 230 deletions

View File

@@ -1,28 +1,28 @@
{
"name": "qortal-ui-crypto",
"version": "2.2.3",
"description": "QORTAL-UI Crypto",
"keywords": [
"QORT",
"QORTAL",
"DECENTRALIZED"
],
"homepage": "https://qortal.org",
"main": "api.js",
"repository": {
"type": "git",
"url": "https://github.com/Qortal/qortal-ui.git",
"directory": "qortal-ui-crypto"
},
"author": "QORTAL <admin@qortal.org>",
"license": "GPL-3.0",
"dependencies": {
"asmcrypto.js": "2.3.2",
"buffer": "6.0.3",
"jssha": "3.2.0",
"lodash": "4.17.21"
},
"engines": {
"node": ">=14.17.0"
}
"name": "qortal-ui-crypto",
"version": "2.2.3",
"description": "QORTAL-UI Crypto",
"keywords": [
"QORT",
"QORTAL",
"DECENTRALIZED"
],
"homepage": "https://qortal.org",
"main": "api.js",
"repository": {
"type": "git",
"url": "https://github.com/Qortal/qortal-ui.git",
"directory": "qortal-ui-crypto"
},
"author": "QORTAL <admin@qortal.org>",
"license": "GPL-3.0",
"dependencies": {
"asmcrypto.js": "2.3.2",
"buffer": "6.0.3",
"jssha": "3.2.0",
"lodash": "4.17.21"
},
"engines": {
"node": ">=16.15.0"
}
}