@cheqd/did-provider-cheqd 4.6.0 → 4.6.1-develop.1
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.6.
|
|
3
|
+
"version": "4.6.1-develop.1",
|
|
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)",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
135
135
|
"@typescript-eslint/parser": "^8.33.1",
|
|
136
136
|
"@veramo/core-types": "^6.0.0",
|
|
137
|
-
"conventional-changelog-conventionalcommits": "^
|
|
137
|
+
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
138
138
|
"eslint": "^8.57.1",
|
|
139
139
|
"eslint-config-prettier": "^10.1.5",
|
|
140
140
|
"eslint-config-typescript": "^3.0.0",
|
package/src/agent/ICheqd.ts
CHANGED
|
@@ -3401,9 +3401,9 @@ export class Cheqd implements IAgentPlugin {
|
|
|
3401
3401
|
if (!args.statusOptions.statusListName)
|
|
3402
3402
|
throw new Error('[did-provider-cheqd]: check status: statusOptions.statusListName is required');
|
|
3403
3403
|
|
|
3404
|
-
// validate status options - case: statusOptions.
|
|
3404
|
+
// validate status options - case: statusOptions.statusPurpose
|
|
3405
3405
|
if (!args.statusOptions.statusPurpose)
|
|
3406
|
-
throw new Error('[did-provider-cheqd]: check status: statusOptions.
|
|
3406
|
+
throw new Error('[did-provider-cheqd]: check status: statusOptions.statusPurpose is required');
|
|
3407
3407
|
|
|
3408
3408
|
// validate status options - case: statusOptions.statusListIndex
|
|
3409
3409
|
if (!args.statusOptions.statusListIndex)
|