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 Jan 9, 2025
1 parent 9c44fbb commit 9bda47a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5",
"version": "0.1.6",
"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.5"
"@1password/sdk-core": "0.1.6"
},
"devDependencies": {
"@1password/eslint-config": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1password/sdk-core",
"version": "0.1.5",
"version": "0.1.6",
"author": "1Password",
"license": "MIT",
"description": "The 1Password Rust SDK core built with `wasm_bindgen`",
Expand Down

0 comments on commit 9bda47a

Please sign in to comment.