Use alpha 4 version

This commit is contained in:
Volodymyr Zotov
2025-07-31 13:23:40 -05:00
parent b19207bf93
commit 18a55c6803
3 changed files with 25 additions and 9 deletions

24
dist/index.js vendored

File diff suppressed because one or more lines are too long

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.3",
"@1password/op-js": "^0.1.14-alpha.4",
"@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.3",
"resolved": "https://registry.npmjs.org/@1password/op-js/-/op-js-0.1.14-alpha.3.tgz",
"integrity": "sha512-0FV0uFQv66BR3Ncr1ZiqY+Um4PfkW7Tq6ZRFFqOJDcqm0msRq/C1LpoCNw92hVi8x9mhB0LPS6hzSI3EyVvtRg==",
"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==",
"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.3",
"@1password/op-js": "^0.1.14-alpha.4",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.2"