@openid4vc/openid4vp 0.4.1 → 0.4.2-alpha-20251205122424
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/dist/index.d.mts +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1774,10 +1774,10 @@ type CredentialFormat = z.infer<typeof zCredentialFormat>;
|
|
|
1774
1774
|
declare const zProofFormat: z.ZodEnum<{
|
|
1775
1775
|
"dc+sd-jwt": "dc+sd-jwt";
|
|
1776
1776
|
mso_mdoc: "mso_mdoc";
|
|
1777
|
-
"vc+sd-jwt": "vc+sd-jwt";
|
|
1778
1777
|
jwt_vp_json: "jwt_vp_json";
|
|
1779
1778
|
ldc_vp: "ldc_vp";
|
|
1780
1779
|
ac_vp: "ac_vp";
|
|
1780
|
+
"vc+sd-jwt": "vc+sd-jwt";
|
|
1781
1781
|
}>;
|
|
1782
1782
|
type ProofFormat = z.infer<typeof zProofFormat>;
|
|
1783
1783
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openid4vc/openid4vp",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2-alpha-20251205122424",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"zod": "^4.1.13",
|
|
24
|
-
"@openid4vc/
|
|
25
|
-
"@openid4vc/
|
|
24
|
+
"@openid4vc/oauth2": "0.4.2-alpha-20251205122424",
|
|
25
|
+
"@openid4vc/utils": "0.4.2-alpha-20251205122424"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "tsdown src/index.ts --format esm --dts --sourcemap"
|