From b9c01e3e92a6a8ebd6bfe852953aa314bd7d3623 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Thu, 31 Jul 2025 13:06:24 -0500 Subject: [PATCH] Use alpha 2 version --- dist/index.js | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index 3f756c5..096da69 100644 --- a/dist/index.js +++ b/dist/index.js @@ -29414,7 +29414,7 @@ module.exports = parseParams /***/ ((module) => { "use strict"; -module.exports = /*#__PURE__*/JSON.parse('{"name":"@1password/op-js","version":"0.1.14-alpha.1","description":"A typed JS wrapper for the 1Password CLI","main":"./dist/index.js","types":"./dist/src/index.d.ts","files":["dist/"],"repository":{"type":"git","url":"https://github.com/1Password/op-js"},"license":"MIT","scripts":{"build":"license-checker-rseidelsohn --direct --files licenses && yarn compile --minify && tsc -p tsconfig.release.json --emitDeclarationOnly","compile":"esbuild src/index.ts src/cli.ts --platform=node --format=cjs --outdir=dist","eslint":"eslint -c .eslintrc.json \'src/*.ts\'","prepare":"husky install","prettier":"prettier --check \'src/*.ts\'","test:unit":"jest --testMatch \'/src/*.test.ts\'","test:integration":"jest --testMatch \'/tests/*.test.ts\' --setupFilesAfterEnv \'/jest.setup.ts\' --runInBand","typecheck":"tsc -p tsconfig.release.json --noEmit","watch":"yarn compile --watch"},"prettier":"@1password/prettier-config","lint-staged":{"src/*.ts":["prettier --write","eslint -c .eslintrc.json --fix"]},"devDependencies":{"@1password/eslint-config":"^4.3.0","@1password/prettier-config":"^1.1.3","@types/jest":"^29.5.12","@types/node":"^20.12.12","@types/semver":"^7.5.8","@typescript-eslint/eslint-plugin":"^7.9.0","esbuild":"^0.21.2","eslint":"^8.57.0","husky":"^9.0.11","jest":"^29.7.0","jest-environment-jsdom":"^29.6.2","joi":"^17.13.1","license-checker-rseidelsohn":"^4.3.0","lint-staged":"^15.2.2","prettier":"^3.2.5","prettier-plugin-organize-imports":"^3.2.4","ts-jest":"^29.1.2","typescript":"5.4.5"},"dependencies":{"@actions/core":"^1.11.1","@actions/tool-cache":"^2.0.2","lookpath":"^1.2.2","semver":"^7.6.2"}}'); +module.exports = /*#__PURE__*/JSON.parse('{"name":"@1password/op-js","version":"0.1.14-alpha.2","description":"A typed JS wrapper for the 1Password CLI","main":"./dist/index.js","types":"./dist/src/index.d.ts","files":["dist/"],"repository":{"type":"git","url":"https://github.com/1Password/op-js"},"license":"MIT","scripts":{"build":"license-checker-rseidelsohn --direct --files licenses && yarn compile --minify && tsc -p tsconfig.release.json --emitDeclarationOnly","compile":"esbuild src/index.ts src/cli.ts --platform=node --format=cjs --outdir=dist","eslint":"eslint -c .eslintrc.json \'src/*.ts\'","prepare":"husky install","prettier":"prettier --check \'src/*.ts\'","test:unit":"jest --testMatch \'/src/*.test.ts\'","test:integration":"jest --testMatch \'/tests/*.test.ts\' --setupFilesAfterEnv \'/jest.setup.ts\' --runInBand","typecheck":"tsc -p tsconfig.release.json --noEmit","watch":"yarn compile --watch"},"prettier":"@1password/prettier-config","lint-staged":{"src/*.ts":["prettier --write","eslint -c .eslintrc.json --fix"]},"devDependencies":{"@1password/eslint-config":"^4.3.0","@1password/prettier-config":"^1.1.3","@types/jest":"^29.5.12","@types/node":"^20.12.12","@types/semver":"^7.5.8","@typescript-eslint/eslint-plugin":"^7.9.0","esbuild":"^0.21.2","eslint":"^8.57.0","husky":"^9.0.11","jest":"^29.7.0","jest-environment-jsdom":"^29.6.2","joi":"^17.13.1","license-checker-rseidelsohn":"^4.3.0","lint-staged":"^15.2.2","prettier":"^3.2.5","prettier-plugin-organize-imports":"^3.2.4","ts-jest":"^29.1.2","typescript":"5.4.5"},"dependencies":{"@actions/core":"^1.11.1","@actions/tool-cache":"^2.0.2","lookpath":"^1.2.2","semver":"^7.6.2"}}'); /***/ }) diff --git a/package-lock.json b/package-lock.json index f3b9235..faad4aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "MIT", "dependencies": { - "@1password/op-js": "^0.1.14-alpha.1", + "@1password/op-js": "^0.1.14-alpha.2", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/tool-cache": "^2.0.2" @@ -84,9 +84,9 @@ } }, "node_modules/@1password/op-js": { - "version": "0.1.14-alpha.1", - "resolved": "https://registry.npmjs.org/@1password/op-js/-/op-js-0.1.14-alpha.1.tgz", - "integrity": "sha512-MBSlioB6KZU3mvpWa8b7/MLUszEIhi4N2tOMlPf0dwuvvXTyma3pUabQceqCJCvuYRvZV+mp4IJkqnW3yRgdpw==", + "version": "0.1.14-alpha.2", + "resolved": "https://registry.npmjs.org/@1password/op-js/-/op-js-0.1.14-alpha.2.tgz", + "integrity": "sha512-VOom/5tx1JTZ1S+yGBKTu9Y/F7/WjPRcHDvY88g1PYu9kvXhhmACjUFHszMkUA/r0qd19gMzCutVoWcDcoa1Xw==", "dependencies": { "@actions/core": "^1.11.1", "@actions/tool-cache": "^2.0.2", diff --git a/package.json b/package.json index 70810f0..141d25e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/1Password/load-secrets-action#readme", "dependencies": { - "@1password/op-js": "^0.1.14-alpha.1", + "@1password/op-js": "^0.1.14-alpha.2", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/tool-cache": "^2.0.2"