@kubb/plugin-cypress 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.
@@ -1,4 +1,4 @@
1
- import { i as OperationSchemas, n as PluginCypress, o as HttpMethod } from "./types-B6NVdm3Y.cjs";
1
+ import { i as OperationSchemas, n as PluginCypress, o as HttpMethod } from "./types-BzpxVS9E.cjs";
2
2
 
3
3
  //#region src/components/Request.d.ts
4
4
  type Props = {
@@ -1,4 +1,4 @@
1
- import { i as OperationSchemas, n as PluginCypress, o as HttpMethod } from "./types-BmCWqgDU.js";
1
+ import { i as OperationSchemas, n as PluginCypress, o as HttpMethod } from "./types-DvtvRYFG.js";
2
2
 
3
3
  //#region src/components/Request.d.ts
4
4
  type Props = {
@@ -1,4 +1,4 @@
1
- import { n as PluginCypress, r as Generator } from "./types-B6NVdm3Y.cjs";
1
+ import { n as PluginCypress, r as Generator } from "./types-BzpxVS9E.cjs";
2
2
 
3
3
  //#region src/generators/cypressGenerator.d.ts
4
4
  declare const cypressGenerator: Generator<PluginCypress>;
@@ -1,4 +1,4 @@
1
- import { n as PluginCypress, r as Generator } from "./types-BmCWqgDU.js";
1
+ import { n as PluginCypress, r as Generator } from "./types-DvtvRYFG.js";
2
2
 
3
3
  //#region src/generators/cypressGenerator.d.ts
4
4
  declare const cypressGenerator: Generator<PluginCypress>;
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as UserPluginWithLifeCycle, n as PluginCypress, t as Options } from "./types-B6NVdm3Y.cjs";
1
+ import { a as UserPluginWithLifeCycle, n as PluginCypress, t as Options } from "./types-BzpxVS9E.cjs";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginCypressName = "plugin-cypress";
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as UserPluginWithLifeCycle, n as PluginCypress, t as Options } from "./types-BmCWqgDU.js";
1
+ import { a as UserPluginWithLifeCycle, n as PluginCypress, t as Options } from "./types-DvtvRYFG.js";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginCypressName = "plugin-cypress";
@@ -820,6 +820,14 @@ type SchemaKeywordMapper = {
820
820
  keyword: 'min';
821
821
  args: number;
822
822
  };
823
+ exclusiveMaximum: {
824
+ keyword: 'exclusiveMaximum';
825
+ args: number;
826
+ };
827
+ exclusiveMinimum: {
828
+ keyword: 'exclusiveMinimum';
829
+ args: number;
830
+ };
823
831
  describe: {
824
832
  keyword: 'describe';
825
833
  args: string;
@@ -1140,4 +1148,4 @@ type ResolvedOptions = {
1140
1148
  type PluginCypress = PluginFactoryOptions<'plugin-cypress', Options$1, ResolvedOptions, never, ResolvePathOptions>;
1141
1149
  //#endregion
1142
1150
  export { UserPluginWithLifeCycle as a, OperationSchemas as i, PluginCypress as n, HttpMethod as o, Generator as r, Options$1 as t };
1143
- //# sourceMappingURL=types-BmCWqgDU.d.ts.map
1151
+ //# sourceMappingURL=types-BzpxVS9E.d.cts.map
@@ -820,6 +820,14 @@ type SchemaKeywordMapper = {
820
820
  keyword: 'min';
821
821
  args: number;
822
822
  };
823
+ exclusiveMaximum: {
824
+ keyword: 'exclusiveMaximum';
825
+ args: number;
826
+ };
827
+ exclusiveMinimum: {
828
+ keyword: 'exclusiveMinimum';
829
+ args: number;
830
+ };
823
831
  describe: {
824
832
  keyword: 'describe';
825
833
  args: string;
@@ -1140,4 +1148,4 @@ type ResolvedOptions = {
1140
1148
  type PluginCypress = PluginFactoryOptions<'plugin-cypress', Options$1, ResolvedOptions, never, ResolvePathOptions>;
1141
1149
  //#endregion
1142
1150
  export { UserPluginWithLifeCycle as a, OperationSchemas as i, PluginCypress as n, HttpMethod as o, Generator as r, Options$1 as t };
1143
- //# sourceMappingURL=types-B6NVdm3Y.d.cts.map
1151
+ //# sourceMappingURL=types-DvtvRYFG.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-cypress",
3
- "version": "4.2.2",
3
+ "version": "4.3.0",
4
4
  "description": "Cypress test generator plugin for Kubb, creating end-to-end tests from OpenAPI specifications for automated API testing.",
5
5
  "keywords": [
6
6
  "cypress",
@@ -67,11 +67,11 @@
67
67
  "!/**/__tests__/**"
68
68
  ],
69
69
  "dependencies": {
70
- "@kubb/core": "4.2.2",
71
- "@kubb/oas": "4.2.2",
72
- "@kubb/plugin-oas": "4.2.2",
73
- "@kubb/plugin-ts": "4.2.2",
74
- "@kubb/react": "4.2.2"
70
+ "@kubb/oas": "4.3.0",
71
+ "@kubb/plugin-oas": "4.3.0",
72
+ "@kubb/plugin-ts": "4.3.0",
73
+ "@kubb/react": "4.3.0",
74
+ "@kubb/core": "4.3.0"
75
75
  },
76
76
  "devDependencies": {
77
77
  "tsdown": "^0.15.9",