@kubb/plugin-msw 4.2.2 → 4.3.0
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.
package/dist/generators.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./types-8ZXwr93_.cjs";
|
|
2
|
-
import { n as PluginMsw, r as Generator } from "./types-
|
|
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>;
|
package/dist/generators.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./types-IbHKcY02.js";
|
|
2
|
-
import { n as PluginMsw, r as Generator } from "./types-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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.
|
|
3
|
+
"version": "4.3.0",
|
|
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,12 +66,12 @@
|
|
|
66
66
|
"!/**/__tests__/**"
|
|
67
67
|
],
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@kubb/core": "4.
|
|
70
|
-
"@kubb/oas": "4.
|
|
71
|
-
"@kubb/plugin-faker": "4.
|
|
72
|
-
"@kubb/plugin-oas": "4.
|
|
73
|
-
"@kubb/plugin-ts": "4.
|
|
74
|
-
"@kubb/react": "4.
|
|
69
|
+
"@kubb/core": "4.3.0",
|
|
70
|
+
"@kubb/oas": "4.3.0",
|
|
71
|
+
"@kubb/plugin-faker": "4.3.0",
|
|
72
|
+
"@kubb/plugin-oas": "4.3.0",
|
|
73
|
+
"@kubb/plugin-ts": "4.3.0",
|
|
74
|
+
"@kubb/react": "4.3.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"tsdown": "^0.15.9",
|