Skip to content

Commit

Permalink
Update package.json's
Browse files Browse the repository at this point in the history
  • Loading branch information
MOmarMiraj committed Jun 26, 2024
1 parent a03b581 commit a9cdc01
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1password/sdk",
"version": "0.1.0-beta.11",
"version": "0.1.0-beta.45",
"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",
Expand All @@ -14,7 +14,9 @@
},
"author": "1Password",
"license": "MIT",
"files": ["./dist"],
"files": [
"./dist"
],
"exports": {
".": {
"types": "./dist/sdk.d.ts",
Expand All @@ -24,22 +26,22 @@
"main": "./dist/sdk.js",
"types": "./dist/sdk.d.ts",
"dependencies": {
"@1password/sdk-core": "0.1.0-beta.9"
"@1password/sdk-core": "^0.1.0-beta.9"
},
"devDependencies": {
"@1password/eslint-config": "^4.0.0",
"@1password/prettier-config": "^1.1.3",
"@babel/preset-env": "^7.23.8",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"@types/node": "^20.11.0",
"babel-jest": "^29.7.0",
"eslint": "^8.54.0",
"prettier-plugin-organize-imports": "^3.2.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.6.2",
"prettier": "3.1.1",
"prettier-plugin-organize-imports": "^3.2.3",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"@types/node": "^20.11.0",
"@babel/preset-env": "^7.23.8",
"babel-jest": "^29.7.0"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"commonjs-example": "node index.cjs"
},
"dependencies": {
"@1password/sdk": "0.1.0-beta.11"
"@1password/sdk": "^0.1.0-beta.11"
}
}
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1password/sdk-core",
"version": "0.1.0-beta.9",
"version": "0.1.0-beta.10",
"author": "1Password",
"license": "MIT",
"description": "The 1Password Rust SDK core built with `wasm_bindgen`",
Expand Down

0 comments on commit a9cdc01

Please sign in to comment.