Skip to content

Commit

Permalink
Prepare release v2.0.0 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
edif2008 authored Mar 20, 2024
1 parent cf1a288 commit 581a835
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3

- name: Load secret
uses: 1password/load-secrets-action@v1
uses: 1password/load-secrets-action@v2
with:
# Export loaded secrets as environment variables
export-env: true
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30062,7 +30062,7 @@ var exec = __nccwpck_require__(1514);
// EXTERNAL MODULE: ./node_modules/@1password/op-js/dist/index.js
var dist = __nccwpck_require__(7091);
;// CONCATENATED MODULE: ./package.json
const package_namespaceObject = {"i8":"1.2.0"};
const package_namespaceObject = {"i8":"2.0.0"};
;// CONCATENATED MODULE: ./src/constants.ts
const envConnectHost = "OP_CONNECT_HOST";
const envConnectToken = "OP_CONNECT_TOKEN";
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "load-secrets-action",
"version": "1.2.0",
"version": "2.0.0",
"description": "Load Secrets from 1Password",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -46,13 +46,13 @@
"devDependencies": {
"@1password/front-end-style": "^6.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/node": "^20.11.30",
"@vercel/ncc": "^0.38.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"eslintConfig": {
"extends": "./node_modules/@1password/front-end-style/eslintrc.yml",
Expand Down

0 comments on commit 581a835

Please sign in to comment.