@kubb/plugin-oas 3.16.3 → 3.16.4

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,7 +1,7 @@
1
1
  import { KubbNode, Oas, Operation, OperationGenerator } from "./OperationGenerator-OtLcGk2y.js";
2
2
  import "./SchemaMapper-C2J2d3o4.js";
3
3
  import { Schema } from "./Schema-DOXGUW1m.js";
4
- import * as react1 from "react";
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$1({
16
16
  children
17
17
  }: Props$1): any;
18
18
  declare namespace Operation$1 {
19
- var Context: react1.Context<OperationContextProps>;
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$1({
44
44
  generator
45
45
  }: Props): any;
46
46
  declare namespace Oas$1 {
47
- var Context: react1.Context<OasContextProps>;
47
+ var Context: react0.Context<OasContextProps>;
48
48
  var Operation: typeof Operation$1;
49
49
  var Schema: typeof Schema;
50
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-oas",
3
- "version": "3.16.3",
3
+ "version": "3.16.4",
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,16 +82,16 @@
82
82
  "@stoplight/yaml": "^4.3.0",
83
83
  "p-limit": "^7.0.0",
84
84
  "remeda": "^2.30.0",
85
- "@kubb/core": "3.16.3",
86
- "@kubb/oas": "3.16.3",
87
- "@kubb/react": "3.16.3"
85
+ "@kubb/core": "3.16.4",
86
+ "@kubb/react": "3.16.4",
87
+ "@kubb/oas": "3.16.4"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@types/react": "^18.3.23",
91
91
  "react": "^18.3.1",
92
92
  "tsdown": "^0.14.1",
93
93
  "typescript": "^5.9.2",
94
- "@kubb/config-ts": "3.16.3"
94
+ "@kubb/config-ts": "3.16.4"
95
95
  },
96
96
  "peerDependencies": {
97
97
  "@kubb/react": "^3.0.0"