@anatine/zod-mock
Advanced tools
Comparing version 3.13.2 to 3.13.3
@@ -5,2 +5,4 @@ # Changelog | ||
### [3.13.3](https://github.com/anatine/zod-plugins/compare/zod-mock-3.13.2...zod-mock-3.13.3) (2023-10-31) | ||
### [3.13.2](https://github.com/anatine/zod-plugins/compare/zod-mock-3.13.1...zod-mock-3.13.2) (2023-07-31) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@anatine/zod-mock", | ||
"version": "3.13.2", | ||
"version": "3.13.3", | ||
"description": "Zod auto-mock object generator using Faker at @faker-js/faker", | ||
@@ -24,3 +24,4 @@ "main": "src/index.js", | ||
"peerDependencies": { | ||
"@faker-js/faker": "^7.0.0 || ^8.0.0" | ||
"@faker-js/faker": "^7.0.0 || ^8.0.0", | ||
"zod": "^3.21.4" | ||
}, | ||
@@ -27,0 +28,0 @@ "dependencies": { |
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
52679
3