From 163b3e170c18a0b9dff1d89d633d251c3660d7c4 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Sat, 19 Sep 2026 22:47:52 +0200 Subject: [PATCH] added package.lock --- github-actions/bundle-script/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions/bundle-script/package.json b/github-actions/bundle-script/package.json index 98b054e..95a5907 100644 --- a/github-actions/bundle-script/package.json +++ b/github-actions/bundle-script/package.json @@ -1,6 +1,6 @@ { "name": "gh-scripting-compiler", - "version": "1.1.0", + "version": "1.1.1", "main": "dist/index.js", "scripts": { "build": "node esbuild.js",