@cheqd/did-provider-cheqd 3.6.9-develop.1 → 3.6.9-develop.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cheqd/did-provider-cheqd",
3
- "version": "3.6.9-develop.1",
3
+ "version": "3.6.9-develop.2",
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)",
@@ -92,21 +92,21 @@
92
92
  ]
93
93
  },
94
94
  "dependencies": {
95
- "@cheqd/sdk": "^3.6.2",
96
- "@cheqd/ts-proto": "^3.3.1",
95
+ "@cheqd/sdk": "^3.7.1",
96
+ "@cheqd/ts-proto": "^3.3.2",
97
97
  "@cosmjs/amino": "^0.31.1",
98
98
  "@cosmjs/crypto": "^0.31.1",
99
99
  "@cosmjs/proto-signing": "^0.31.1",
100
100
  "@cosmjs/utils": "^0.31.1",
101
101
  "@digitalbazaar/vc-status-list": "^7.0.0",
102
102
  "@lit-protocol/lit-node-client": "^2.2.54",
103
- "@veramo/core": "^5.4.1",
104
- "@veramo/did-manager": "^5.4.1",
105
- "@veramo/did-provider-key": "^5.4.1",
106
- "@veramo/key-manager": "^5.4.1",
107
- "@veramo/utils": "^5.4.1",
103
+ "@veramo/core": "^5.5.0",
104
+ "@veramo/did-manager": "^5.5.0",
105
+ "@veramo/did-provider-key": "^5.5.0",
106
+ "@veramo/key-manager": "^5.5.0",
107
+ "@veramo/utils": "^5.5.0",
108
108
  "debug": "^4.3.4",
109
- "did-jwt": "^7.2.7",
109
+ "did-jwt": "^7.2.8",
110
110
  "did-resolver": "^4.1.0",
111
111
  "generate-password": "^1.7.0",
112
112
  "uint8arrays": "^4.0.6",
@@ -115,26 +115,26 @@
115
115
  "devDependencies": {
116
116
  "@lit-protocol/types": "^2.1.162",
117
117
  "@semantic-release/changelog": "^6.0.3",
118
- "@semantic-release/commit-analyzer": "^10.0.4",
118
+ "@semantic-release/commit-analyzer": "^11.0.0",
119
119
  "@semantic-release/git": "^10.0.1",
120
- "@semantic-release/github": "^9.0.5",
121
- "@semantic-release/npm": "^10.0.5",
122
- "@semantic-release/release-notes-generator": "^11.0.7",
120
+ "@semantic-release/github": "^9.0.6",
121
+ "@semantic-release/npm": "^11.0.0",
122
+ "@semantic-release/release-notes-generator": "^12.0.0",
123
123
  "@types/debug": "^4.1.8",
124
- "@types/jest": "^29.5.4",
125
- "@types/uuid": "^9.0.3",
124
+ "@types/jest": "^29.5.5",
125
+ "@types/uuid": "^9.0.4",
126
126
  "@typescript-eslint/eslint-plugin": "^5.62.0",
127
127
  "@typescript-eslint/parser": "^5.62.0",
128
- "conventional-changelog-conventionalcommits": "^6.1.0",
128
+ "conventional-changelog-conventionalcommits": "^7.0.2",
129
129
  "eslint": "^8.49.0",
130
130
  "eslint-config-prettier": "^9.0.0",
131
131
  "eslint-config-typescript": "^3.0.0",
132
132
  "jest": "^29.7.0",
133
133
  "long": "^4.0.0",
134
134
  "prettier": "^3.0.3",
135
- "semantic-release": "^21.1.1",
135
+ "semantic-release": "^22.0.0",
136
136
  "ts-jest": "^29.1.1",
137
- "typescript": "^4.9.5"
137
+ "typescript": "^5.2.2"
138
138
  },
139
139
  "publishConfig": {
140
140
  "registry": "https://registry.npmjs.org/",