2.0.3 - Improve error message for users without a mc profile.

pull/294/head v2.0.3
Daniel Scalzi 2023-03-30 18:25:09 -04:00
parent ab3d4e9499
commit 22d2e064f3
No known key found for this signature in database
GPG Key ID: 9E3E2AFE45328AA5
2 changed files with 13 additions and 13 deletions

20
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "helioslauncher",
"version": "2.0.2",
"version": "2.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "helioslauncher",
"version": "2.0.2",
"version": "2.0.3",
"license": "UNLICENSED",
"dependencies": {
"@electron/remote": "^2.0.8",
@ -18,13 +18,13 @@
"fs-extra": "^11.1.1",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.0.2",
"helios-core": "~2.0.3",
"helios-distribution-types": "^1.2.0",
"jquery": "^3.6.4",
"semver": "^7.3.8"
},
"devDependencies": {
"electron": "^23.2.0",
"electron": "^23.2.1",
"electron-builder": "^23.6.0",
"eslint": "^8.37.0"
},
@ -1408,9 +1408,9 @@
}
},
"node_modules/electron": {
"version": "23.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-23.2.0.tgz",
"integrity": "sha512-De9e21cri0QYct/w6tTNOnKyCt9RVKUw5F8PEN4FPzGR9tr6IT53uyt42uH754uJWrZeLMCAdoXy6/0GmMmYZA==",
"version": "23.2.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-23.2.1.tgz",
"integrity": "sha512-rPxETyl0u1zxgPzVTtmJZ+en3NjbrqTF7iO4olvmwUnK98Dsp/HFvvzRPb79DrRu+pyFg0A197WiMqPWH2WvvQ==",
"hasInstallScript": true,
"dependencies": {
"@electron/get": "^2.0.0",
@ -2189,9 +2189,9 @@
}
},
"node_modules/helios-core": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.2.tgz",
"integrity": "sha512-ADXJxD45u4KsZHeI6oSkywBDnHQG3IYPKOvyLgYfy4LVWy9RdsSkcIBd8N13alimdVChpt4OoMbnKuiMmbOdbQ==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.3.tgz",
"integrity": "sha512-zqO1Kqmq3ebN+ZjQIMunE2Czbcvq299S9WmDl3w91V0gowQrLLs6KDMVanq4pq8qTG53ySqeA5vR8+gJrDCHKw==",
"dependencies": {
"fastq": "^1.15.0",
"fs-extra": "^11.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "helioslauncher",
"version": "2.0.2",
"version": "2.0.3",
"productName": "Helios Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
@ -32,13 +32,13 @@
"fs-extra": "^11.1.1",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.0.2",
"helios-core": "~2.0.3",
"helios-distribution-types": "^1.2.0",
"jquery": "^3.6.4",
"semver": "^7.3.8"
},
"devDependencies": {
"electron": "^23.2.0",
"electron": "^23.2.1",
"electron-builder": "^23.6.0",
"eslint": "^8.37.0"
},