@gramota/verifier 0.5.0 → 0.5.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gramota/verifier",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Relying-party verifier for the EU Digital Identity Wallet. One client, one method, full IETF SD-JWT-VC + KB-JWT spec compliance.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -18,14 +18,14 @@
18
18
  "dependencies": {
19
19
  "@gramota/core": "0.2.1",
20
20
  "@gramota/jose": "0.3.0",
21
- "@gramota/oid4vp": "0.2.2",
22
- "@gramota/sd-jwt": "0.2.2",
23
- "@gramota/status-list": "0.1.3",
24
- "@gramota/trust": "0.1.3"
21
+ "@gramota/oid4vp": "0.3.0",
22
+ "@gramota/sd-jwt": "0.3.0",
23
+ "@gramota/status-list": "0.1.4",
24
+ "@gramota/trust": "0.2.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "jose": "^5.9.6",
28
- "@gramota/issuer": "0.3.2"
28
+ "@gramota/issuer": "0.4.0"
29
29
  },
30
30
  "author": "Petromil Pavlov <petromilpavlov@gmail.com>",
31
31
  "homepage": "https://github.com/gramota-org/gramota#readme",