@anatine/zod-mock
Advanced tools
Comparing version 3.2.0 to 3.2.1
{ | ||
"name": "@anatine/zod-mock", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Zod auto-mock object generator using Faker at @faker-js/faker", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -133,2 +133,3 @@ "use strict"; | ||
outlineColor: faker_1.faker.internet.color, | ||
phoneNumber: faker_1.faker.phone.number, | ||
}; | ||
@@ -135,0 +136,0 @@ const stringType = Object.keys(stringGenerators).find((genKey) => genKey.toLowerCase() === lowerCaseKeyName || |
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
25616
292