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
|
@@ -164,7 +164,7 @@ test("loose examples", () => {
|
|
|
164
164
|
});
|
|
165
165
|
});
|
|
166
166
|
|
|
167
|
-
test("function meta
|
|
167
|
+
test("function meta without replacement", () => {
|
|
168
168
|
const myReg = z.registry<{
|
|
169
169
|
defaulter: (arg: string, test: boolean) => number;
|
|
170
170
|
}>();
|