diff --git a/dist/index.js b/dist/index.js index 750a3fc..08ec7dd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -43904,7 +43904,7 @@ module.exports = parseParams /***/ ((module) => { "use strict"; -module.exports = /*#__PURE__*/JSON.parse('{"name":"@google-github-actions/setup-cloud-sdk","version":"1.1.8","description":"Utilities to download, install, and interact with the Cloud SDK for GitHub Actions","module":"dist/index.js","main":"dist/index.js","types":"dist/index.d.js","scripts":{"build":"rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts","lint":"eslint .","format":"eslint --fix","docs":"rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown","test":"node --require ts-node/register --test-reporter spec --test tests/download-util.test.ts tests/format-url.test.ts tests/index.test.ts"},"files":["dist/**/*"],"repository":{"type":"git","url":"git+https://github.com/google-github-actions/setup-cloud-sdk.git"},"keywords":["Cloud SDK","google cloud","gcloud"],"author":"Google LLC","license":"Apache-2.0","dependencies":{"@actions/core":"^1.11.1","@actions/exec":"^1.1.1","@actions/http-client":"^2.2.3","@actions/tool-cache":"^2.0.2","@google-github-actions/actions-utils":"^0.8.6","semver":"^7.7.0"},"devDependencies":{"@eslint/eslintrc":"^3.2.0","@eslint/js":"^9.19.0","@types/node":"^22.13.0","@types/semver":"^7.5.8","@typescript-eslint/eslint-plugin":"^8.22.0","@vercel/ncc":"^0.38.3","eslint-config-prettier":"^10.0.1","eslint-plugin-prettier":"^5.2.3","eslint":"^9.19.0","prettier":"^3.4.2","ts-node":"^10.9.2","typedoc-plugin-markdown":"^4.4.1","typedoc":"^0.27.6","typescript-eslint":"^8.22.0","typescript":"^5.7.3"}}'); +module.exports = /*#__PURE__*/JSON.parse('{"name":"@google-github-actions/setup-cloud-sdk","version":"1.1.9","description":"Utilities to download, install, and interact with the Cloud SDK for GitHub Actions","module":"dist/index.js","main":"dist/index.js","types":"dist/index.d.js","scripts":{"build":"rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts","lint":"eslint .","format":"eslint --fix","docs":"rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown","test":"node --require ts-node/register --test-reporter spec --test tests/download-util.test.ts tests/format-url.test.ts tests/index.test.ts"},"files":["dist/**/*"],"repository":{"type":"git","url":"git+https://github.com/google-github-actions/setup-cloud-sdk.git"},"keywords":["Cloud SDK","google cloud","gcloud"],"author":"Google LLC","license":"Apache-2.0","dependencies":{"@actions/core":"^1.11.1","@actions/exec":"^1.1.1","@actions/http-client":"^2.2.3","@actions/tool-cache":"^2.0.2","@google-github-actions/actions-utils":"^0.8.6","semver":"^7.7.0"},"devDependencies":{"@eslint/eslintrc":"^3.2.0","@eslint/js":"^9.19.0","@types/node":"^22.13.0","@types/semver":"^7.5.8","@typescript-eslint/eslint-plugin":"^8.22.0","@vercel/ncc":"^0.38.3","eslint-config-prettier":"^10.0.1","eslint-plugin-prettier":"^5.2.3","eslint":"^9.19.0","prettier":"^3.4.2","ts-node":"^10.9.2","typedoc-plugin-markdown":"^4.4.1","typedoc":"^0.27.6","typescript-eslint":"^8.22.0","typescript":"^5.7.3"}}'); /***/ }) diff --git a/package-lock.json b/package-lock.json index 229951d..5110396 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-github-actions/setup-cloud-sdk", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@google-github-actions/setup-cloud-sdk", - "version": "1.1.8", + "version": "1.1.9", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 6d5e9bf..1412603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-github-actions/setup-cloud-sdk", - "version": "1.1.8", + "version": "1.1.9", "description": "Utilities to download, install, and interact with the Cloud SDK for GitHub Actions", "module": "dist/index.js", "main": "dist/index.js",