Use alpha 5 version

This commit is contained in:
Volodymyr Zotov
2025-07-31 13:47:06 -05:00
parent 18a55c6803
commit 2a576880a1
3 changed files with 3628 additions and 23 deletions

3641
dist/index.js vendored

File diff suppressed because it is too large Load Diff

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"@1password/op-js": "^0.1.14-alpha.4",
"@1password/op-js": "^0.1.14-alpha.5",
"@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.4",
"resolved": "https://registry.npmjs.org/@1password/op-js/-/op-js-0.1.14-alpha.4.tgz",
"integrity": "sha512-5ArsoVOPeTNkE2r/y33nBZaqKHJC9OmGDB4nm3cPb90xSJr54lwC9wDMWQah/cK5+OrwsoTIfQEp20d9hmiTqQ==",
"version": "0.1.14-alpha.5",
"resolved": "https://registry.npmjs.org/@1password/op-js/-/op-js-0.1.14-alpha.5.tgz",
"integrity": "sha512-G+psqF+8CEGAfUzHIk1Y8m6F8y6UAyyYk2pT8078hmvoKDmpEUZXCvA2X0QrVfZhTllvRPuKVI+GbCgy8l74Yw==",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/tool-cache": "^2.0.2",

View File

@@ -39,7 +39,7 @@
},
"homepage": "https://github.com/1Password/load-secrets-action#readme",
"dependencies": {
"@1password/op-js": "^0.1.14-alpha.4",
"@1password/op-js": "^0.1.14-alpha.5",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.2"