@kubb/plugin-oas 4.1.0 → 4.1.1
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Key, KubbNode, SchemaObject } from "./OperationGenerator-aKcfGbOt.cjs";
|
|
2
2
|
import { Schema } from "./SchemaMapper-BiagBQN4.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react1 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Schema.d.ts
|
|
6
6
|
type SchemaContextProps = {
|
|
@@ -31,8 +31,8 @@ declare function Schema$1({
|
|
|
31
31
|
children
|
|
32
32
|
}: Props): any;
|
|
33
33
|
declare namespace Schema$1 {
|
|
34
|
-
var Context:
|
|
34
|
+
var Context: react1.Context<SchemaContextProps>;
|
|
35
35
|
}
|
|
36
36
|
//#endregion
|
|
37
37
|
export { Schema$1 as Schema, SchemaContextProps };
|
|
38
|
-
//# sourceMappingURL=Schema-
|
|
38
|
+
//# sourceMappingURL=Schema-D9qn9d7b.d.cts.map
|
package/dist/components.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { KubbNode, Oas as Oas$1, Operation as Operation$1, OperationGenerator } from "./OperationGenerator-aKcfGbOt.cjs";
|
|
2
2
|
import "./SchemaMapper-BiagBQN4.cjs";
|
|
3
|
-
import { Schema } from "./Schema-
|
|
4
|
-
import * as
|
|
3
|
+
import { Schema } from "./Schema-D9qn9d7b.cjs";
|
|
4
|
+
import * as react0 from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Operation.d.ts
|
|
7
7
|
type Props$1 = {
|
|
@@ -16,7 +16,7 @@ declare function Operation({
|
|
|
16
16
|
children
|
|
17
17
|
}: Props$1): any;
|
|
18
18
|
declare namespace Operation {
|
|
19
|
-
var Context:
|
|
19
|
+
var Context: react0.Context<OperationContextProps>;
|
|
20
20
|
}
|
|
21
21
|
//#endregion
|
|
22
22
|
//#region src/components/Oas.d.ts
|
|
@@ -44,7 +44,7 @@ declare function Oas({
|
|
|
44
44
|
generator
|
|
45
45
|
}: Props): any;
|
|
46
46
|
declare namespace Oas {
|
|
47
|
-
var Context:
|
|
47
|
+
var Context: react0.Context<OasContextProps>;
|
|
48
48
|
var Operation: typeof Operation;
|
|
49
49
|
var Schema: typeof Schema;
|
|
50
50
|
}
|
package/dist/hooks.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FileMetaBase, HttpMethod, Oas, Operation, OperationSchemas, Plugin, ResolveNameParams } from "./OperationGenerator-aKcfGbOt.cjs";
|
|
2
2
|
import { Extname, File, Import, Mode, Schema } from "./SchemaMapper-BiagBQN4.cjs";
|
|
3
|
-
import { SchemaContextProps } from "./Schema-
|
|
3
|
+
import { SchemaContextProps } from "./Schema-D9qn9d7b.cjs";
|
|
4
4
|
|
|
5
5
|
//#region src/hooks/useOas.d.ts
|
|
6
6
|
declare function useOas(): Oas;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-oas",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
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,9 +82,9 @@
|
|
|
82
82
|
"@stoplight/yaml": "^4.3.0",
|
|
83
83
|
"p-limit": "^7.1.1",
|
|
84
84
|
"remeda": "^2.32.0",
|
|
85
|
-
"@kubb/core": "4.1.
|
|
86
|
-
"@kubb/oas": "4.1.
|
|
87
|
-
"@kubb/react": "4.1.
|
|
85
|
+
"@kubb/core": "4.1.1",
|
|
86
|
+
"@kubb/oas": "4.1.1",
|
|
87
|
+
"@kubb/react": "4.1.1"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@types/react": "^18.3.24",
|