@ng-openapi/zod 0.0.4 → 0.0.5

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 (3) hide show
  1. package/index.cjs +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -3411,7 +3411,7 @@ var ZodGenerator = class {
3411
3411
  _statements.push(...statements);
3412
3412
  }
3413
3413
  if (_statements.length > 0) {
3414
- sourceFile.fixMissingImports().organizeImports().fixUnusedIdentifiers().formatText();
3414
+ sourceFile.formatText();
3415
3415
  sourceFile.saveSync();
3416
3416
  }
3417
3417
  }
package/index.js CHANGED
@@ -3377,7 +3377,7 @@ var ZodGenerator = class {
3377
3377
  _statements.push(...statements);
3378
3378
  }
3379
3379
  if (_statements.length > 0) {
3380
- sourceFile.fixMissingImports().organizeImports().fixUnusedIdentifiers().formatText();
3380
+ sourceFile.formatText();
3381
3381
  sourceFile.saveSync();
3382
3382
  }
3383
3383
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-openapi/zod",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Zod validation plugin for ng-openapi - Generate Zod schemas from OpenAPI specifications",
5
5
  "keywords": [
6
6
  "angular",