@openid4vc/oauth2 0.5.1 → 0.5.2-alpha-20260615083329
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
|
@@ -1495,9 +1495,9 @@ declare const zAuthorizationChallengeRequest: z$1.ZodObject<{
|
|
|
1495
1495
|
client_id: z$1.ZodOptional<z$1.ZodString>;
|
|
1496
1496
|
auth_session: z$1.ZodOptional<z$1.ZodString>;
|
|
1497
1497
|
presentation_during_issuance_session: z$1.ZodOptional<z$1.ZodString>;
|
|
1498
|
-
scope: z$1.ZodOptional<z$1.ZodString>;
|
|
1499
1498
|
redirect_uri: z$1.ZodOptional<z$1.ZodURL>;
|
|
1500
1499
|
resource: z$1.ZodOptional<z$1.ZodURL>;
|
|
1500
|
+
scope: z$1.ZodOptional<z$1.ZodString>;
|
|
1501
1501
|
state: z$1.ZodOptional<z$1.ZodString>;
|
|
1502
1502
|
issuer_state: z$1.ZodOptional<z$1.ZodString>;
|
|
1503
1503
|
dpop_jkt: z$1.ZodOptional<z$1.ZodBase64URL>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openid4vc/oauth2",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2-alpha-20260615083329",
|
|
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.2-alpha-20260615083329"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"jose": "^6.2.3"
|