@alevnyacow/nzmt 0.25.1 → 0.25.2

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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -434,7 +434,7 @@ function generateInfrastructure(upperCase, lowerCase) {
434
434
  insertBeforeLineInFile(
435
435
  diEntriesPath,
436
436
  'type DIEntries =',
437
- `import { ${upperCase} } from '@${config?.paths?.infrastructure}/${entityName}'`
437
+ `import { ${upperCase}, Mock${upperCase} } from '@${config?.paths?.infrastructure}/${entityName}'`
438
438
  )
439
439
 
440
440
  insertAfterLineInFile(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.25.1",
3
+ "version": "0.25.2",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolding", "zod", "rest", "contract programming", "contract-first", "react-query", "ddd", "domain-driven"],
6
6
  "repository": {