@kubb/plugin-oas 4.1.1 → 4.1.2

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 react1 from "react";
3
+ import * as react0 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: react1.Context<SchemaContextProps>;
34
+ var Context: react0.Context<SchemaContextProps>;
35
35
  }
36
36
  //#endregion
37
37
  export { Schema$1 as Schema, SchemaContextProps };
38
- //# sourceMappingURL=Schema-D9qn9d7b.d.cts.map
38
+ //# sourceMappingURL=Schema-CEmdFRTN.d.cts.map
@@ -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-D9qn9d7b.cjs";
4
- import * as react0 from "react";
3
+ import { Schema } from "./Schema-CEmdFRTN.cjs";
4
+ import * as react1 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: react0.Context<OperationContextProps>;
19
+ var Context: react1.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: react0.Context<OasContextProps>;
47
+ var Context: react1.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-D9qn9d7b.cjs";
3
+ import { SchemaContextProps } from "./Schema-CEmdFRTN.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.1",
3
+ "version": "4.1.2",
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,15 +82,15 @@
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.1",
86
- "@kubb/oas": "4.1.1",
87
- "@kubb/react": "4.1.1"
85
+ "@kubb/core": "4.1.2",
86
+ "@kubb/oas": "4.1.2",
87
+ "@kubb/react": "4.1.2"
88
88
  },
89
89
  "devDependencies": {
90
- "@types/react": "^18.3.24",
90
+ "@types/react": "^18.3.25",
91
91
  "react": "^18.3.1",
92
92
  "tsdown": "^0.14.2",
93
- "typescript": "^5.9.2"
93
+ "typescript": "^5.9.3"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "@kubb/react": "^4.0.0"