@ng-openapi/zod 0.0.4 → 0.0.5-pr-39-bugfix-missing-rxjs-import-f652172.0
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.
- package/index.cjs +1 -1
- package/index.js +1 -1
- 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.
|
|
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.
|
|
3380
|
+
sourceFile.formatText();
|
|
3381
3381
|
sourceFile.saveSync();
|
|
3382
3382
|
}
|
|
3383
3383
|
}
|
package/package.json
CHANGED