Skip to content

Commit

Permalink
fix: update better-sql3 to 11.5.0, bump package json version
Browse files Browse the repository at this point in the history
  • Loading branch information
HatemMn authored and Manuthor committed Nov 19, 2024
1 parent f7c3fb7 commit a3b4cd8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
7 changes: 1 addition & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none",
"cSpell.words": ["Findex", "uids", "Uids"],
"workbench.colorCustomizations": {
"activityBar.background": "#02342B",
"titleBar.activeBackground": "#03493C",
"titleBar.activeForeground": "#E9FEFA"
}
"cSpell.words": ["Findex", "uids", "Uids"]
}
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudproof_js",
"version": "10.0.0",
"version": "10.0.1",
"license": "MIT",
"description": "Cosmian Cloudproof javascript client library",
"author": "Bruno Grieder<[email protected]>, Pauline Hochard<[email protected]>, Emmanuel Coste<[email protected]>, Thibaud Dauce<[email protected]>",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"base64-js": "^1.5.1",
"better-sqlite3": "^8.0.1",
"better-sqlite3": "^11.5.0",
"cloudproof_kms_js": "4.0.0",
"dotenv": "^16.3.1",
"jose": "^4.14.4",
Expand Down

0 comments on commit a3b4cd8

Please sign in to comment.