fumadocs-openapi 9.1.7 → 9.1.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.
package/dist/ui/lazy.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import type { JSX } from 'react/jsx-runtime';
1
2
  export declare const CodeExampleProvider: (props: {
2
3
  route: string;
3
4
  examples: {
@@ -7,9 +8,9 @@ export declare const CodeExampleProvider: (props: {
7
8
  }[];
8
9
  initialKey?: string;
9
10
  children: import("react").ReactNode;
10
- }) => import("react/jsx-runtime").JSX.Element;
11
- export declare const CodeExample: (props: import("../render/operation/index.js").CodeSample) => import("react/jsx-runtime").JSX.Element;
12
- export declare const CodeExampleSelector: (props: import("../render/renderer.js").SamplesProps) => import("react/jsx-runtime").JSX.Element;
13
- export declare const ClientLazy: (props: import("../playground/client.js").ClientProps) => import("react/jsx-runtime").JSX.Element;
14
- export declare const ApiProvider: (props: import("./contexts/api.js").ApiProviderProps) => import("react/jsx-runtime").JSX.Element;
11
+ }) => JSX.Element;
12
+ export declare const CodeExample: (props: import("../render/operation/index.js").CodeSample) => JSX.Element;
13
+ export declare const CodeExampleSelector: (props: import("../render/renderer.js").SamplesProps) => JSX.Element;
14
+ export declare const ClientLazy: (props: import("../playground/client.js").ClientProps) => JSX.Element;
15
+ export declare const ApiProvider: (props: import("./contexts/api.js").ApiProviderProps) => JSX.Element;
15
16
  //# sourceMappingURL=lazy.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lazy.d.ts","sourceRoot":"","sources":["../../src/ui/lazy.tsx"],"names":[],"mappings":"AAiBA,eAAO,MAAM,mBAAmB;;;;;;;;;6CAM/B,CAAC;AAEF,eAAO,MAAM,WAAW,8FAMvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,+FAM/B,CAAC;AAEF,eAAO,MAAM,UAAU,+FAAkD,CAAC;AAE1E,eAAO,MAAM,WAAW,+FAIvB,CAAC"}
1
+ {"version":3,"file":"lazy.d.ts","sourceRoot":"","sources":["../../src/ui/lazy.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAW7C,eAAO,MAAM,mBAAmB;;;;;;;;;iBAM/B,CAAC;AAEF,eAAO,MAAM,WAAW,kEAMvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,mEAM/B,CAAC;AAEF,eAAO,MAAM,UAAU,mEAAkD,CAAC;AAE1E,eAAO,MAAM,WAAW,mEAIvB,CAAC"}
package/dist/ui/lazy.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
- import { lazy, } from 'react';
3
+ import { lazy } from 'react';
4
4
  // Waku wraps all export functions of a "use client" file in `React.lazy`, but `lazy(lazy(() => ...))` causes error.
5
5
  // we wrap another layer of component such that it is valid
6
6
  // TODO: perhaps we can remove it once Waku migrated to vite-rsc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-openapi",
3
- "version": "9.1.7",
3
+ "version": "9.1.8",
4
4
  "description": "Generate MDX docs for your OpenAPI spec",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -61,14 +61,14 @@
61
61
  "react-hook-form": "^7.62.0",
62
62
  "remark": "^15.0.1",
63
63
  "remark-rehype": "^11.1.2",
64
- "shiki": "^3.9.1",
64
+ "shiki": "^3.9.2",
65
65
  "tinyglobby": "^0.2.14",
66
66
  "xml-js": "^1.6.11",
67
- "fumadocs-core": "15.6.8",
68
- "fumadocs-ui": "15.6.8"
67
+ "fumadocs-core": "15.6.9",
68
+ "fumadocs-ui": "15.6.9"
69
69
  },
70
70
  "devDependencies": {
71
- "@scalar/api-client-react": "^1.3.26",
71
+ "@scalar/api-client-react": "^1.3.27",
72
72
  "@types/js-yaml": "^4.0.9",
73
73
  "@types/node": "24.1.0",
74
74
  "@types/openapi-sampler": "^1.0.3",