@kubb/plugin-redoc 5.0.0-alpha.22 → 5.0.0-alpha.23
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.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __name } from "./chunk--u3MIqq1.js";
|
|
2
|
-
import * as _kubb_core0 from "@kubb/core";
|
|
2
|
+
import * as _$_kubb_core0 from "@kubb/core";
|
|
3
3
|
import { Output, PluginFactoryOptions } from "@kubb/core";
|
|
4
4
|
|
|
5
5
|
//#region src/types.d.ts
|
|
@@ -20,7 +20,7 @@ type PluginRedoc = PluginFactoryOptions<'plugin-redoc', Options, ResolveOptions,
|
|
|
20
20
|
//#endregion
|
|
21
21
|
//#region src/plugin.d.ts
|
|
22
22
|
declare const pluginRedocName = "plugin-redoc";
|
|
23
|
-
declare const pluginRedoc: (options?: Options | undefined) => _kubb_core0.UserPluginWithLifeCycle<PluginRedoc>;
|
|
23
|
+
declare const pluginRedoc: (options?: Options | undefined) => _$_kubb_core0.UserPluginWithLifeCycle<PluginRedoc>;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { type PluginRedoc, pluginRedoc, pluginRedocName };
|
|
26
26
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-redoc",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.23",
|
|
4
4
|
"description": "Redoc documentation generator plugin for Kubb, creating beautiful, interactive API documentation from OpenAPI specifications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"redoc",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@kubb/fabric-core": "0.15.1",
|
|
55
55
|
"@kubb/react-fabric": "0.15.1",
|
|
56
|
-
"handlebars": "^4.7.
|
|
57
|
-
"@kubb/adapter-oas": "5.0.0-alpha.
|
|
58
|
-
"@kubb/core": "5.0.0-alpha.
|
|
56
|
+
"handlebars": "^4.7.9",
|
|
57
|
+
"@kubb/adapter-oas": "5.0.0-alpha.23",
|
|
58
|
+
"@kubb/core": "5.0.0-alpha.23"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@kubb/fabric-core": "0.15.1",
|