@openid4vc/oauth2 0.5.5-alpha-20260818122935 → 0.5.5

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
@@ -1646,9 +1646,9 @@ 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
1649
  redirect_uri: z.ZodOptional<z.ZodURL>;
1651
1650
  resource: z.ZodOptional<z.ZodURL>;
1651
+ scope: z.ZodOptional<z.ZodString>;
1652
1652
  state: z.ZodOptional<z.ZodString>;
1653
1653
  issuer_state: z.ZodOptional<z.ZodString>;
1654
1654
  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.5-alpha-20260818122935",
3
+ "version": "0.5.5",
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-alpha-20260818122935"
24
+ "@openid4vc/utils": "0.5.5"
25
25
  },
26
26
  "devDependencies": {
27
27
  "jose": "^6.2.4"