Skip to content

Commit

Permalink
Bump to v0.1.11 (#115)
Browse files Browse the repository at this point in the history
- upgrades `dwn-sdk-js` to `v0.2.18`
- upgrades `dwn-sql-store` to `v0.2.10`
- upgrades `@web5/dids` to `v0.4.1` in dev dependencies
- bump version to `v0.1.11`
  • Loading branch information
LiranCohen authored Feb 23, 2024
1 parent 2fb636f commit 0e14b8d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 133 deletions.
145 changes: 16 additions & 129 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.10",
"version": "0.1.11",
"files": [
"dist",
"src"
Expand All @@ -26,8 +26,8 @@
"url": "https://github.com/TBD54566975/dwn-server/issues"
},
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.17",
"@tbd54566975/dwn-sql-store": "0.2.9",
"@tbd54566975/dwn-sdk-js": "0.2.18",
"@tbd54566975/dwn-sql-store": "0.2.10",
"better-sqlite3": "^8.5.0",
"body-parser": "^1.20.2",
"bytes": "3.1.2",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@web5/dids": "0.4.0",
"@web5/dids": "0.4.1",
"c8": "8.0.1",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
Expand Down

0 comments on commit 0e14b8d

Please sign in to comment.