@openid4vc/oauth2 0.4.3-alpha-20251210081011 → 0.4.3-alpha-20251210140242

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
@@ -1428,10 +1428,10 @@ declare const zAuthorizationChallengeRequest: z$1.ZodObject<{
1428
1428
  auth_session: z$1.ZodOptional<z$1.ZodString>;
1429
1429
  presentation_during_issuance_session: z$1.ZodOptional<z$1.ZodString>;
1430
1430
  scope: z$1.ZodOptional<z$1.ZodString>;
1431
+ issuer_state: z$1.ZodOptional<z$1.ZodString>;
1431
1432
  redirect_uri: z$1.ZodOptional<z$1.ZodURL>;
1432
1433
  resource: z$1.ZodOptional<z$1.ZodURL>;
1433
1434
  state: z$1.ZodOptional<z$1.ZodString>;
1434
- issuer_state: z$1.ZodOptional<z$1.ZodString>;
1435
1435
  dpop_jkt: z$1.ZodOptional<z$1.ZodBase64URL>;
1436
1436
  code_challenge: z$1.ZodOptional<z$1.ZodString>;
1437
1437
  code_challenge_method: z$1.ZodOptional<z$1.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openid4vc/oauth2",
3
- "version": "0.4.3-alpha-20251210081011",
3
+ "version": "0.4.3-alpha-20251210140242",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "zod": "^4.1.13",
24
- "@openid4vc/utils": "0.4.3-alpha-20251210081011"
24
+ "@openid4vc/utils": "0.4.3-alpha-20251210140242"
25
25
  },
26
26
  "devDependencies": {
27
27
  "jose": "^6.1.3"