@verii/verii-verification 1.1.0-pre.1759611851 → 1.1.0-pre.1759923180

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": "@verii/verii-verification",
3
- "version": "1.1.0-pre.1759611851",
3
+ "version": "1.1.0-pre.1759923180",
4
4
  "description": "Verii VC and VP Verification library ",
5
5
  "repository": "https://github.com/LFDT-Verii/core",
6
6
  "main": "index.js",
@@ -17,21 +17,21 @@
17
17
  "author": "Yauheni Pozdnyakov",
18
18
  "license": "Apache-2.0",
19
19
  "dependencies": {
20
- "@verii/common-fetchers": "1.1.0-pre.1759611851",
21
- "@verii/common-functions": "1.1.0-pre.1759611851",
22
- "@verii/did-doc": "1.1.0-pre.1759611851",
23
- "@verii/http-client": "1.1.0-pre.1759611851",
24
- "@verii/jwt": "1.1.0-pre.1759611851",
25
- "@verii/metadata-registration": "1.1.0-pre.1759611851",
26
- "@verii/vc-checks": "1.1.0-pre.1759611851",
20
+ "@verii/common-fetchers": "1.1.0-pre.1759923180",
21
+ "@verii/common-functions": "1.1.0-pre.1759923180",
22
+ "@verii/did-doc": "1.1.0-pre.1759923180",
23
+ "@verii/http-client": "1.1.0-pre.1759923180",
24
+ "@verii/jwt": "1.1.0-pre.1759923180",
25
+ "@verii/metadata-registration": "1.1.0-pre.1759923180",
26
+ "@verii/vc-checks": "1.1.0-pre.1759923180",
27
27
  "http-errors": "^2.0.0",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "devDependencies": {
31
- "@verii/crypto": "1.1.0-pre.1759611851",
32
- "@verii/sample-data": "1.1.0-pre.1759611851",
33
- "@verii/test-regexes": "1.1.0-pre.1759611851",
34
- "@verii/tests-helpers": "1.1.0-pre.1759611851",
31
+ "@verii/crypto": "1.1.0-pre.1759923180",
32
+ "@verii/sample-data": "1.1.0-pre.1759923180",
33
+ "@verii/test-regexes": "1.1.0-pre.1759923180",
34
+ "@verii/tests-helpers": "1.1.0-pre.1759923180",
35
35
  "date-fns": "3.6.0",
36
36
  "eslint": "8.57.1",
37
37
  "eslint-config-airbnb-base": "14.2.1",
@@ -53,5 +53,5 @@
53
53
  "lib"
54
54
  ]
55
55
  },
56
- "gitHead": "8868ae46c8c9cdcf6a98a33cc1ceef6c521fe7af"
56
+ "gitHead": "ce6f18b96ee098edb4a511d3deef48c3ed987fad"
57
57
  }
@@ -41,7 +41,7 @@ const {
41
41
  CheckResults,
42
42
  CredentialStatus,
43
43
  checkExpiration,
44
- checkJwtVCTampering,
44
+ checkJwsVcTampering,
45
45
  checkCredentialStatus,
46
46
  checkIssuerTrust,
47
47
  checkHolder,
@@ -336,7 +336,7 @@ const runTamperingCheck = (
336
336
  if (key == null && isIssuerTheSubject(keyMetadata)) {
337
337
  key = keyMetadata.jwk;
338
338
  }
339
- return checkJwtVCTampering(jwtVc, key, context);
339
+ return checkJwsVcTampering(jwtVc, key, context);
340
340
  };
341
341
 
342
342
  const runIssuerTrustCheck = (