2.0.1 - Build is optional in Java versions (esp. Oracle).

pull/294/head v2.0.1
Daniel Scalzi 2023-03-25 18:57:23 -04:00
parent e4ddf898f9
commit 3295430c54
No known key found for this signature in database
GPG Key ID: 9E3E2AFE45328AA5
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "helioslauncher",
"version": "2.0.0",
"version": "2.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "helioslauncher",
"version": "2.0.0",
"version": "2.0.1",
"license": "UNLICENSED",
"dependencies": {
"@electron/remote": "^2.0.8",
@ -18,7 +18,7 @@
"fs-extra": "^11.1.1",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.0.0",
"helios-core": "~2.0.1",
"helios-distribution-types": "^1.2.0",
"jquery": "^3.6.4",
"semver": "^7.3.8"
@ -2186,9 +2186,9 @@
}
},
"node_modules/helios-core": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.0.tgz",
"integrity": "sha512-KmObKL9JZutHzTp9Pv344Ab7CdYvf0pOhwxjuxw+/QdtJQlmCIrPF7eX9J6I1CUSheIM4lRk76LQbG28H7zqeg==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.1.tgz",
"integrity": "sha512-Q9SPHPSi1d7tESlUp2Dt7Pgwla/0kbdXXABOedkOcrk90NpYNQXi/nBBq0bfTFPf0lsASxHK5xUnB9uFGGN77g==",
"dependencies": {
"fastq": "^1.15.0",
"fs-extra": "^11.1.1",

View File

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