@mastra/schema-compat 1.3.2-alpha.0 → 1.3.2-alpha.1

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
@@ -4406,6 +4406,9 @@ var SchemaCompatLayer2 = class {
4406
4406
  case "regex":
4407
4407
  constraints.push(`input must match this regex ${check._zod.def.pattern}`);
4408
4408
  break;
4409
+ default:
4410
+ newChecks.push(check);
4411
+ break;
4409
4412
  }
4410
4413
  }
4411
4414
  break;