ng-openapi 0.0.37-pr-7-feature-yaml-support.0 → 0.0.38-pr-7-feature-yaml-support.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/cli.cjs +1 -1
- package/package.json +1 -1
package/cli.cjs
CHANGED
|
@@ -2398,7 +2398,7 @@ async function generateFromConfig(config) {
|
|
|
2398
2398
|
__name(generateFromConfig, "generateFromConfig");
|
|
2399
2399
|
|
|
2400
2400
|
// package.json
|
|
2401
|
-
var version = "0.0.
|
|
2401
|
+
var version = "0.0.37";
|
|
2402
2402
|
|
|
2403
2403
|
// src/lib/cli.ts
|
|
2404
2404
|
var program = new import_commander.Command();
|
package/package.json
CHANGED