@kubb/plugin-oas 5.0.0-alpha.33 → 5.0.0-alpha.34

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/index.cjs CHANGED
@@ -283,7 +283,7 @@ var OperationGenerator = class {
283
283
  };
284
284
  //#endregion
285
285
  //#region package.json
286
- var version = "5.0.0-alpha.33";
286
+ var version = "5.0.0-alpha.34";
287
287
  //#endregion
288
288
  //#region src/plugin.ts
289
289
  const pluginOasName = "plugin-oas";
package/dist/index.js CHANGED
@@ -281,7 +281,7 @@ var OperationGenerator = class {
281
281
  };
282
282
  //#endregion
283
283
  //#region package.json
284
- var version = "5.0.0-alpha.33";
284
+ var version = "5.0.0-alpha.34";
285
285
  //#endregion
286
286
  //#region src/plugin.ts
287
287
  const pluginOasName = "plugin-oas";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-oas",
3
- "version": "5.0.0-alpha.33",
3
+ "version": "5.0.0-alpha.34",
4
4
  "description": "OpenAPI Specification (OAS) plugin for Kubb, providing core functionality for parsing and processing OpenAPI/Swagger schemas for code generation.",
5
5
  "keywords": [
6
6
  "openapi",
@@ -82,13 +82,13 @@
82
82
  ],
83
83
  "dependencies": {
84
84
  "remeda": "^2.33.7",
85
- "@kubb/ast": "5.0.0-alpha.33",
86
- "@kubb/core": "5.0.0-alpha.33",
87
- "@kubb/oas": "5.0.0-alpha.33",
88
- "@kubb/renderer-jsx": "5.0.0-alpha.33"
85
+ "@kubb/ast": "5.0.0-alpha.34",
86
+ "@kubb/core": "5.0.0-alpha.34",
87
+ "@kubb/oas": "5.0.0-alpha.34",
88
+ "@kubb/renderer-jsx": "5.0.0-alpha.34"
89
89
  },
90
90
  "peerDependencies": {
91
- "@kubb/renderer-jsx": "5.0.0-alpha.33"
91
+ "@kubb/renderer-jsx": "5.0.0-alpha.34"
92
92
  },
93
93
  "engines": {
94
94
  "node": ">=22"