@openid4vc/oauth2 0.5.5 → 0.5.6-alpha-20260904115103

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 +2 -2
  2. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -1646,11 +1646,11 @@ declare const zAuthorizationChallengeRequest: z.ZodObject<{
1646
1646
  client_id: z.ZodOptional<z.ZodString>;
1647
1647
  auth_session: z.ZodOptional<z.ZodString>;
1648
1648
  presentation_during_issuance_session: z.ZodOptional<z.ZodString>;
1649
+ scope: z.ZodOptional<z.ZodString>;
1650
+ issuer_state: z.ZodOptional<z.ZodString>;
1649
1651
  redirect_uri: z.ZodOptional<z.ZodURL>;
1650
1652
  resource: z.ZodOptional<z.ZodURL>;
1651
- scope: z.ZodOptional<z.ZodString>;
1652
1653
  state: z.ZodOptional<z.ZodString>;
1653
- issuer_state: z.ZodOptional<z.ZodString>;
1654
1654
  dpop_jkt: z.ZodOptional<z.ZodBase64URL>;
1655
1655
  code_challenge: z.ZodOptional<z.ZodString>;
1656
1656
  code_challenge_method: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openid4vc/oauth2",
3
- "version": "0.5.5",
3
+ "version": "0.5.6-alpha-20260904115103",
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.5"
24
+ "@openid4vc/utils": "0.5.6-alpha-20260904115103"
25
25
  },
26
26
  "devDependencies": {
27
27
  "jose": "^6.2.4"