@openid4vc/oauth2 0.5.3-alpha-20260703091947 → 0.5.3

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/dist/index.d.mts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -1554,9 +1554,9 @@ declare const zAuthorizationChallengeRequest: z.ZodObject<{
1554
1554
  client_id: z.ZodOptional<z.ZodString>;
1555
1555
  auth_session: z.ZodOptional<z.ZodString>;
1556
1556
  presentation_during_issuance_session: z.ZodOptional<z.ZodString>;
1557
+ scope: z.ZodOptional<z.ZodString>;
1557
1558
  redirect_uri: z.ZodOptional<z.ZodURL>;
1558
1559
  resource: z.ZodOptional<z.ZodURL>;
1559
- scope: z.ZodOptional<z.ZodString>;
1560
1560
  state: z.ZodOptional<z.ZodString>;
1561
1561
  issuer_state: z.ZodOptional<z.ZodString>;
1562
1562
  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-alpha-20260703091947",
3
+ "version": "0.5.3",
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.3-alpha-20260703091947"
24
+ "@openid4vc/utils": "0.5.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "jose": "^6.2.3"