@kubb/plugin-redoc 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
@@ -49,7 +49,7 @@ function trimExtName(text) {
49
49
  }
50
50
  //#endregion
51
51
  //#region package.json
52
- var version = "5.0.0-alpha.33";
52
+ var version = "5.0.0-alpha.34";
53
53
  //#endregion
54
54
  //#region src/redoc.tsx
55
55
  const __filename$1 = (0, node_url.fileURLToPath)(require("url").pathToFileURL(__filename).href);
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ function trimExtName(text) {
24
24
  }
25
25
  //#endregion
26
26
  //#region package.json
27
- var version = "5.0.0-alpha.33";
27
+ var version = "5.0.0-alpha.34";
28
28
  //#endregion
29
29
  //#region src/redoc.tsx
30
30
  const __filename = fileURLToPath(import.meta.url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-redoc",
3
- "version": "5.0.0-alpha.33",
3
+ "version": "5.0.0-alpha.34",
4
4
  "description": "Redoc documentation generator plugin for Kubb, creating beautiful, interactive API documentation from OpenAPI specifications.",
5
5
  "keywords": [
6
6
  "redoc",
@@ -55,9 +55,9 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "handlebars": "^4.7.9",
58
- "@kubb/adapter-oas": "5.0.0-alpha.33",
59
- "@kubb/ast": "5.0.0-alpha.33",
60
- "@kubb/core": "5.0.0-alpha.33"
58
+ "@kubb/adapter-oas": "5.0.0-alpha.34",
59
+ "@kubb/ast": "5.0.0-alpha.34",
60
+ "@kubb/core": "5.0.0-alpha.34"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=22"