ng-openapi 0.0.37 → 0.0.38

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/cli.cjs +1 -1
  2. package/package.json +1 -1
package/cli.cjs CHANGED
@@ -2351,7 +2351,7 @@ async function generateFromConfig(config) {
2351
2351
  __name(generateFromConfig, "generateFromConfig");
2352
2352
 
2353
2353
  // package.json
2354
- var version = "0.0.36";
2354
+ var version = "0.0.37";
2355
2355
 
2356
2356
  // src/lib/cli.ts
2357
2357
  var program = new import_commander.Command();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-openapi",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "Generate Angular services and TypeScript types from OpenAPI/Swagger specifications",
5
5
  "keywords": [
6
6
  "angular",