From b25f3f88089d61f56bf143f174c1afff3292ab67 Mon Sep 17 00:00:00 2001 From: Mads Jon Nielsen Date: Sun, 15 Dec 2024 15:02:36 +0100 Subject: [PATCH] Publish 4.56.2 --- package-lock.json | 4 ++-- package.json | 2 +- src/index.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76816f72..01ffa52d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitlab-ci-local", - "version": "4.56.0", + "version": "4.56.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gitlab-ci-local", - "version": "4.56.0", + "version": "4.56.2", "license": "MIT", "dependencies": { "ajv": "8.x.x", diff --git a/package.json b/package.json index 1956b3c9..21dbb1e2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Tired of pushing to test your .gitlab-ci.yml?", "main": "src/index.js", "bin": "src/index.js", - "version": "4.56.0", + "version": "4.56.2", "scripts": { "esbuild": "esbuild src/index.ts --outfile=bin/index.cjs --bundle --platform=node --format=cjs --minify --external:yargs --external:re2 --sourcemap=inline", "pkg-linux": "npx tsx scripts/install-re2-bin.ts --platform linux --platform-arch=x64 && pkg bin/index.cjs --public --options=enable-source-maps --no-bytecode -t linux-x64 -o bin/linux/gitlab-ci-local && chmod +x bin/linux/gitlab-ci-local && gzip -c bin/linux/gitlab-ci-local > bin/linux.gz", diff --git a/src/index.ts b/src/index.ts index c1d1a03b..0bd77a1c 100755 --- a/src/index.ts +++ b/src/index.ts @@ -25,7 +25,7 @@ process.on("SIGUSR2", async () => await cleanupJobResources(jobs)); const yparser = yargs(process.argv.slice(2)); yparser.parserConfiguration({"greedy-arrays": false}) .showHelpOnFail(false) - .version("4.56.0") + .version("4.56.2") .wrap(yparser.terminalWidth?.()) .command({ handler: async (argv) => {