Skip to content

Commit

Permalink
PEX & DWN helper methods (#133)
Browse files Browse the repository at this point in the history
* applicant pex changes

* pex helper methods

* bump all major versions

* fix lint
  • Loading branch information
bnonni authored Sep 5, 2024
1 parent 417e542 commit 70f84e8
Show file tree
Hide file tree
Showing 33 changed files with 636 additions and 687 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcx-protocol/root",
"version": "5.0.1",
"version": "7.0.0",
"description": "DCX: Decentralized Credential Exchange. DWN protocol for verifiable credential exchange.",
"type": "module",
"workspaces": [
Expand Down Expand Up @@ -80,4 +80,4 @@
"dependencies": {
"typescript": "^5.5.4"
}
}
}
2 changes: 1 addition & 1 deletion packages/applicant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcx-protocol/applicant",
"version": "6.0.0",
"version": "7.0.0",
"description": "DCX Applicant protocol and server",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
Loading

0 comments on commit 70f84e8

Please sign in to comment.