@cheqd/did-provider-cheqd 4.1.2-develop.1 → 4.1.2-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": "4.1.2-develop.1",
3
+ "version": "4.1.2-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)",
@@ -94,7 +94,7 @@
94
94
  ]
95
95
  },
96
96
  "dependencies": {
97
- "@cheqd/sdk": "^4.0.2",
97
+ "@cheqd/sdk": "^4.0.3",
98
98
  "@cheqd/ts-proto": "^3.4.4",
99
99
  "@cosmjs/amino": "^0.32.4",
100
100
  "@cosmjs/crypto": "^0.32.4",
@@ -115,30 +115,30 @@
115
115
  "did-resolver": "^4.1.0",
116
116
  "generate-password": "^1.7.1",
117
117
  "uint8arrays": "^5.1.0",
118
- "uuid": "^9.0.1"
118
+ "uuid": "^10.0.0"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@lit-protocol/types": "^3.0.27",
122
122
  "@lit-protocol/types-v2": "npm:@lit-protocol/types@^2.2.63",
123
123
  "@semantic-release/changelog": "^6.0.3",
124
- "@semantic-release/commit-analyzer": "^11.1.0",
124
+ "@semantic-release/commit-analyzer": "^13.0.0",
125
125
  "@semantic-release/git": "^10.0.1",
126
126
  "@semantic-release/github": "^10.1.6",
127
127
  "@semantic-release/npm": "^12.0.1",
128
- "@semantic-release/release-notes-generator": "^12.1.0",
128
+ "@semantic-release/release-notes-generator": "^14.0.1",
129
129
  "@types/debug": "^4.1.12",
130
130
  "@types/jest": "^29.5.12",
131
- "@types/uuid": "^9.0.8",
132
- "@typescript-eslint/eslint-plugin": "^5.62.0",
133
- "@typescript-eslint/parser": "^5.62.0",
134
- "conventional-changelog-conventionalcommits": "^7.0.2",
131
+ "conventional-changelog-conventionalcommits": "^8.0.0",
132
+ "@types/uuid": "^10.0.0",
133
+ "@typescript-eslint/eslint-plugin": "^8.1.0",
134
+ "@typescript-eslint/parser": "^8.1.0",
135
135
  "eslint": "^8.57.0",
136
136
  "eslint-config-prettier": "^9.1.0",
137
137
  "eslint-config-typescript": "^3.0.0",
138
138
  "jest": "^29.7.0",
139
139
  "long": "^4.0.0",
140
+ "semantic-release": "^24.1.0",
140
141
  "prettier": "^3.3.3",
141
- "semantic-release": "^23.1.1",
142
142
  "ts-jest": "^29.2.4",
143
143
  "typescript": "^5.5.4"
144
144
  },