@openid4vc/openid4vp 0.3.0-alpha-20250322160039 → 0.3.0-alpha-20250322171044

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
@@ -1090,7 +1090,7 @@ var zTransactionEntry = z12.object({
1090
1090
  type: z12.string(),
1091
1091
  credential_ids: z12.array(z12.string()).nonempty(),
1092
1092
  transaction_data_hashes_alg: z12.array(z12.string()).optional()
1093
- });
1093
+ }).passthrough();
1094
1094
  var zTransactionData = z12.array(zTransactionEntry);
1095
1095
 
1096
1096
  // src/transaction-data/parse-transaction-data.ts