From 0492c34337a9383f2c085dc9fc3353a84bec2cf5 Mon Sep 17 00:00:00 2001 From: Omar Miraj Date: Wed, 26 Jun 2024 12:22:02 -0400 Subject: [PATCH] Update package.json's --- client/package.json | 6 ++++-- examples/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index 5fbcd3c..df3a441 100644 --- a/client/package.json +++ b/client/package.json @@ -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", @@ -14,7 +14,9 @@ }, "author": "1Password", "license": "MIT", - "files": ["./dist"], + "files": [ + "./dist" + ], "exports": { ".": { "types": "./dist/sdk.d.ts", diff --git a/examples/package.json b/examples/package.json index 42d780d..fd4e85f 100644 --- a/examples/package.json +++ b/examples/package.json @@ -6,6 +6,6 @@ "commonjs-example": "node index.cjs" }, "dependencies": { - "@1password/sdk": "0.1.0-beta.11" + "@1password/sdk": "^0.1.0-beta.11" } }