Skip to content

Commit

Permalink
feat: Update cheqd to latest versions (#255)
Browse files Browse the repository at this point in the history
* feat: Update cheqd to latest versions

* fix: ESM error importing ts-proto
  • Loading branch information
DaevMithran committed May 17, 2023
1 parent bfdd7ab commit a986d3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
]
},
"dependencies": {
"@cheqd/sdk": "^3.5.1",
"@cheqd/ts-proto": "^3.2.0",
"@cheqd/sdk": "latest",
"@cheqd/ts-proto": "latest",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/utils": "^0.30.1",
Expand Down
4 changes: 2 additions & 2 deletions src/did-manager/cheqd-did-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
IContext as ISDKContext,
CheqdNetwork
} from '@cheqd/sdk'
import { MsgCreateResourcePayload } from '@cheqd/ts-proto/cheqd/resource/v2'
import { MsgCreateResourcePayload } from '@cheqd/ts-proto/cheqd/resource/v2/index.js'
import {
DirectSecp256k1HdWallet,
DirectSecp256k1Wallet
Expand Down Expand Up @@ -44,7 +44,7 @@ import {
fromString,
toString
} from 'uint8arrays'
import { MsgCreateDidDocPayload, MsgDeactivateDidDocPayload, SignInfo } from '@cheqd/ts-proto/cheqd/did/v2'
import { MsgCreateDidDocPayload, MsgDeactivateDidDocPayload, SignInfo } from '@cheqd/ts-proto/cheqd/did/v2/index.js'
import { v4 } from 'uuid'

const debug = Debug('veramo:did-provider-cheqd')
Expand Down

0 comments on commit a986d3e

Please sign in to comment.