Skip to content

Commit

Permalink
Upgrade dwn-sdk-js to v0.4.5 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen authored Aug 14, 2024
1 parent f447036 commit 1c6246f
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 30 deletions.
116 changes: 90 additions & 26 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.4.5",
"version": "0.4.6",
"files": [
"dist",
"src"
Expand All @@ -26,8 +26,8 @@
"url": "https://github.com/TBD54566975/dwn-server/issues"
},
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.4.4",
"@tbd54566975/dwn-sql-store": "0.6.4",
"@tbd54566975/dwn-sdk-js": "0.4.5",
"@tbd54566975/dwn-sql-store": "0.6.5",
"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.10",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@web5/dids": "1.1.0",
"@web5/dids": "^1.1.3",
"c8": "8.0.1",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
Expand Down

0 comments on commit 1c6246f

Please sign in to comment.