@anatine/zod-mock
Advanced tools
Comparing version 3.5.11 to 3.6.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [3.6.0](https://github.com/anatine/zod-plugins/compare/zod-mock-3.5.11...zod-mock-3.6.0) (2022-10-05) | ||
### Features | ||
* Support for @Param() in @anatine/zod-nestjs ([ba00144](https://github.com/anatine/zod-plugins/commit/ba001444d3554695fe6db6b0d449f03351d65c48)) | ||
### [3.5.11](https://github.com/anatine/zod-plugins/compare/zod-mock-3.5.10...zod-mock-3.5.11) (2022-09-12) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@anatine/zod-mock", | ||
"version": "3.5.11", | ||
"version": "3.6.0", | ||
"description": "Zod auto-mock object generator using Faker at @faker-js/faker", | ||
@@ -24,9 +24,7 @@ "main": "src/index.js", | ||
"peerDependencies": { | ||
"@faker-js/faker": "^6.0.0-beta.0", | ||
"randexp": "^0.5.3" | ||
"@faker-js/faker": "^7.0.0" | ||
}, | ||
"dependencies": { | ||
"randexp": "^0.5.3" | ||
}, | ||
"typings": "./src/index.d.ts" | ||
} | ||
} |
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
40315
2