Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-lew committed Oct 24, 2023
1 parent 6337179 commit 0ebaef0
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 9 deletions.
74 changes: 73 additions & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@tbd54566975/dwn-sdk-js": "0.2.3",
"@web5/common": "0.2.0",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0",
"@web5/dids": "0.3.0",
"level": "8.0.0",
"readable-stream": "4.4.2",
"readable-web-to-node-stream": "3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@tbd54566975/dwn-sdk-js": "0.2.3",
"@web5/agent": "0.2.1",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0",
"@web5/dids": "0.3.0",
"@web5/user-agent": "0.2.1",
"level": "8.0.0",
"ms": "2.1.3",
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.0",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.3.0",
"c8": "8.0.1",
"chai": "4.3.10",
"esbuild": "0.16.17",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@web5/agent": "0.2.1",
"@web5/common": "0.2.0",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0"
"@web5/dids": "0.3.0"
},
"devDependencies": {
"@playwright/test": "1.36.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/user-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@web5/agent": "0.2.1",
"@web5/common": "0.2.0",
"@web5/crypto": "0.2.0",
"@web5/dids": "0.2.0"
"@web5/dids": "0.3.0"
},
"devDependencies": {
"@playwright/test": "1.36.2",
Expand Down

0 comments on commit 0ebaef0

Please sign in to comment.