@povio/openapi-codegen-cli 2.0.8-rc.7 → 2.0.8-rc.8

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/dist/sh.mjs +1 -1
  2. package/package.json +3 -3
package/dist/sh.mjs CHANGED
@@ -39,7 +39,7 @@ function logBanner(message) {
39
39
  * Fetch the version from package.json
40
40
  */
41
41
  function getVersion() {
42
- return "2.0.8-rc.7";
42
+ return "2.0.8-rc.8";
43
43
  }
44
44
 
45
45
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@povio/openapi-codegen-cli",
3
- "version": "2.0.8-rc.7",
3
+ "version": "2.0.8-rc.8",
4
4
  "keywords": [
5
5
  "codegen",
6
6
  "openapi",
@@ -76,7 +76,8 @@
76
76
  "reflect-metadata": "^0.2.2",
77
77
  "ts-pattern": "^5.9.0",
78
78
  "typescript": "^5.9.3",
79
- "yargs": "^18.0.0"
79
+ "yargs": "^18.0.0",
80
+ "openapi-types": "^12.1.3"
80
81
  },
81
82
  "devDependencies": {
82
83
  "@casl/ability": "^6.8.0",
@@ -103,7 +104,6 @@
103
104
  "@casl/react": "^5.0.0",
104
105
  "@tanstack/react-query": "^5.90.21",
105
106
  "axios": "^1.13.1",
106
- "openapi-types": "^12.1.3",
107
107
  "react": "^19.1.0",
108
108
  "vite": "^6.0.0 || ^7.0.0",
109
109
  "zod": "^4.1.12"