Skip to content

Commit

Permalink
upgrade dwn-sdk-js (#123)
Browse files Browse the repository at this point in the history
- upgrade `dwn-sdk-js` to `v0.2.22`
- upgrade `dwn-sql-store` to `v0.2.13`
- upgrade `@web5/dids` dev dependency to `v1.0.0`
- release `v0.1.17` of `dwn-server`
  • Loading branch information
LiranCohen authored Apr 4, 2024
1 parent 3873d9f commit b5a5181
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
56 changes: 28 additions & 28 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.16",
"version": "0.1.17",
"files": [
"dist",
"src"
Expand All @@ -26,8 +26,8 @@
"url": "https://github.com/TBD54566975/dwn-server/issues"
},
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.21",
"@tbd54566975/dwn-sql-store": "0.2.12",
"@tbd54566975/dwn-sdk-js": "0.2.22",
"@tbd54566975/dwn-sql-store": "0.2.13",
"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.3",
"@web5/dids": "1.0.0",
"c8": "8.0.1",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
Expand Down

0 comments on commit b5a5181

Please sign in to comment.