Skip to content

Commit

Permalink
upgrade to latest dwn-sdk-js v0.2.22 (#484)
Browse files Browse the repository at this point in the history
* upgrade to latest dwn-sdk-js

* commmit changeset

* update dwn-sdk-js docker image version
  • Loading branch information
LiranCohen authored Apr 8, 2024
1 parent ddb38d0 commit c47ea5e
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 27 deletions.
6 changes: 6 additions & 0 deletions .changeset/blue-papayas-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@web5/agent": patch
"@web5/api": patch
---

Upgrade `dwn-sdk-js` to the latest version consuming `1.0.0` of `@web5/dids`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@changesets/cli": "^2.27.1",
"@npmcli/package-json": "5.0.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@web5/dwn-server": "0.1.16",
"@web5/dwn-server": "0.1.17",
"eslint-plugin-mocha": "10.1.0",
"npkill": "0.11.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"dependencies": {
"@noble/ciphers": "0.4.1",
"@scure/bip39": "1.2.2",
"@tbd54566975/dwn-sdk-js": "0.2.21",
"@tbd54566975/dwn-sdk-js": "0.2.22",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"devDependencies": {
"@playwright/test": "1.40.1",
"@tbd54566975/dwn-sdk-js": "0.2.21",
"@tbd54566975/dwn-sdk-js": "0.2.22",
"@types/chai": "4.3.6",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-env/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ version: "3.98"
services:
dwn-server:
container_name: dwn-server
image: ghcr.io/tbd54566975/dwn-server:dwn-sdk-0.2.21
image: ghcr.io/tbd54566975/dwn-server:dwn-sdk-0.2.22
ports:
- "3000:3000"
56 changes: 33 additions & 23 deletions pnpm-lock.yaml

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

0 comments on commit c47ea5e

Please sign in to comment.