@sd-jwt/sd-jwt-vc 0.17.2-next.7 → 0.18.0

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 (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.18.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.17.1...v0.18.0) (2026-01-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * integrity check ([#339](https://github.com/openwallet-foundation/sd-jwt-js/issues/339)) ([4a4c1b0](https://github.com/openwallet-foundation/sd-jwt-js/commit/4a4c1b0c04615bcf0e455d51cd1b9234cbcd0d78))
12
+
13
+
14
+ ### Features
15
+
16
+ * allow undefined type metadata to be returned by resolver ([#338](https://github.com/openwallet-foundation/sd-jwt-js/issues/338)) ([213de7e](https://github.com/openwallet-foundation/sd-jwt-js/commit/213de7e85b9820ca638ba3362fe4deee808e236e))
17
+ * validate sd jwt vc type metadata with zod ([#348](https://github.com/openwallet-foundation/sd-jwt-js/issues/348)) ([23e4beb](https://github.com/openwallet-foundation/sd-jwt-js/commit/23e4beb767451ef975709d01e471285da00f55e9))
18
+
19
+
20
+
21
+
22
+
6
23
  ## [0.17.1](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.17.0...v0.17.1) (2025-11-18)
7
24
 
8
25
  **Note:** Version bump only for package @sd-jwt/sd-jwt-vc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-jwt/sd-jwt-vc",
3
- "version": "0.17.2-next.7+7907ad9",
3
+ "version": "0.18.0",
4
4
  "description": "sd-jwt draft 7 implementation in typescript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -38,14 +38,14 @@
38
38
  },
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
- "@sd-jwt/core": "0.17.2-next.7+7907ad9",
42
- "@sd-jwt/jwt-status-list": "0.17.2-next.7+7907ad9",
43
- "@sd-jwt/utils": "0.17.2-next.7+7907ad9",
41
+ "@sd-jwt/core": "0.18.0",
42
+ "@sd-jwt/jwt-status-list": "0.18.0",
43
+ "@sd-jwt/utils": "0.18.0",
44
44
  "zod": "^4.3.5"
45
45
  },
46
46
  "devDependencies": {
47
- "@sd-jwt/crypto-nodejs": "0.17.2-next.7+7907ad9",
48
- "@sd-jwt/types": "0.17.2-next.7+7907ad9",
47
+ "@sd-jwt/crypto-nodejs": "0.18.0",
48
+ "@sd-jwt/types": "0.18.0",
49
49
  "jose": "^6.1.2",
50
50
  "msw": "^2.12.3"
51
51
  },
@@ -65,5 +65,5 @@
65
65
  "esm"
66
66
  ]
67
67
  },
68
- "gitHead": "7907ad91dc36737d06f5043d5992ebc2acc97b57"
68
+ "gitHead": "b22b6bebfa93f6d0f3f998d4503cac0e4534f92a"
69
69
  }