gitlab-ci-local 4.69.0 → 4.70.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description": "Tired of pushing to test your .gitlab-ci.yml?",
5
5
  "main": "dist/index.js",
6
6
  "bin": "dist/index.js",
7
- "version": "4.69.0",
7
+ "version": "4.70.0",
8
8
  "scripts": {
9
9
  "build": "bun build --compile --minify --sourcemap --no-compile-autoload-dotenv src/index.ts --outfile bin/gitlab-ci-local",
10
10
  "build:linux-amd64": "bun build --compile --minify --sourcemap --no-compile-autoload-dotenv --target=bun-linux-x64-baseline src/index.ts --outfile bin/linux-amd64/gitlab-ci-local",