@openid4vc/oauth2 0.5.2 → 0.5.3-alpha-20260701134057
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 +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1525,9 +1525,9 @@ declare const zAuthorizationChallengeRequest: z.ZodObject<{
|
|
|
1525
1525
|
client_id: z.ZodOptional<z.ZodString>;
|
|
1526
1526
|
auth_session: z.ZodOptional<z.ZodString>;
|
|
1527
1527
|
presentation_during_issuance_session: z.ZodOptional<z.ZodString>;
|
|
1528
|
-
scope: z.ZodOptional<z.ZodString>;
|
|
1529
1528
|
redirect_uri: z.ZodOptional<z.ZodURL>;
|
|
1530
1529
|
resource: z.ZodOptional<z.ZodURL>;
|
|
1530
|
+
scope: z.ZodOptional<z.ZodString>;
|
|
1531
1531
|
state: z.ZodOptional<z.ZodString>;
|
|
1532
1532
|
issuer_state: z.ZodOptional<z.ZodString>;
|
|
1533
1533
|
dpop_jkt: z.ZodOptional<z.ZodBase64URL>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openid4vc/oauth2",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3-alpha-20260701134057",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"zod": "^4.4.3",
|
|
24
|
-
"@openid4vc/utils": "0.5.
|
|
24
|
+
"@openid4vc/utils": "0.5.3-alpha-20260701134057"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"jose": "^6.2.3"
|