ng-openapi 0.1.5 → 0.1.7
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/README.md +4 -4
- package/cli.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<div
|
|
2
|
-
<h1><img src="https://raw.githubusercontent.com/ng-openapi/ng-openapi/HEAD/docs/public/ng-openapi-logo.svg" alt="Logo" style="height: 12vh; margin-bottom: 2vh;"></h1>
|
|
3
|
-
<h1><b>Angular OpenAPI Client Generator</b></h1>
|
|
4
|
-
<p>💪 Made with ❤️ by Angular Devs for Angular Devs</p>
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h1 align="center"><img src="https://raw.githubusercontent.com/ng-openapi/ng-openapi/HEAD/docs/public/ng-openapi-logo.svg" alt="Logo" style="height: 12vh; margin-bottom: 2vh;" width="160"></h1>
|
|
3
|
+
<h1 align="center"><b>Angular OpenAPI Client Generator</b></h1>
|
|
4
|
+
<p align="center">💪 Made with ❤️ by Angular Devs for Angular Devs</p>
|
|
5
5
|
</div>
|
|
6
6
|
|
|
7
7
|
|
package/cli.cjs
CHANGED
|
@@ -2437,7 +2437,7 @@ async function generateFromConfig(config) {
|
|
|
2437
2437
|
__name(generateFromConfig, "generateFromConfig");
|
|
2438
2438
|
|
|
2439
2439
|
// package.json
|
|
2440
|
-
var version = "0.1.
|
|
2440
|
+
var version = "0.1.6";
|
|
2441
2441
|
|
|
2442
2442
|
// src/lib/cli.ts
|
|
2443
2443
|
var program = new import_commander.Command();
|