@credo-ts/core 0.6.0-pr-2088-20241116121656 → 0.6.0-pr-2088-20241116153143

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.
@@ -312,7 +312,7 @@ let W3cJwtCredentialService = class W3cJwtCredentialService {
312
312
  if (credential instanceof data_integrity_1.W3cJsonLdVerifiableCredential) {
313
313
  return {
314
314
  isValid: false,
315
- error: new error_1.CredoError('Credential is of format ldp_vc. presentations in jwp_vp format can only contain credentials in jwt_vc format'),
315
+ error: new error_1.CredoError('Credential is of format ldp_vc. presentations in jwt_vp format can only contain credentials in jwt_vc format'),
316
316
  validations: {},
317
317
  };
318
318
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@credo-ts/core",
3
3
  "main": "build/index",
4
4
  "types": "build/index",
5
- "version": "0.6.0-pr-2088-20241116121656",
5
+ "version": "0.6.0-pr-2088-20241116153143",
6
6
  "files": [
7
7
  "build"
8
8
  ],
@@ -67,7 +67,6 @@
67
67
  "@types/object-inspect": "^1.8.0",
68
68
  "@types/uuid": "^9.0.1",
69
69
  "@types/varint": "^6.0.0",
70
- "nock": "^14.0.0-beta.15",
71
70
  "rimraf": "^4.4.0",
72
71
  "tslog": "^4.8.2",
73
72
  "typescript": "~5.5.2"