Skip to content

Commit

Permalink
Did ion: Set assertion method (#245)
Browse files Browse the repository at this point in the history
* Set assertion method
* Bump version

Signed-off-by: Frank Hinek <frankhinek@users.noreply.github.com>

---------

Signed-off-by: Frank Hinek <frankhinek@users.noreply.github.com>
Co-authored-by: Frank Hinek <frankhinek@users.noreply.github.com>
  • Loading branch information
phoebe-lew and frankhinek authored Oct 24, 2023
1 parent f3c7184 commit b40909a
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 126 deletions.
135 changes: 37 additions & 98 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.3",
"@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
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.3",
"@web5/agent": "0.2.1",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0",
"@web5/crypto": "0.2.1",
"@web5/dids": "0.2.1",
"@web5/user-agent": "0.2.1",
"level": "8.0.0",
"ms": "2.1.3",
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
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/crypto",
"version": "0.2.0",
"version": "0.2.1",
"description": "TBD crypto library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@noble/ciphers": "0.1.4",
"@noble/curves": "1.1.0",
"@noble/hashes": "1.3.1",
"@web5/common": "0.2.0"
"@web5/common": "0.2.1"
},
"devDependencies": {
"@playwright/test": "1.36.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/dids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/dids",
"version": "0.2.0",
"version": "0.2.1",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -76,8 +76,8 @@
"dependencies": {
"@decentralized-identity/ion-pow-sdk": "1.0.17",
"@decentralized-identity/ion-sdk": "1.0.1",
"@web5/common": "0.2.0",
"@web5/crypto": "0.2.0",
"@web5/common": "0.2.1",
"@web5/crypto": "0.2.1",
"canonicalize": "2.0.0",
"did-resolver": "4.1.0",
"level": "8.0.0",
Expand Down
Loading

0 comments on commit b40909a

Please sign in to comment.