Skip to content

Commit

Permalink
build: Bump deps for @cheqd, @veramo, and @cosmjs packages [DEV-4224] (
Browse files Browse the repository at this point in the history
…#460)

* chore: Bump veramo to v6.0.0

* Bump deps

* Bump did-jwt

* Bump sdk

* npm update

* Bump digitalbazaar
  • Loading branch information
DaevMithran authored Aug 19, 2024
1 parent ed04942 commit 0592555
Show file tree
Hide file tree
Showing 5 changed files with 801 additions and 1,255 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: amannn/action-semantic-pull-request@v5.4.0
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The package's core functionality is borrowed from [Veramo Core NPM package](http

### 🆔 `did:cheqd`-specific functionality

`did-provider-cheqd` is the first Veramo SDK plug-in that utilises the *DID Manager Update* method to offer a full-body DIDDoc update for a DID on cheqd ledger, rather than individual field update transactions used more commonly in other DID methods such as [`did:ethr`](https://developer.uport.me/ethr-did/docs/index).
`did-provider-cheqd` is the first Veramo SDK plug-in that utilises the *DID Manager Update* method to offer a full-body DIDDoc update for a DID on cheqd ledger, rather than individual field update transactions used more commonly in other DID methods such as [`did:ethr`](https://github.com/uport-project/ethr-did).

New DID creation can also be done by passing a full-body DIDoc payload in JSON, rather than having to assemble the document field-by-field.

Expand Down
Loading

0 comments on commit 0592555

Please sign in to comment.