@kubb/plugin-redoc 5.0.0-alpha.30 → 5.0.0-alpha.31

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
@@ -31,7 +31,7 @@ let node_url = require("node:url");
31
31
  let handlebars = require("handlebars");
32
32
  handlebars = __toESM(handlebars);
33
33
  //#region package.json
34
- var version = "5.0.0-alpha.30";
34
+ var version = "5.0.0-alpha.31";
35
35
  //#endregion
36
36
  //#region src/redoc.tsx
37
37
  const __filename$1 = (0, node_url.fileURLToPath)(require("url").pathToFileURL(__filename).href);
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import fs from "node:fs";
6
6
  import { fileURLToPath } from "node:url";
7
7
  import pkg from "handlebars";
8
8
  //#region package.json
9
- var version = "5.0.0-alpha.30";
9
+ var version = "5.0.0-alpha.31";
10
10
  //#endregion
11
11
  //#region src/redoc.tsx
12
12
  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.30",
3
+ "version": "5.0.0-alpha.31",
4
4
  "description": "Redoc documentation generator plugin for Kubb, creating beautiful, interactive API documentation from OpenAPI specifications.",
5
5
  "keywords": [
6
6
  "redoc",
@@ -54,8 +54,8 @@
54
54
  "@kubb/fabric-core": "0.15.1",
55
55
  "@kubb/react-fabric": "0.15.1",
56
56
  "handlebars": "^4.7.9",
57
- "@kubb/adapter-oas": "5.0.0-alpha.30",
58
- "@kubb/core": "5.0.0-alpha.30"
57
+ "@kubb/adapter-oas": "5.0.0-alpha.31",
58
+ "@kubb/core": "5.0.0-alpha.31"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@kubb/fabric-core": "0.15.1",