ng-openapi 0.3.2-pr-119-fix-118-nullable-format-strings-12ffce1.0 → 0.3.2

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
@@ -945,7 +945,7 @@ var fs3 = __toESM(require("fs"));
945
945
  var path14 = __toESM(require("path"));
946
946
 
947
947
  // package.json
948
- var version = "0.3.1";
948
+ var version = "0.3.2";
949
949
 
950
950
  // src/lib/core/generator.ts
951
951
  var import_ts_morph10 = require("ts-morph");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-openapi",
3
- "version": "0.3.2-pr-119-fix-118-nullable-format-strings-12ffce1.0",
3
+ "version": "0.3.2",
4
4
  "description": "Generate Angular services and TypeScript types from OpenAPI/Swagger specifications",
5
5
  "keywords": [
6
6
  "ng-openapi",