@sd-jwt/sd-jwt-vc 0.15.2-next.3 → 0.15.2-next.8
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/CHANGELOG.md +34 -34
- package/README.md +5 -5
- package/package.json +10 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,89 +3,89 @@
|
|
|
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.15.1](https://github.com/openwallet-foundation
|
|
6
|
+
## [0.15.1](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.15.0...v0.15.1) (2025-08-28)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
* make iss claim optional in SD-JWT VC payload ([#310](https://github.com/openwallet-foundation
|
|
11
|
+
* make iss claim optional in SD-JWT VC payload ([#310](https://github.com/openwallet-foundation/sd-jwt-js/issues/310)) ([f6275e3](https://github.com/openwallet-foundation/sd-jwt-js/commit/f6275e35e66777709321328ba50fec53e5f48c7b))
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
# [0.15.0](https://github.com/openwallet-foundation
|
|
17
|
+
# [0.15.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.14.1...v0.15.0) (2025-08-20)
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
### Features
|
|
21
21
|
|
|
22
|
-
* Allows to pass a custom function for the status list JWT validation ([#306](https://github.com/openwallet-foundation
|
|
22
|
+
* Allows to pass a custom function for the status list JWT validation ([#306](https://github.com/openwallet-foundation/sd-jwt-js/issues/306)) ([25e546e](https://github.com/openwallet-foundation/sd-jwt-js/commit/25e546e1536178f8ee41b0e1b3836656fd6f48ab))
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
## [0.14.1](https://github.com/openwallet-foundation
|
|
28
|
+
## [0.14.1](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.14.0...v0.14.1) (2025-08-02)
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
### Bug Fixes
|
|
32
32
|
|
|
33
|
-
* claim type ([#300](https://github.com/openwallet-foundation
|
|
33
|
+
* claim type ([#300](https://github.com/openwallet-foundation/sd-jwt-js/issues/300)) ([3bab5ea](https://github.com/openwallet-foundation/sd-jwt-js/commit/3bab5eae69b6ef872209ca00b5593f96b541bc03))
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
# [0.14.0](https://github.com/openwallet-foundation
|
|
39
|
+
# [0.14.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.13.0...v0.14.0) (2025-06-30)
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
### Features
|
|
43
43
|
|
|
44
|
-
* Add Verifier options ([#297](https://github.com/openwallet-foundation
|
|
44
|
+
* Add Verifier options ([#297](https://github.com/openwallet-foundation/sd-jwt-js/issues/297)) ([2a6a367](https://github.com/openwallet-foundation/sd-jwt-js/commit/2a6a3674f94742f48feaf660056226b1a54145e7))
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
# [0.13.0](https://github.com/openwallet-foundation
|
|
50
|
+
# [0.13.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.12.0...v0.13.0) (2025-06-25)
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
### Features
|
|
54
54
|
|
|
55
|
-
* fetch VCT Metadata from SD JWT header ([#288](https://github.com/openwallet-foundation
|
|
55
|
+
* fetch VCT Metadata from SD JWT header ([#288](https://github.com/openwallet-foundation/sd-jwt-js/issues/288)) ([#294](https://github.com/openwallet-foundation/sd-jwt-js/issues/294)) ([f89ba44](https://github.com/openwallet-foundation/sd-jwt-js/commit/f89ba445aeb57ce342ec76b58a0eb6d0c090a4e9))
|
|
56
56
|
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
# [0.12.0](https://github.com/openwallet-foundation
|
|
61
|
+
# [0.12.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.11.0...v0.12.0) (2025-06-21)
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
### Bug Fixes
|
|
65
65
|
|
|
66
|
-
* expose types ([#290](https://github.com/openwallet-foundation
|
|
66
|
+
* expose types ([#290](https://github.com/openwallet-foundation/sd-jwt-js/issues/290)) ([1b656ac](https://github.com/openwallet-foundation/sd-jwt-js/commit/1b656ac21796b715096feae439de6b48442244a9))
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
### Features
|
|
70
70
|
|
|
71
|
-
* add missing types ([#286](https://github.com/openwallet-foundation
|
|
71
|
+
* add missing types ([#286](https://github.com/openwallet-foundation/sd-jwt-js/issues/286)) ([506b876](https://github.com/openwallet-foundation/sd-jwt-js/commit/506b8769ac8e0082ad30544338eace2d0df34294))
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
# [0.11.0](https://github.com/openwallet-foundation
|
|
77
|
+
# [0.11.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.10.0...v0.11.0) (2025-06-17)
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
### Features
|
|
81
81
|
|
|
82
|
-
* SD JWT Instances VCT Metadata get separated from verify ([#285](https://github.com/openwallet-foundation
|
|
82
|
+
* SD JWT Instances VCT Metadata get separated from verify ([#285](https://github.com/openwallet-foundation/sd-jwt-js/issues/285)) ([bc91fd7](https://github.com/openwallet-foundation/sd-jwt-js/commit/bc91fd71f7d721298ad5c08d4379bc870903f65f))
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
|
|
88
|
-
# [0.10.0](https://github.com/openwallet-foundation
|
|
88
|
+
# [0.10.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.9.2...v0.10.0) (2025-03-24)
|
|
89
89
|
|
|
90
90
|
**Note:** Version bump only for package @sd-jwt/sd-jwt-vc
|
|
91
91
|
|
|
@@ -93,7 +93,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
93
93
|
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
## [0.9.2](https://github.com/openwallet-foundation
|
|
96
|
+
## [0.9.2](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29)
|
|
97
97
|
|
|
98
98
|
**Note:** Version bump only for package @sd-jwt/sd-jwt-vc
|
|
99
99
|
|
|
@@ -101,7 +101,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
|
|
104
|
-
## [0.9.1](https://github.com/openwallet-foundation
|
|
104
|
+
## [0.9.1](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13)
|
|
105
105
|
|
|
106
106
|
**Note:** Version bump only for package @sd-jwt/sd-jwt-vc
|
|
107
107
|
|
|
@@ -109,34 +109,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
109
109
|
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
# [0.9.0](https://github.com/openwallet-foundation
|
|
112
|
+
# [0.9.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.8.0...v0.9.0) (2024-12-10)
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
### Features
|
|
116
116
|
|
|
117
|
-
* align type metadata fetching with sd-jwt-vc draft 08 ([#260](https://github.com/openwallet-foundation
|
|
117
|
+
* align type metadata fetching with sd-jwt-vc draft 08 ([#260](https://github.com/openwallet-foundation/sd-jwt-js/issues/260)) ([2358c75](https://github.com/openwallet-foundation/sd-jwt-js/commit/2358c759887ee29b4c35a3ee0e93ebd8e8c26545))
|
|
118
118
|
|
|
119
119
|
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
|
|
123
|
-
# [0.8.0](https://github.com/openwallet-foundation
|
|
123
|
+
# [0.8.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.7.2...v0.8.0) (2024-11-26)
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
### Bug Fixes
|
|
127
127
|
|
|
128
|
-
* check if the header includes the string ([#244](https://github.com/openwallet-foundation
|
|
128
|
+
* check if the header includes the string ([#244](https://github.com/openwallet-foundation/sd-jwt-js/issues/244)) ([8a48bb5](https://github.com/openwallet-foundation/sd-jwt-js/commit/8a48bb57fcf9bbad349f349b0aa1ffd997c86bb2))
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
### Features
|
|
132
132
|
|
|
133
|
-
* align media type with sd-jwt-vc draft 06 ([#256](https://github.com/openwallet-foundation
|
|
133
|
+
* align media type with sd-jwt-vc draft 06 ([#256](https://github.com/openwallet-foundation/sd-jwt-js/issues/256)) ([1aa3aea](https://github.com/openwallet-foundation/sd-jwt-js/commit/1aa3aea86213e75328975e34d9bf71410fc7a12a))
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
|
|
139
|
-
## [0.7.2](https://github.com/openwallet-foundation
|
|
139
|
+
## [0.7.2](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.7.1...v0.7.2) (2024-07-19)
|
|
140
140
|
|
|
141
141
|
**Note:** Version bump only for package @sd-jwt/sd-jwt-vc
|
|
142
142
|
|
|
@@ -144,7 +144,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
144
144
|
|
|
145
145
|
|
|
146
146
|
|
|
147
|
-
## [0.7.1](https://github.com/openwallet-foundation
|
|
147
|
+
## [0.7.1](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.7.0...v0.7.1) (2024-05-21)
|
|
148
148
|
|
|
149
149
|
**Note:** Version bump only for package @sd-jwt/sd-jwt-vc
|
|
150
150
|
|
|
@@ -152,7 +152,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
152
152
|
|
|
153
153
|
|
|
154
154
|
|
|
155
|
-
# [0.7.0](https://github.com/openwallet-foundation
|
|
155
|
+
# [0.7.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.6.1...v0.7.0) (2024-05-13)
|
|
156
156
|
|
|
157
157
|
**Note:** Version bump only for package @sd-jwt/sd-jwt-vc
|
|
158
158
|
|
|
@@ -160,18 +160,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
|
|
163
|
-
## [0.6.1](https://github.com/openwallet-foundation
|
|
163
|
+
## [0.6.1](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.6.0...v0.6.1) (2024-03-18)
|
|
164
164
|
|
|
165
165
|
|
|
166
166
|
### Bug Fixes
|
|
167
167
|
|
|
168
|
-
* **sd-jwt-vc:** improve alignment with draft-03 ([#175](https://github.com/openwallet-foundation
|
|
168
|
+
* **sd-jwt-vc:** improve alignment with draft-03 ([#175](https://github.com/openwallet-foundation/sd-jwt-js/issues/175)) ([bcd7d6e](https://github.com/openwallet-foundation/sd-jwt-js/commit/bcd7d6e40fff938d06425d69297274400ab9e8a6))
|
|
169
169
|
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
|
|
174
|
-
# [0.6.0](https://github.com/openwallet-foundation
|
|
174
|
+
# [0.6.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.5.0...v0.6.0) (2024-03-12)
|
|
175
175
|
|
|
176
176
|
**Note:** Version bump only for package @sd-jwt/sd-jwt-vc
|
|
177
177
|
|
|
@@ -179,12 +179,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
179
179
|
|
|
180
180
|
|
|
181
181
|
|
|
182
|
-
# [0.5.0](https://github.com/openwallet-foundation
|
|
182
|
+
# [0.5.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.4.0...v0.5.0) (2024-03-11)
|
|
183
183
|
|
|
184
184
|
|
|
185
185
|
### Features
|
|
186
186
|
|
|
187
|
-
* make _digest value public in disclosure ([#151](https://github.com/openwallet-foundation
|
|
187
|
+
* make _digest value public in disclosure ([#151](https://github.com/openwallet-foundation/sd-jwt-js/issues/151)) ([7a3fbd7](https://github.com/openwallet-foundation/sd-jwt-js/commit/7a3fbd7db19b6501978340c972b171743d287285))
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
|
|
@@ -195,10 +195,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
195
195
|
|
|
196
196
|
### Bug Fixes
|
|
197
197
|
|
|
198
|
-
* change SDJwtPayload to SdJwtPayload ([9f06ef7](https://github.com/openwallet-foundation
|
|
199
|
-
* make sdjwt instance non abstract ([#122](https://github.com/openwallet-foundation
|
|
198
|
+
* change SDJwtPayload to SdJwtPayload ([9f06ef7](https://github.com/openwallet-foundation/sd-jwt-js/commit/9f06ef7bd31a1dff4e9bf988e425200a5e1aa82d))
|
|
199
|
+
* make sdjwt instance non abstract ([#122](https://github.com/openwallet-foundation/sd-jwt-js/issues/122)) ([e85aae8](https://github.com/openwallet-foundation/sd-jwt-js/commit/e85aae89910f5d9468e29ef14ef3b3d3215b86fd))
|
|
200
200
|
|
|
201
201
|
|
|
202
202
|
### Features
|
|
203
203
|
|
|
204
|
-
* add new package for sd-jwt-vc ([ed99188](https://github.com/openwallet-foundation
|
|
204
|
+
* add new package for sd-jwt-vc ([ed99188](https://github.com/openwallet-foundation/sd-jwt-js/commit/ed99188f13184d58db64b4211e39fb67f3f78cb5))
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-

|
|
2
2
|

|
|
3
|
-

|
|
4
|
+

|
|
5
5
|
|
|
6
6
|
# SD-JWT Implementation in JavaScript (TypeScript)
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
SD-JWT-VC format based on the core functions
|
|
13
13
|
|
|
14
|
-
Check the detail description in our github [repo](https://github.com/openwallet-foundation
|
|
14
|
+
Check the detail description in our github [repo](https://github.com/openwallet-foundation/sd-jwt-js).
|
|
15
15
|
|
|
16
16
|
### Installation
|
|
17
17
|
|
|
@@ -81,7 +81,7 @@ const presentation = await sdjwt.present(credential, presentationFrame);
|
|
|
81
81
|
const verified = await sdjwt.verify(presentation);
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
Check out more details in our [documentation](https://github.com/openwallet-foundation
|
|
84
|
+
Check out more details in our [documentation](https://github.com/openwallet-foundation/sd-jwt-js/tree/main/docs) or [examples](https://github.com/openwallet-foundation/sd-jwt-js/tree/main/examples)
|
|
85
85
|
|
|
86
86
|
### Revocation
|
|
87
87
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sd-jwt/sd-jwt-vc",
|
|
3
|
-
"version": "0.15.2-next.
|
|
3
|
+
"version": "0.15.2-next.8+f68c847",
|
|
4
4
|
"description": "sd-jwt draft 7 implementation in typescript",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -29,25 +29,24 @@
|
|
|
29
29
|
"node": ">=18"
|
|
30
30
|
},
|
|
31
31
|
"repository": {
|
|
32
|
-
"
|
|
33
|
-
"url": "https://github.com/openwallet-foundation-labs/sd-jwt-js"
|
|
32
|
+
"url": "https://github.com/openwallet-foundation/sd-jwt-js"
|
|
34
33
|
},
|
|
35
34
|
"author": "Lukas.J.Han <lukas.j.han@gmail.com>",
|
|
36
|
-
"homepage": "https://github.com/openwallet-foundation
|
|
35
|
+
"homepage": "https://github.com/openwallet-foundation/sd-jwt-js/wiki",
|
|
37
36
|
"bugs": {
|
|
38
|
-
"url": "https://github.com/openwallet-foundation
|
|
37
|
+
"url": "https://github.com/openwallet-foundation/sd-jwt-js/issues"
|
|
39
38
|
},
|
|
40
39
|
"license": "Apache-2.0",
|
|
41
40
|
"dependencies": {
|
|
42
|
-
"@sd-jwt/core": "0.15.2-next.
|
|
43
|
-
"@sd-jwt/jwt-status-list": "0.15.2-next.
|
|
44
|
-
"@sd-jwt/utils": "0.15.2-next.
|
|
41
|
+
"@sd-jwt/core": "0.15.2-next.8+f68c847",
|
|
42
|
+
"@sd-jwt/jwt-status-list": "0.15.2-next.8+f68c847",
|
|
43
|
+
"@sd-jwt/utils": "0.15.2-next.8+f68c847",
|
|
45
44
|
"ajv": "^8.17.1",
|
|
46
45
|
"ajv-formats": "^3.0.1"
|
|
47
46
|
},
|
|
48
47
|
"devDependencies": {
|
|
49
|
-
"@sd-jwt/crypto-nodejs": "0.15.2-next.
|
|
50
|
-
"@sd-jwt/types": "0.15.2-next.
|
|
48
|
+
"@sd-jwt/crypto-nodejs": "0.15.2-next.8+f68c847",
|
|
49
|
+
"@sd-jwt/types": "0.15.2-next.8+f68c847",
|
|
51
50
|
"jose": "^5.2.2",
|
|
52
51
|
"msw": "^2.3.5"
|
|
53
52
|
},
|
|
@@ -67,5 +66,5 @@
|
|
|
67
66
|
"esm"
|
|
68
67
|
]
|
|
69
68
|
},
|
|
70
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "f68c8476c2f04bb9d53acd4059b59caf271df015"
|
|
71
70
|
}
|