@openid4vc/openid4vp 0.3.0-alpha-20250704115435 → 0.3.0-alpha-20250707100752

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.
package/dist/index.js CHANGED
@@ -1702,7 +1702,7 @@ var zOpenid4vpAuthorizationResponse = import_zod19.z.object({
1702
1702
  refresh_token: import_zod19.z.string().optional(),
1703
1703
  token_type: import_zod19.z.string().optional(),
1704
1704
  access_token: import_zod19.z.string().optional(),
1705
- expires_in: import_zod19.z.number().optional()
1705
+ expires_in: import_zod19.z.coerce.number().optional()
1706
1706
  }).passthrough();
1707
1707
 
1708
1708
  // src/authorization-response/parse-authorization-response-payload.ts