From f33761fb11d92498b31fb16215ebaaa209bcd1e2 Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Sat, 21 Sep 2024 02:40:03 +0000 Subject: [PATCH] v0.269.1 --- lerna.json | 4 +-- package-lock.json | 37 ++++++++++++----------- packages/chdman-darwin-arm64/package.json | 20 +++++++++++- packages/chdman-darwin-x64/package.json | 20 +++++++++++- packages/chdman-linux-arm/package.json | 20 +++++++++++- packages/chdman-linux-arm64/package.json | 20 +++++++++++- packages/chdman-linux-ia32/package.json | 20 +++++++++++- packages/chdman-linux-x64/package.json | 20 +++++++++++- packages/chdman-win32-ia32/package.json | 20 +++++++++++- packages/chdman-win32-x64/package.json | 20 +++++++++++- packages/chdman/package.json | 18 +++++------ 11 files changed, 183 insertions(+), 36 deletions(-) diff --git a/lerna.json b/lerna.json index 83d0235..1a351e0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.269.0", + "version": "0.269.1", "packages": [ "packages/*" ], @@ -17,4 +17,4 @@ "throttle": true } } -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d001450..b6bc06a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,9 @@ ], "devDependencies": { "lerna": "^8.1.8" + }, + "engines": { + "node": ">=16.12.0" } }, "node_modules/@ampproject/remapping": { @@ -12496,7 +12499,7 @@ } }, "packages/chdman": { - "version": "0.269.0", + "version": "0.269.1", "license": "GPL-3.0-or-later", "dependencies": { "which": "^4.0.0" @@ -12528,19 +12531,19 @@ "url": "https://github.com/sponsors/emmercm" }, "optionalDependencies": { - "@emmercm/chdman-darwin-arm64": "^0.269.0", - "@emmercm/chdman-darwin-x64": "^0.269.0", - "@emmercm/chdman-linux-arm": "^0.269.0", - "@emmercm/chdman-linux-arm64": "^0.269.0", - "@emmercm/chdman-linux-ia32": "^0.269.0", - "@emmercm/chdman-linux-x64": "^0.269.0", - "@emmercm/chdman-win32-ia32": "^0.269.0", - "@emmercm/chdman-win32-x64": "^0.269.0" + "@emmercm/chdman-darwin-arm64": "^0.269.1", + "@emmercm/chdman-darwin-x64": "^0.269.1", + "@emmercm/chdman-linux-arm": "^0.269.1", + "@emmercm/chdman-linux-arm64": "^0.269.1", + "@emmercm/chdman-linux-ia32": "^0.269.1", + "@emmercm/chdman-linux-x64": "^0.269.1", + "@emmercm/chdman-win32-ia32": "^0.269.1", + "@emmercm/chdman-win32-x64": "^0.269.1" } }, "packages/chdman-darwin-arm64": { "name": "@emmercm/chdman-darwin-arm64", - "version": "0.269.0", + "version": "0.269.1", "cpu": [ "arm64" ], @@ -12550,7 +12553,7 @@ }, "packages/chdman-darwin-x64": { "name": "@emmercm/chdman-darwin-x64", - "version": "0.269.0", + "version": "0.269.1", "cpu": [ "x64" ], @@ -12560,7 +12563,7 @@ }, "packages/chdman-linux-arm": { "name": "@emmercm/chdman-linux-arm", - "version": "0.269.0", + "version": "0.269.1", "cpu": [ "arm" ], @@ -12570,7 +12573,7 @@ }, "packages/chdman-linux-arm64": { "name": "@emmercm/chdman-linux-arm64", - "version": "0.269.0", + "version": "0.269.1", "cpu": [ "arm64" ], @@ -12580,7 +12583,7 @@ }, "packages/chdman-linux-ia32": { "name": "@emmercm/chdman-linux-ia32", - "version": "0.269.0", + "version": "0.269.1", "cpu": [ "ia32" ], @@ -12590,7 +12593,7 @@ }, "packages/chdman-linux-x64": { "name": "@emmercm/chdman-linux-x64", - "version": "0.269.0", + "version": "0.269.1", "cpu": [ "x64" ], @@ -12600,7 +12603,7 @@ }, "packages/chdman-win32-ia32": { "name": "@emmercm/chdman-win32-ia32", - "version": "0.269.0", + "version": "0.269.1", "cpu": [ "ia32" ], @@ -12610,7 +12613,7 @@ }, "packages/chdman-win32-x64": { "name": "@emmercm/chdman-win32-x64", - "version": "0.269.0", + "version": "0.269.1", "cpu": [ "x64" ], diff --git a/packages/chdman-darwin-arm64/package.json b/packages/chdman-darwin-arm64/package.json index 1f6e115..9e1adde 100644 --- a/packages/chdman-darwin-arm64/package.json +++ b/packages/chdman-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@emmercm/chdman-darwin-arm64", - "version": "0.269.0", + "version": "0.269.1", "os": [ "darwin" ], @@ -22,5 +22,23 @@ "build": "tsc --build --verbose", "prepack": "npm run build && cp -f ../../{LICENSE,README.md} ./", "postpack": "rm ./LICENSE ./README.md" + }, + "description": "💿 chdman binaries and wrapper for Node.js.", + "keywords": [ + "chdman", + "isos", + "mame", + "roms" + ], + "homepage": "https://github.com/emmercm/chdman-js", + "bugs": { + "url": "https://github.com/emmercm/chdman-js/issues" + }, + "license": "GPL-3.0-or-later", + "author": "Christian Emmer", + "funding": "https://github.com/sponsors/emmercm", + "repository": { + "type": "git", + "url": "git+https://github.com/emmercm/chdman-js.git" } } diff --git a/packages/chdman-darwin-x64/package.json b/packages/chdman-darwin-x64/package.json index 873df33..77a461d 100644 --- a/packages/chdman-darwin-x64/package.json +++ b/packages/chdman-darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@emmercm/chdman-darwin-x64", - "version": "0.269.0", + "version": "0.269.1", "os": [ "darwin" ], @@ -22,5 +22,23 @@ "build": "tsc --build --verbose", "prepack": "npm run build && cp -f ../../{LICENSE,README.md} ./", "postpack": "rm ./LICENSE ./README.md" + }, + "description": "💿 chdman binaries and wrapper for Node.js.", + "keywords": [ + "chdman", + "isos", + "mame", + "roms" + ], + "homepage": "https://github.com/emmercm/chdman-js", + "bugs": { + "url": "https://github.com/emmercm/chdman-js/issues" + }, + "license": "GPL-3.0-or-later", + "author": "Christian Emmer", + "funding": "https://github.com/sponsors/emmercm", + "repository": { + "type": "git", + "url": "git+https://github.com/emmercm/chdman-js.git" } } diff --git a/packages/chdman-linux-arm/package.json b/packages/chdman-linux-arm/package.json index 7df1cf0..1945d3d 100644 --- a/packages/chdman-linux-arm/package.json +++ b/packages/chdman-linux-arm/package.json @@ -1,6 +1,6 @@ { "name": "@emmercm/chdman-linux-arm", - "version": "0.269.0", + "version": "0.269.1", "os": [ "linux" ], @@ -22,5 +22,23 @@ "build": "tsc --build --verbose", "prepack": "npm run build && cp -f ../../{LICENSE,README.md} ./", "postpack": "rm ./LICENSE ./README.md" + }, + "description": "💿 chdman binaries and wrapper for Node.js.", + "keywords": [ + "chdman", + "isos", + "mame", + "roms" + ], + "homepage": "https://github.com/emmercm/chdman-js", + "bugs": { + "url": "https://github.com/emmercm/chdman-js/issues" + }, + "license": "GPL-3.0-or-later", + "author": "Christian Emmer", + "funding": "https://github.com/sponsors/emmercm", + "repository": { + "type": "git", + "url": "git+https://github.com/emmercm/chdman-js.git" } } diff --git a/packages/chdman-linux-arm64/package.json b/packages/chdman-linux-arm64/package.json index c21b01e..5a75708 100644 --- a/packages/chdman-linux-arm64/package.json +++ b/packages/chdman-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@emmercm/chdman-linux-arm64", - "version": "0.269.0", + "version": "0.269.1", "os": [ "linux" ], @@ -22,5 +22,23 @@ "build": "tsc --build --verbose", "prepack": "npm run build && cp -f ../../{LICENSE,README.md} ./", "postpack": "rm ./LICENSE ./README.md" + }, + "description": "💿 chdman binaries and wrapper for Node.js.", + "keywords": [ + "chdman", + "isos", + "mame", + "roms" + ], + "homepage": "https://github.com/emmercm/chdman-js", + "bugs": { + "url": "https://github.com/emmercm/chdman-js/issues" + }, + "license": "GPL-3.0-or-later", + "author": "Christian Emmer", + "funding": "https://github.com/sponsors/emmercm", + "repository": { + "type": "git", + "url": "git+https://github.com/emmercm/chdman-js.git" } } diff --git a/packages/chdman-linux-ia32/package.json b/packages/chdman-linux-ia32/package.json index c1b9a91..22ec435 100644 --- a/packages/chdman-linux-ia32/package.json +++ b/packages/chdman-linux-ia32/package.json @@ -1,6 +1,6 @@ { "name": "@emmercm/chdman-linux-ia32", - "version": "0.269.0", + "version": "0.269.1", "os": [ "linux" ], @@ -22,5 +22,23 @@ "build": "tsc --build --verbose", "prepack": "npm run build && cp -f ../../{LICENSE,README.md} ./", "postpack": "rm ./LICENSE ./README.md" + }, + "description": "💿 chdman binaries and wrapper for Node.js.", + "keywords": [ + "chdman", + "isos", + "mame", + "roms" + ], + "homepage": "https://github.com/emmercm/chdman-js", + "bugs": { + "url": "https://github.com/emmercm/chdman-js/issues" + }, + "license": "GPL-3.0-or-later", + "author": "Christian Emmer", + "funding": "https://github.com/sponsors/emmercm", + "repository": { + "type": "git", + "url": "git+https://github.com/emmercm/chdman-js.git" } } diff --git a/packages/chdman-linux-x64/package.json b/packages/chdman-linux-x64/package.json index 487dfb9..402d75a 100644 --- a/packages/chdman-linux-x64/package.json +++ b/packages/chdman-linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@emmercm/chdman-linux-x64", - "version": "0.269.0", + "version": "0.269.1", "os": [ "linux" ], @@ -22,5 +22,23 @@ "build": "tsc --build --verbose", "prepack": "npm run build && cp -f ../../{LICENSE,README.md} ./", "postpack": "rm ./LICENSE ./README.md" + }, + "description": "💿 chdman binaries and wrapper for Node.js.", + "keywords": [ + "chdman", + "isos", + "mame", + "roms" + ], + "homepage": "https://github.com/emmercm/chdman-js", + "bugs": { + "url": "https://github.com/emmercm/chdman-js/issues" + }, + "license": "GPL-3.0-or-later", + "author": "Christian Emmer", + "funding": "https://github.com/sponsors/emmercm", + "repository": { + "type": "git", + "url": "git+https://github.com/emmercm/chdman-js.git" } } diff --git a/packages/chdman-win32-ia32/package.json b/packages/chdman-win32-ia32/package.json index 1530701..26fcce0 100644 --- a/packages/chdman-win32-ia32/package.json +++ b/packages/chdman-win32-ia32/package.json @@ -1,6 +1,6 @@ { "name": "@emmercm/chdman-win32-ia32", - "version": "0.269.0", + "version": "0.269.1", "os": [ "win32" ], @@ -22,5 +22,23 @@ "build": "tsc --build --verbose", "prepack": "npm run build && cp -f ../../{LICENSE,README.md} ./", "postpack": "rm ./LICENSE ./README.md" + }, + "description": "💿 chdman binaries and wrapper for Node.js.", + "keywords": [ + "chdman", + "isos", + "mame", + "roms" + ], + "homepage": "https://github.com/emmercm/chdman-js", + "bugs": { + "url": "https://github.com/emmercm/chdman-js/issues" + }, + "license": "GPL-3.0-or-later", + "author": "Christian Emmer", + "funding": "https://github.com/sponsors/emmercm", + "repository": { + "type": "git", + "url": "git+https://github.com/emmercm/chdman-js.git" } } diff --git a/packages/chdman-win32-x64/package.json b/packages/chdman-win32-x64/package.json index 3dabfe4..abb6d31 100644 --- a/packages/chdman-win32-x64/package.json +++ b/packages/chdman-win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@emmercm/chdman-win32-x64", - "version": "0.269.0", + "version": "0.269.1", "os": [ "win32" ], @@ -22,5 +22,23 @@ "build": "tsc --build --verbose", "prepack": "npm run build && cp -f ../../{LICENSE,README.md} ./", "postpack": "rm ./LICENSE ./README.md" + }, + "description": "💿 chdman binaries and wrapper for Node.js.", + "keywords": [ + "chdman", + "isos", + "mame", + "roms" + ], + "homepage": "https://github.com/emmercm/chdman-js", + "bugs": { + "url": "https://github.com/emmercm/chdman-js/issues" + }, + "license": "GPL-3.0-or-later", + "author": "Christian Emmer", + "funding": "https://github.com/sponsors/emmercm", + "repository": { + "type": "git", + "url": "git+https://github.com/emmercm/chdman-js.git" } } diff --git a/packages/chdman/package.json b/packages/chdman/package.json index 70fe1d2..ba12486 100644 --- a/packages/chdman/package.json +++ b/packages/chdman/package.json @@ -1,6 +1,6 @@ { "name": "chdman", - "version": "0.269.0", + "version": "0.269.1", "description": "💿 chdman binaries and wrapper for Node.js.", "keywords": [ "chdman", @@ -55,14 +55,14 @@ "which": "^4.0.0" }, "optionalDependencies": { - "@emmercm/chdman-darwin-arm64": "^0.269.0", - "@emmercm/chdman-darwin-x64": "^0.269.0", - "@emmercm/chdman-linux-arm": "^0.269.0", - "@emmercm/chdman-linux-arm64": "^0.269.0", - "@emmercm/chdman-linux-ia32": "^0.269.0", - "@emmercm/chdman-linux-x64": "^0.269.0", - "@emmercm/chdman-win32-ia32": "^0.269.0", - "@emmercm/chdman-win32-x64": "^0.269.0" + "@emmercm/chdman-darwin-arm64": "^0.269.1", + "@emmercm/chdman-darwin-x64": "^0.269.1", + "@emmercm/chdman-linux-arm": "^0.269.1", + "@emmercm/chdman-linux-arm64": "^0.269.1", + "@emmercm/chdman-linux-ia32": "^0.269.1", + "@emmercm/chdman-linux-x64": "^0.269.1", + "@emmercm/chdman-win32-ia32": "^0.269.1", + "@emmercm/chdman-win32-x64": "^0.269.1" }, "devDependencies": { "@types/jest": "^29.5.12",