@cheqd/did-provider-cheqd 1.7.16 → 1.7.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -31,7 +31,7 @@ Check out our [**advanced CLI setup guide**](https://docs.cheqd.io/identity/buil
31
31
  This step is exactly [as described in Veramo CLI docs](https://veramo.io/docs/veramo_agent/cli_tool/):
32
32
 
33
33
  ```bash
34
- npm install -g @veramo/cli@3.1.6-next.160
34
+ npm install -g @veramo/cli@latest
35
35
  git clone https://github.com/cheqd/did-provider-cheqd.git
36
36
  npm install
37
37
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cheqd/did-provider-cheqd",
3
- "version": "1.7.16",
3
+ "version": "1.7.17",
4
4
  "description": "Veramo SDK plugin for the did:cheqd DID method",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Cheqd Foundation Limited (https://github.com/cheqd)",
@@ -45,14 +45,14 @@
45
45
  ]
46
46
  },
47
47
  "dependencies": {
48
- "@cheqd/sdk": "^1.3.10",
48
+ "@cheqd/sdk": "^1.3.12",
49
49
  "@cheqd/ts-proto": "^1.0.14",
50
50
  "@cosmjs/proto-signing": "^0.29.3",
51
51
  "@cosmjs/utils": "^0.29.3",
52
- "@veramo/core": "^4.0.0",
53
- "@veramo/did-manager": "^4.0.0",
54
- "@veramo/did-provider-key": "^4.0.0",
55
- "@veramo/key-manager": "^4.0.2",
52
+ "@veramo/core": "^4.1.0",
53
+ "@veramo/did-manager": "^4.1.0",
54
+ "@veramo/did-provider-key": "^4.1.0",
55
+ "@veramo/key-manager": "^4.1.0",
56
56
  "debug": "^4.3.4",
57
57
  "multibase": "^4.0.6",
58
58
  "multicodec": "^3.2.1",
@@ -68,9 +68,9 @@
68
68
  "@types/debug": "^4.1.7",
69
69
  "@types/jest": "27.5.1",
70
70
  "@types/uuid": "^8.3.4",
71
- "@typescript-eslint/eslint-plugin": "^5.41.0",
72
- "@typescript-eslint/parser": "^5.41.0",
73
- "@veramo/cli": "^4.0.2",
71
+ "@typescript-eslint/eslint-plugin": "^5.42.0",
72
+ "@typescript-eslint/parser": "^5.42.0",
73
+ "@veramo/cli": "^4.1.0",
74
74
  "conventional-changelog-conventionalcommits": "^5.0.0",
75
75
  "eslint": "^8.26.0",
76
76
  "eslint-config-prettier": "^8.5.0",