2.0.0-rc.1

pull/270/head
Daniel Scalzi 2023-03-19 22:46:19 -04:00
parent c9aeb0e0aa
commit 2f27cdbaf4
No known key found for this signature in database
GPG Key ID: 9E3E2AFE45328AA5
2 changed files with 11 additions and 24 deletions

31
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "helioslauncher",
"version": "1.9.0",
"version": "2.0.0-rc.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "helioslauncher",
"version": "1.9.0",
"version": "2.0.0-rc.1",
"license": "UNLICENSED",
"dependencies": {
"@electron/remote": "^2.0.8",
@ -19,7 +19,7 @@
"fs-extra": "^11.1.0",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~0.2.0-pre.2",
"helios-core": "~2.0.0-rc.1",
"helios-distribution-types": "^1.2.0",
"jquery": "^3.6.4",
"semver": "^7.3.8"
@ -2187,14 +2187,14 @@
}
},
"node_modules/helios-core": {
"version": "0.2.0-pre.2",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-0.2.0-pre.2.tgz",
"integrity": "sha512-rS9xa2CfQBa+2uINOhIYFSR/nDZQJp8DJrbHXxKFSRckGvdPWwandEwwFoN+bwm3bPSdVhCe2xiSESbMK86UOA==",
"version": "2.0.0-rc.1",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.0-rc.1.tgz",
"integrity": "sha512-vl+UI5mqV1yr61T8uwglGQewjK425kPq1Yc99UtTH8nM0ZVHYn2TbwUUq+fKaZcjZ70GSp7fI/+UMrzxc7pGEA==",
"dependencies": {
"fastq": "^1.15.0",
"fs-extra": "^10.1.0",
"got": "^11.8.5",
"luxon": "^3.1.0",
"fs-extra": "^11.1.0",
"got": "^11.8.6",
"luxon": "^3.3.0",
"node-disk-info": "^1.3.0",
"node-stream-zip": "^1.15.0",
"semver": "^7.3.8",
@ -2204,19 +2204,6 @@
"winston": "^3.8.2"
}
},
"node_modules/helios-core/node_modules/fs-extra": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
"dependencies": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/helios-distribution-types": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/helios-distribution-types/-/helios-distribution-types-1.2.0.tgz",

View File

@ -1,6 +1,6 @@
{
"name": "helioslauncher",
"version": "1.9.0",
"version": "2.0.0-rc.1",
"productName": "Helios Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
@ -33,7 +33,7 @@
"fs-extra": "^11.1.0",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~0.2.0-pre.2",
"helios-core": "~2.0.0-rc.1",
"helios-distribution-types": "^1.2.0",
"jquery": "^3.6.4",
"semver": "^7.3.8"