zod 4.2.0-canary.20251106T214242 → 4.2.0-canary.20251106T214835

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zod",
3
- "version": "4.2.0-canary.20251106T214242",
3
+ "version": "4.2.0-canary.20251106T214835",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Colin McDonnell <zod@colinhacks.com>",
@@ -164,7 +164,7 @@ test("loose examples", () => {
164
164
  });
165
165
  });
166
166
 
167
- test("function meta witout replacement", () => {
167
+ test("function meta without replacement", () => {
168
168
  const myReg = z.registry<{
169
169
  defaulter: (arg: string, test: boolean) => number;
170
170
  }>();