Skip to content

Commit c15359e

Browse files
committed
Update package.json's
1 parent b88146b commit c15359e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1password/sdk",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
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.4"
29+
"@1password/sdk-core": "0.1.5"
3030
},
3131
"devDependencies": {
3232
"@1password/eslint-config": "^4.0.0",

0 commit comments

Comments
 (0)