@sd-jwt/sd-jwt-vc 0.15.2-next.9 → 0.16.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 +18 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.16.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.15.1...v0.16.0) (2025-10-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * change repo url from labs to other one ([#323](https://github.com/openwallet-foundation/sd-jwt-js/issues/323)) ([f68c847](https://github.com/openwallet-foundation/sd-jwt-js/commit/f68c8476c2f04bb9d53acd4059b59caf271df015))
12
+ * set correct url in package json ([#321](https://github.com/openwallet-foundation/sd-jwt-js/issues/321)) ([554152c](https://github.com/openwallet-foundation/sd-jwt-js/commit/554152cc819bbc3afb504b25f4a2018a92fb72f1))
13
+
14
+
15
+ ### Features
16
+
17
+ * Adding validation during issuance when a schema is passed ([#308](https://github.com/openwallet-foundation/sd-jwt-js/issues/308)) ([90eef6b](https://github.com/openwallet-foundation/sd-jwt-js/commit/90eef6be1c0838d334ecdef083dbb609c3812357))
18
+ * updates all dependencies to latest versions + biome updates ([#324](https://github.com/openwallet-foundation/sd-jwt-js/issues/324)) ([75d5780](https://github.com/openwallet-foundation/sd-jwt-js/commit/75d5780fb53c5e2c886537b283503fc6fb088a4a))
19
+
20
+
21
+
22
+
23
+
6
24
  ## [0.15.1](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.15.0...v0.15.1) (2025-08-28)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-jwt/sd-jwt-vc",
3
- "version": "0.15.2-next.9+75d5780",
3
+ "version": "0.16.0",
4
4
  "description": "sd-jwt draft 7 implementation in typescript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -38,15 +38,15 @@
38
38
  },
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
- "@sd-jwt/core": "0.15.2-next.9+75d5780",
42
- "@sd-jwt/jwt-status-list": "0.15.2-next.9+75d5780",
43
- "@sd-jwt/utils": "0.15.2-next.9+75d5780",
41
+ "@sd-jwt/core": "0.16.0",
42
+ "@sd-jwt/jwt-status-list": "0.16.0",
43
+ "@sd-jwt/utils": "0.16.0",
44
44
  "ajv": "^8.17.1",
45
45
  "ajv-formats": "^3.0.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@sd-jwt/crypto-nodejs": "0.15.2-next.9+75d5780",
49
- "@sd-jwt/types": "0.15.2-next.9+75d5780",
48
+ "@sd-jwt/crypto-nodejs": "0.16.0",
49
+ "@sd-jwt/types": "0.16.0",
50
50
  "jose": "^6.1.0",
51
51
  "msw": "^2.11.3"
52
52
  },
@@ -66,5 +66,5 @@
66
66
  "esm"
67
67
  ]
68
68
  },
69
- "gitHead": "75d5780fb53c5e2c886537b283503fc6fb088a4a"
69
+ "gitHead": "910c79c1607e91ae61e048a0c1b81c9ba0886684"
70
70
  }