@povio/openapi-codegen-cli 3.2.0-rc.10 → 3.2.0-rc.11

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/dist/sh.mjs CHANGED
@@ -32,7 +32,7 @@ function logBanner(message) {
32
32
  * Fetch the version from package.json
33
33
  */
34
34
  function getVersion() {
35
- return "3.2.0-rc.10";
35
+ return "3.2.0-rc.11";
36
36
  }
37
37
  //#endregion
38
38
  //#region src/helpers/yargs.helper.ts
package/package.json CHANGED
@@ -186,5 +186,5 @@
186
186
  "node": ">= 18"
187
187
  },
188
188
  "packageManager": "bun@1.3.14",
189
- "version": "3.2.0-rc.10"
189
+ "version": "3.2.0-rc.11"
190
190
  }