Skip to content

Commit

Permalink
Update package.json's
Browse files Browse the repository at this point in the history
  • Loading branch information
MOmarMiraj committed Jun 26, 2024
1 parent 11754a1 commit 0492c34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1password/sdk",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.21",
"description": "The 1Password JavaScript SDK offers programmatic read access to your secrets in 1Password in an interface native to JavaScript. The SDK currently supports `Node.JS`",
"scripts": {
"build": "tsc",
Expand All @@ -14,7 +14,9 @@
},
"author": "1Password",
"license": "MIT",
"files": ["./dist"],
"files": [
"./dist"
],
"exports": {
".": {
"types": "./dist/sdk.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"commonjs-example": "node index.cjs"
},
"dependencies": {
"@1password/sdk": "0.1.0-beta.11"
"@1password/sdk": "^0.1.0-beta.11"
}
}

0 comments on commit 0492c34

Please sign in to comment.