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 Dec 3, 2024
1 parent b88146b commit c15359e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.4",
"version": "0.1.5",
"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 @@ -26,7 +26,7 @@
"main": "./dist/sdk.js",
"types": "./dist/sdk.d.ts",
"dependencies": {
"@1password/sdk-core": "0.1.4"
"@1password/sdk-core": "0.1.5"
},
"devDependencies": {
"@1password/eslint-config": "^4.0.0",
Expand Down

0 comments on commit c15359e

Please sign in to comment.