Skip to content

Commit

Permalink
Merge pull request #84 from AuroraTeam/dev
Browse files Browse the repository at this point in the history
Попытка собрать бинарь виндовс v.0.0.5-dev.3
  • Loading branch information
kostya-main authored Jan 16, 2025
2 parents ee67447 + ee93134 commit ec6b9e6
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Get version value, set to env
run: echo "PACKAGE_VERSION=v$(node -p "require('./packages/server/package.json').version")" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Get version value, set to env
run: echo "PACKAGE_VERSION=v$(node -p "require('./packages/server/package.json').version")" >> $GITHUB_ENV
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
},
"homepage": "https://github.com/AuroraTeam/AuroraAPI#readme",
"dependencies": {
"@aurora-launcher/core": "^0.24.0",
"@aurora-launcher/core": "^0.25.0",
"aurora-rpc-client": "^0.3.4"
},
"devDependencies": {
"@types/ws": "^8.5.13",
"concurrently": "^9.1.0",
"esbuild": "^0.24.0",
"concurrently": "^9.1.2",
"esbuild": "^0.24.2",
"import-sort-style-module": "^6.0.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-import-sort": "0.0.7",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"directories": {
"example": "example"
Expand Down
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
"src"
],
"devDependencies": {
"@eslint/js": "^9.14.0",
"@tsconfig/node20": "^20.1.4",
"@eslint/js": "^9.18.0",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.9.0",
"eslint": "^9.14.0",
"globals": "^15.12.0",
"@types/node": "^22.10.7",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"import-sort-style-module": "^6.0.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-import-sort": "0.0.7",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"dependencies": {
"adm-zip": "^0.5.16",
"p-map": "^7.0.2",
"undici": "^6.20.1"
"p-map": "^7.0.3",
"undici": "^7.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["@tsconfig/strictest/tsconfig", "@tsconfig/node20/tsconfig"],
"extends": ["@tsconfig/strictest/tsconfig", "@tsconfig/node22/tsconfig"],
"compilerOptions": {
"declaration": true,
"declarationDir": "dist/types",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"dependencies": {
"@swc/core": "^1.9.1"
"@swc/core": "^1.10.7"
},
"repository": {
"type": "git",
Expand Down
42 changes: 20 additions & 22 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,47 +37,45 @@
},
"devDependencies": {
"@aurora-launcher/esbuild-decorators": "^0.0.1",
"@eslint/js": "^9.14.0",
"@types/adm-zip": "^0.5.6",
"@eslint/js": "^9.18.0",
"@types/adm-zip": "^0.5.7",
"@types/cli-progress": "^3.11.6",
"@types/hjson": "^2.4.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/prompts": "^2.4.9",
"@types/node": "^22.10.7",
"@types/semver": "^7.5.8",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.13",
"@yao-pkg/pkg": "^6.1.0",
"concurrently": "^9.1.0",
"esbuild": "^0.24.0",
"eslint": "^9.14.0",
"globals": "^15.12.0",
"@yao-pkg/pkg": "^6.2.0",
"concurrently": "^9.1.2",
"esbuild": "^0.24.2",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"import-sort-style-module": "^6.0.0",
"minimist": "^1.2.8",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"prettier-plugin-import-sort": "0.0.7",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"dependencies": {
"@aurora-launcher/core": "^0.24.0",
"@aurora-launcher/core": "^0.25.0",
"aurora-rpc-server": "^0.1.6",
"chalk": "^5.3.0",
"chokidar": "^4.0.1",
"chalk": "^5.4.1",
"chokidar": "^4.0.3",
"class-transformer": "^0.5.1",
"cli-progress": "^3.12.0",
"commander": "^12.1.0",
"commander": "^13.0.0",
"fast-querystring": "^1.1.2",
"hash-wasm": "^4.11.0",
"hash-wasm": "^4.12.0",
"hjson": "^3.2.2",
"lodash-es": "^4.17.21",
"mssql": "^11.0.1",
"mysql2": "^3.11.4",
"oracledb": "^6.6.0",
"mysql2": "^3.12.0",
"oracledb": "^6.7.1",
"pg": "^8.13.1",
"prompts": "^2.4.2",
"raw-body": "^3.0.0",
"reflect-metadata": "^0.2.2",
"semver": "^7.6.3",
Expand All @@ -86,7 +84,7 @@
"strip-ansi": "^7.1.0",
"typedi": "^0.10.0",
"typeorm": "^0.3.20",
"uuid": "^11.0.2"
"uuid": "^11.0.5"
},
"importSort": {
".js, .mjs, .ts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { InstallProfile, VersionProfiles, Libraries } from "../interfaces/IForge

@Service()
export class NeoForgeManager extends MojangManager {
#forgeInstall = readdirSync(StorageHelper.storageDir).filter(s => s.includes('neoforge') && extname(s) === '.jar')[0].toString()
#forgeInstall = readdirSync(StorageHelper.storageDir).filter(s => s.includes('neoforge') && extname(s) === '.jar')[0]?.toString()
#tempDir = StorageHelper.getTmpPath()

async downloadClient(gameVersion: string, clientName: string) {
Expand Down

0 comments on commit ec6b9e6

Please sign in to comment.