@kubb/plugin-msw 4.2.2 → 4.3.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,5 +1,5 @@
1
1
  import "./types-8ZXwr93_.cjs";
2
- import { n as PluginMsw, r as Generator } from "./types-BB6ZV1EN.cjs";
2
+ import { n as PluginMsw, r as Generator } from "./types-CjM44aZF.cjs";
3
3
 
4
4
  //#region src/generators/mswGenerator.d.ts
5
5
  declare const mswGenerator: Generator<PluginMsw>;
@@ -1,5 +1,5 @@
1
1
  import "./types-IbHKcY02.js";
2
- import { n as PluginMsw, r as Generator } from "./types-BLiYk9M7.js";
2
+ import { n as PluginMsw, r as Generator } from "./types-CZEZAxGw.js";
3
3
 
4
4
  //#region src/generators/mswGenerator.d.ts
5
5
  declare const mswGenerator: Generator<PluginMsw>;
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./types-8ZXwr93_.cjs";
2
- import { i as UserPluginWithLifeCycle, n as PluginMsw, t as Options } from "./types-BB6ZV1EN.cjs";
2
+ import { i as UserPluginWithLifeCycle, n as PluginMsw, t as Options } from "./types-CjM44aZF.cjs";
3
3
 
4
4
  //#region src/plugin.d.ts
5
5
  declare const pluginMswName = "plugin-msw";
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./types-IbHKcY02.js";
2
- import { i as UserPluginWithLifeCycle, n as PluginMsw, t as Options } from "./types-BLiYk9M7.js";
2
+ import { i as UserPluginWithLifeCycle, n as PluginMsw, t as Options } from "./types-CZEZAxGw.js";
3
3
 
4
4
  //#region src/plugin.d.ts
5
5
  declare const pluginMswName = "plugin-msw";
@@ -813,6 +813,14 @@ type SchemaKeywordMapper = {
813
813
  keyword: 'min';
814
814
  args: number;
815
815
  };
816
+ exclusiveMaximum: {
817
+ keyword: 'exclusiveMaximum';
818
+ args: number;
819
+ };
820
+ exclusiveMinimum: {
821
+ keyword: 'exclusiveMinimum';
822
+ args: number;
823
+ };
816
824
  describe: {
817
825
  keyword: 'describe';
818
826
  args: string;
@@ -1138,4 +1146,4 @@ type ResolvedOptions = {
1138
1146
  type PluginMsw = PluginFactoryOptions<'plugin-msw', Options$1, ResolvedOptions, never, ResolvePathOptions>;
1139
1147
  //#endregion
1140
1148
  export { UserPluginWithLifeCycle as i, PluginMsw as n, Generator as r, Options$1 as t };
1141
- //# sourceMappingURL=types-BLiYk9M7.d.ts.map
1149
+ //# sourceMappingURL=types-CZEZAxGw.d.ts.map
@@ -813,6 +813,14 @@ type SchemaKeywordMapper = {
813
813
  keyword: 'min';
814
814
  args: number;
815
815
  };
816
+ exclusiveMaximum: {
817
+ keyword: 'exclusiveMaximum';
818
+ args: number;
819
+ };
820
+ exclusiveMinimum: {
821
+ keyword: 'exclusiveMinimum';
822
+ args: number;
823
+ };
816
824
  describe: {
817
825
  keyword: 'describe';
818
826
  args: string;
@@ -1138,4 +1146,4 @@ type ResolvedOptions = {
1138
1146
  type PluginMsw = PluginFactoryOptions<'plugin-msw', Options$1, ResolvedOptions, never, ResolvePathOptions>;
1139
1147
  //#endregion
1140
1148
  export { UserPluginWithLifeCycle as i, PluginMsw as n, Generator as r, Options$1 as t };
1141
- //# sourceMappingURL=types-BB6ZV1EN.d.cts.map
1149
+ //# sourceMappingURL=types-CjM44aZF.d.cts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-msw",
3
- "version": "4.2.2",
3
+ "version": "4.3.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",
@@ -66,19 +66,19 @@
66
66
  "!/**/__tests__/**"
67
67
  ],
68
68
  "dependencies": {
69
- "@kubb/core": "4.2.2",
70
- "@kubb/oas": "4.2.2",
71
- "@kubb/plugin-faker": "4.2.2",
72
- "@kubb/plugin-oas": "4.2.2",
73
- "@kubb/plugin-ts": "4.2.2",
74
- "@kubb/react": "4.2.2"
69
+ "@kubb/core": "4.3.1",
70
+ "@kubb/oas": "4.3.1",
71
+ "@kubb/plugin-faker": "4.3.1",
72
+ "@kubb/plugin-oas": "4.3.1",
73
+ "@kubb/plugin-ts": "4.3.1",
74
+ "@kubb/react": "4.3.1"
75
75
  },
76
76
  "devDependencies": {
77
77
  "tsdown": "^0.15.9",
78
78
  "typescript": "^5.9.3"
79
79
  },
80
80
  "peerDependencies": {
81
- "@kubb/react": "^4.0.0"
81
+ "@kubb/react": "^4.3.0"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=20"