Skip to content

Commit

Permalink
update api and server to support prune from newest dwn-sdk-js
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed May 8, 2024
1 parent 96e452a commit 7c3286c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 45 deletions.
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.3.2",
"@web5/agent": "0.3.4",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1",
"@web5/user-agent": "0.3.2"
"@web5/user-agent": "0.3.4"
},
"devDependencies": {
"@playwright/test": "1.40.1",
"@tbd54566975/dwn-sdk-js": "0.3.1",
"@tbd54566975/dwn-sdk-js": "0.3.2",
"@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.3.1
image: ghcr.io/tbd54566975/dwn-server:dwn-sdk-0.3.2
ports:
- "3000:3000"
48 changes: 7 additions & 41 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 7c3286c

Please sign in to comment.