@kubb/plugin-msw 4.29.0 → 4.29.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,4 +1,4 @@
1
- import { t as __name } from "./chunk-DKWOrOAv.js";
1
+ import { t as __name } from "./chunk-cy2TeOE5.cjs";
2
2
  import { FabricReactNode } from "@kubb/react-fabric/types";
3
3
  import { Operation } from "@kubb/oas";
4
4
 
@@ -1,11 +1,11 @@
1
- import { t as __name } from "./chunk-DKWOrOAv.js";
2
- import { n as PluginMsw } from "./types-DUwv-QOP.js";
3
- import { BaseGenerator, Config, FileMetaBase, Group, KubbEvents, Output, Plugin, PluginFactoryOptions, PluginManager, ResolveNameParams } from "@kubb/core";
4
- import { Fabric } from "@kubb/react-fabric";
5
- import { AsyncEventEmitter } from "@kubb/core/utils";
1
+ import { t as __name } from "./chunk-cy2TeOE5.cjs";
2
+ import { n as PluginMsw } from "./types-BvqplGx0.js";
6
3
  import { FabricReactNode } from "@kubb/react-fabric/types";
7
4
  import { HttpMethod, Oas, Operation, SchemaObject, contentType } from "@kubb/oas";
5
+ import { BaseGenerator, Config, FileMetaBase, Group, KubbEvents, Output, Plugin, PluginFactoryOptions, PluginManager, ResolveNameParams } from "@kubb/core";
6
+ import { AsyncEventEmitter } from "@kubb/core/utils";
8
7
  import { KubbFile } from "@kubb/fabric-core/types";
8
+ import { Fabric } from "@kubb/react-fabric";
9
9
 
10
10
  //#region ../plugin-oas/src/types.d.ts
11
11
  type GetOasOptions = {
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { t as __name } from "./chunk-DKWOrOAv.js";
2
- import { n as PluginMsw, t as Options } from "./types-DUwv-QOP.js";
1
+ import { t as __name } from "./chunk-cy2TeOE5.cjs";
2
+ import { n as PluginMsw, t as Options } from "./types-BvqplGx0.js";
3
3
  import * as _kubb_core0 from "@kubb/core";
4
4
 
5
5
  //#region src/plugin.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-msw",
3
- "version": "4.29.0",
3
+ "version": "4.29.1",
4
4
  "description": "Mock Service Worker (MSW) handlers generator plugin for Kubb, creating API mocks from OpenAPI specifications for frontend development and testing.",
5
5
  "keywords": [
6
6
  "msw",
@@ -76,11 +76,11 @@
76
76
  ],
77
77
  "dependencies": {
78
78
  "@kubb/react-fabric": "0.13.1",
79
- "@kubb/core": "4.29.0",
80
- "@kubb/oas": "4.29.0",
81
- "@kubb/plugin-faker": "4.29.0",
82
- "@kubb/plugin-oas": "4.29.0",
83
- "@kubb/plugin-ts": "4.29.0"
79
+ "@kubb/core": "4.29.1",
80
+ "@kubb/oas": "4.29.1",
81
+ "@kubb/plugin-faker": "4.29.1",
82
+ "@kubb/plugin-ts": "4.29.1",
83
+ "@kubb/plugin-oas": "4.29.1"
84
84
  },
85
85
  "devDependencies": {},
86
86
  "engines": {