Skip to content

Commit 9bda47a

Browse files
committed
Update package.json's
1 parent 9c44fbb commit 9bda47a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1password/sdk",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"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`",
55
"scripts": {
66
"build": "tsc",
@@ -26,7 +26,7 @@
2626
"main": "./dist/sdk.js",
2727
"types": "./dist/sdk.d.ts",
2828
"dependencies": {
29-
"@1password/sdk-core": "0.1.5"
29+
"@1password/sdk-core": "0.1.6"
3030
},
3131
"devDependencies": {
3232
"@1password/eslint-config": "^4.0.0",

wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1password/sdk-core",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"author": "1Password",
55
"license": "MIT",
66
"description": "The 1Password Rust SDK core built with `wasm_bindgen`",

0 commit comments

Comments
 (0)