@anatine/zod-mock
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@anatine/zod-mock", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Zod auto-mock object generator using Faker at @faker-js/faker", | ||
@@ -21,3 +21,2 @@ "main": "src/index.js", | ||
"mock", | ||
"faker", | ||
"faker-js" | ||
@@ -24,0 +23,0 @@ ], |
@@ -78,3 +78,2 @@ "use strict"; | ||
const input = generateMock(zodRef._def.schema, options); | ||
console.log(zodRef._def.effect); | ||
const effect = zodRef._def.effect.type === 'transform' | ||
@@ -81,0 +80,0 @@ ? zodRef._def.effect |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15323
137