From 9bda47ae01b4099c736a1abd8816ad1a0ccafc2d Mon Sep 17 00:00:00 2001 From: Omar Miraj Date: Thu, 9 Jan 2025 12:31:01 -0500 Subject: [PATCH] Update package.json's --- client/package.json | 4 ++-- wasm/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index b7ffdda..55b598f 100644 --- a/client/package.json +++ b/client/package.json @@ -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", @@ -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", diff --git a/wasm/package.json b/wasm/package.json index 977c66c..634d9e8 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -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`",