Skip to content

Commit 89b9701

Browse files
committed
Update package.json's
1 parent b02f2ce commit 89b9701

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3",
3+
"version": "0.1.4",
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.3"
29+
"@1password/sdk-core": "0.1.4"
3030
},
3131
"devDependencies": {
3232
"@1password/eslint-config": "^4.0.0",

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prettier-fix": "prettier --write index.*js"
99
},
1010
"dependencies": {
11-
"@1password/sdk": "0.1.2"
11+
"@1password/sdk": "0.1.3"
1212
},
1313
"devDependencies": {
1414
"prettier": "3.1.1"

0 commit comments

Comments
 (0)