Skip to content

Commit

Permalink
Merge branch 'main' into dwn-sdk-js-v0.2.4
Browse files Browse the repository at this point in the history
* main:
  Did ion: Set assertion method (#245)
  • Loading branch information
Diane Huxley committed Oct 30, 2023
2 parents 6f4d0d7 + b40909a commit 2012667
Show file tree
Hide file tree
Showing 12 changed files with 176 additions and 108 deletions.
221 changes: 142 additions & 79 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
},
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.4",
"@web5/common": "0.2.0",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0",
"@web5/common": "0.2.1",
"@web5/crypto": "0.2.1",
"@web5/dids": "0.2.1",
"level": "8.0.0",
"readable-stream": "4.4.2",
"readable-web-to-node-stream": "3.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.4",
"@web5/agent": "0.2.2",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0",
"@web5/user-agent": "0.2.2",
"@web5/crypto": "0.2.1",
"@web5/dids": "0.2.1",
"@web5/user-agent": "0.2.1",
"level": "8.0.0",
"ms": "2.1.3",
"readable-stream": "4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/common",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
"@types/mocha": "10.0.1",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"@web5/common": "0.1.1",
"@web5/crypto": "0.1.6",
"@web5/dids": "0.1.9",
"@web5/common": "0.2.1",
"@web5/crypto": "0.2.1",
"@web5/dids": "0.2.1",
"c8": "8.0.1",
"chai": "4.3.10",
"esbuild": "0.16.17",
Expand Down
Loading

0 comments on commit 2012667

Please sign in to comment.