@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.mjs CHANGED
@@ -1665,7 +1665,7 @@ var zOpenid4vpAuthorizationResponse = z19.object({
1665
1665
  refresh_token: z19.string().optional(),
1666
1666
  token_type: z19.string().optional(),
1667
1667
  access_token: z19.string().optional(),
1668
- expires_in: z19.number().optional()
1668
+ expires_in: z19.coerce.number().optional()
1669
1669
  }).passthrough();
1670
1670
 
1671
1671
  // src/authorization-response/parse-authorization-response-payload.ts