@openid4vc/oauth2 0.5.4 → 0.5.5-alpha-20260703114109

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
@@ -1599,10 +1599,10 @@ declare const zAuthorizationChallengeRequest: z.ZodObject<{
1599
1599
  auth_session: z.ZodOptional<z.ZodString>;
1600
1600
  presentation_during_issuance_session: z.ZodOptional<z.ZodString>;
1601
1601
  scope: z.ZodOptional<z.ZodString>;
1602
+ issuer_state: z.ZodOptional<z.ZodString>;
1602
1603
  redirect_uri: z.ZodOptional<z.ZodURL>;
1603
1604
  resource: z.ZodOptional<z.ZodURL>;
1604
1605
  state: z.ZodOptional<z.ZodString>;
1605
- issuer_state: z.ZodOptional<z.ZodString>;
1606
1606
  dpop_jkt: z.ZodOptional<z.ZodBase64URL>;
1607
1607
  code_challenge: z.ZodOptional<z.ZodString>;
1608
1608
  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.4",
3
+ "version": "0.5.5-alpha-20260703114109",
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.4"
24
+ "@openid4vc/utils": "0.5.5-alpha-20260703114109"
25
25
  },
26
26
  "devDependencies": {
27
27
  "jose": "^6.2.3"