@alevnyacow/nzmt 0.0.30 → 0.0.31

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
@@ -397,7 +397,7 @@ function generateService(lowerCase, upperCase, withCrud) {
397
397
  fs.writeFileSync(path.resolve(folder, 'index.ts'), [
398
398
  `export * from ${entityName}.service.metadata`,
399
399
  `export * from ${entityName}.service`
400
- ])
400
+ ].join('\n'))
401
401
  }
402
402
 
403
403
  if (command === 'service') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "type": "module",
6
6
  "exports": {