Skip to content

Commit

Permalink
Bump dwn-sdk-js version to get latest protocols DSL changes
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed May 15, 2023
1 parent b079f85 commit bfe248c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@decentralized-identity/ion-tools": "1.0.7",
"@tbd54566975/crypto": "0.1.0",
"@tbd54566975/dwn-sdk-js": "0.0.31-unstable-2023-05-10-816a0ef",
"@tbd54566975/dwn-sdk-js": "0.0.31-unstable-2023-05-11-32b5f91",
"cross-fetch": "3.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web5-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"readable-stream": "4.3.0",
"@tbd54566975/dwn-sdk-js": "0.0.31-unstable-2023-05-10-816a0ef"
"@tbd54566975/dwn-sdk-js": "0.0.31-unstable-2023-05-11-32b5f91"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.59.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web5-user-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@decentralized-identity/ion-tools": "1.0.7",
"@tbd54566975/dids": "0.1.0",
"@tbd54566975/dwn-sdk-js": "0.0.31-unstable-2023-05-10-816a0ef",
"@tbd54566975/dwn-sdk-js": "0.0.31-unstable-2023-05-11-32b5f91",
"abstract-level": "1.0.3",
"cross-fetch": "3.1.5",
"flat": "5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@decentralized-identity/ion-tools": "1.0.7",
"@tbd54566975/crypto": "0.1.0",
"@tbd54566975/dids": "0.1.0",
"@tbd54566975/dwn-sdk-js": "0.0.31-unstable-2023-05-10-816a0ef",
"@tbd54566975/dwn-sdk-js": "0.0.31-unstable-2023-05-11-32b5f91",
"@tbd54566975/web5-agent": "0.1.0",
"@tbd54566975/web5-proxy-agent": "0.1.0",
"@tbd54566975/web5-user-agent": "0.1.0",
Expand Down

0 comments on commit bfe248c

Please sign in to comment.