Skip to content

Commit

Permalink
bump dwn-sdk-js and dnw-sql-store deps (#120)
Browse files Browse the repository at this point in the history
- bump `dwn-sdk-js` dep to `0.2.21`
- bump `dwn-sql-store` dep to `0.2.12`
- bump `@web5/dids` dev dep to `0.4.3`
- bump package version to `0.1.15`
  • Loading branch information
LiranCohen authored Mar 22, 2024
1 parent b33b7a9 commit 2663f9c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 29 deletions.
59 changes: 34 additions & 25 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web5/dwn-server",
"type": "module",
"version": "0.1.14",
"version": "0.1.15",
"files": [
"dist",
"src"
Expand All @@ -26,8 +26,8 @@
"url": "https://github.com/TBD54566975/dwn-server/issues"
},
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.20",
"@tbd54566975/dwn-sql-store": "0.2.11",
"@tbd54566975/dwn-sdk-js": "0.2.21",
"@tbd54566975/dwn-sql-store": "0.2.12",
"better-sqlite3": "^8.5.0",
"body-parser": "^1.20.2",
"bytes": "3.1.2",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@web5/dids": "0.4.2",
"@web5/dids": "0.4.3",
"c8": "8.0.1",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
Expand Down

0 comments on commit 2663f9c

Please sign in to comment.