Some curseforge mods disallow 3rd party downloads, log those to the console for manual action.

This commit is contained in:
Daniel Scalzi
2023-07-02 17:09:32 -04:00
parent 9f6220b508
commit 5da3d6cf5f
3 changed files with 571 additions and 215 deletions

View File

@@ -30,28 +30,28 @@
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/luxon": "^3.2.0",
"@types/node": "^18.15.3",
"@types/luxon": "^3.3.0",
"@types/node": "^18.16.9",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.22",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"rimraf": "^4.4.0",
"typescript": "^5.0.2"
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.44.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
},
"dependencies": {
"dotenv": "^16.0.3",
"fs-extra": "^11.1.0",
"got": "^12.6.0",
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"got": "^13.0.0",
"helios-distribution-types": "^1.2.0",
"luxon": "^3.3.0",
"minimatch": "^7.4.2",
"minimatch": "^9.0.2",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^1.2.0",
"winston": "^3.8.2",
"yargs": "^17.7.1"
"winston": "^3.9.0",
"yargs": "^17.7.2"
}
}