@kubb/plugin-client 5.0.0-alpha.4 → 5.0.0-alpha.5

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,10 +1,9 @@
1
1
  import { t as __name } from "./chunk--u3MIqq1.js";
2
2
  import { r as PluginClient } from "./types-DBQdg-BV.js";
3
3
  import { AsyncEventEmitter, Config, FileMetaBase, Generator, Group, KubbEvents, Output, Plugin, PluginFactoryOptions, PluginManager, ResolveNameParams } from "@kubb/core";
4
- import { Fabric } from "@kubb/react-fabric";
5
4
  import { HttpMethod, Oas, Operation, SchemaObject, contentType } from "@kubb/oas";
6
5
  import { FabricReactNode } from "@kubb/react-fabric/types";
7
- import { KubbFile } from "@kubb/fabric-core/types";
6
+ import { Fabric, KubbFile } from "@kubb/fabric-core/types";
8
7
 
9
8
  //#region ../plugin-oas/src/types.d.ts
10
9
  type GetOasOptions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-client",
3
- "version": "5.0.0-alpha.4",
3
+ "version": "5.0.0-alpha.5",
4
4
  "description": "API client generator plugin for Kubb, creating type-safe HTTP clients (Axios, Fetch) from OpenAPI specifications for making API requests.",
5
5
  "keywords": [
6
6
  "api-client",
@@ -108,21 +108,21 @@
108
108
  }
109
109
  ],
110
110
  "dependencies": {
111
- "@kubb/fabric-core": "0.13.3",
112
- "@kubb/react-fabric": "0.13.3",
113
- "@kubb/core": "5.0.0-alpha.4",
114
- "@kubb/oas": "5.0.0-alpha.4",
115
- "@kubb/plugin-oas": "5.0.0-alpha.4",
116
- "@kubb/plugin-ts": "5.0.0-alpha.4",
117
- "@kubb/plugin-zod": "5.0.0-alpha.4"
111
+ "@kubb/fabric-core": "0.14.0",
112
+ "@kubb/react-fabric": "0.14.0",
113
+ "@kubb/core": "5.0.0-alpha.5",
114
+ "@kubb/oas": "5.0.0-alpha.5",
115
+ "@kubb/plugin-oas": "5.0.0-alpha.5",
116
+ "@kubb/plugin-ts": "5.0.0-alpha.5",
117
+ "@kubb/plugin-zod": "5.0.0-alpha.5"
118
118
  },
119
119
  "devDependencies": {
120
120
  "axios": "^1.13.6",
121
121
  "@internals/utils": "0.0.0"
122
122
  },
123
123
  "peerDependencies": {
124
- "@kubb/fabric-core": "0.13.3",
125
- "@kubb/react-fabric": "0.13.3",
124
+ "@kubb/fabric-core": "0.14.0",
125
+ "@kubb/react-fabric": "0.14.0",
126
126
  "axios": "^1.7.2"
127
127
  },
128
128
  "peerDependenciesMeta": {