@kubb/plugin-cypress 4.16.0 → 4.17.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 { i as OperationSchemas, n as PluginCypress, o as HttpMethod } from "./types-ntEGZPoG.cjs";
1
+ import { i as OperationSchemas, n as PluginCypress, o as HttpMethod } from "./types-H3p8ahP5.cjs";
2
2
  import { FunctionParams } from "@kubb/react-fabric";
3
3
  import { KubbNode } from "@kubb/react-fabric/types";
4
4
 
@@ -1,4 +1,4 @@
1
- import { i as OperationSchemas, n as PluginCypress, o as HttpMethod } from "./types-BadxcM8-.js";
1
+ import { i as OperationSchemas, n as PluginCypress, o as HttpMethod } from "./types-CmedblNL.js";
2
2
  import { FunctionParams } from "@kubb/react-fabric";
3
3
  import { KubbNode } from "@kubb/react-fabric/types";
4
4
 
@@ -1,4 +1,4 @@
1
- import { n as PluginCypress, r as ReactGenerator } from "./types-ntEGZPoG.cjs";
1
+ import { n as PluginCypress, r as ReactGenerator } from "./types-H3p8ahP5.cjs";
2
2
 
3
3
  //#region src/generators/cypressGenerator.d.ts
4
4
  declare const cypressGenerator: ReactGenerator<PluginCypress>;
@@ -1,4 +1,4 @@
1
- import { n as PluginCypress, r as ReactGenerator } from "./types-BadxcM8-.js";
1
+ import { n as PluginCypress, r as ReactGenerator } from "./types-CmedblNL.js";
2
2
 
3
3
  //#region src/generators/cypressGenerator.d.ts
4
4
  declare const cypressGenerator: ReactGenerator<PluginCypress>;
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as UserPluginWithLifeCycle, n as PluginCypress, t as Options } from "./types-ntEGZPoG.cjs";
1
+ import { a as UserPluginWithLifeCycle, n as PluginCypress, t as Options } from "./types-H3p8ahP5.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-BadxcM8-.js";
1
+ import { a as UserPluginWithLifeCycle, n as PluginCypress, t as Options } from "./types-CmedblNL.js";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginCypressName = "plugin-cypress";
@@ -361,7 +361,7 @@ type Config<TInput = Input> = {
361
361
  * - 'biome': Uses Biome for code formatting.
362
362
  *
363
363
  */
364
- format?: 'auto' | 'prettier' | 'biome' | false;
364
+ format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
365
365
  /**
366
366
  * Specifies the linter that should be used to analyze the code.
367
367
  * The accepted values indicate different linting tools.
@@ -1254,4 +1254,4 @@ type ResolvedOptions = {
1254
1254
  type PluginCypress = PluginFactoryOptions<'plugin-cypress', Options, ResolvedOptions, never, ResolvePathOptions>;
1255
1255
  //#endregion
1256
1256
  export { UserPluginWithLifeCycle as a, OperationSchemas as i, PluginCypress as n, HttpMethod as o, ReactGenerator as r, Options as t };
1257
- //# sourceMappingURL=types-BadxcM8-.d.ts.map
1257
+ //# sourceMappingURL=types-CmedblNL.d.ts.map
@@ -361,7 +361,7 @@ type Config<TInput = Input> = {
361
361
  * - 'biome': Uses Biome for code formatting.
362
362
  *
363
363
  */
364
- format?: 'auto' | 'prettier' | 'biome' | false;
364
+ format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
365
365
  /**
366
366
  * Specifies the linter that should be used to analyze the code.
367
367
  * The accepted values indicate different linting tools.
@@ -1254,4 +1254,4 @@ type ResolvedOptions = {
1254
1254
  type PluginCypress = PluginFactoryOptions<'plugin-cypress', Options, ResolvedOptions, never, ResolvePathOptions>;
1255
1255
  //#endregion
1256
1256
  export { UserPluginWithLifeCycle as a, OperationSchemas as i, PluginCypress as n, HttpMethod as o, ReactGenerator as r, Options as t };
1257
- //# sourceMappingURL=types-ntEGZPoG.d.cts.map
1257
+ //# sourceMappingURL=types-H3p8ahP5.d.cts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-cypress",
3
- "version": "4.16.0",
3
+ "version": "4.17.1",
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",
@@ -74,11 +74,11 @@
74
74
  }
75
75
  ],
76
76
  "dependencies": {
77
- "@kubb/react-fabric": "0.9.5",
78
- "@kubb/core": "4.16.0",
79
- "@kubb/oas": "4.16.0",
80
- "@kubb/plugin-oas": "4.16.0",
81
- "@kubb/plugin-ts": "4.16.0"
77
+ "@kubb/react-fabric": "0.11.3",
78
+ "@kubb/core": "4.17.1",
79
+ "@kubb/oas": "4.17.1",
80
+ "@kubb/plugin-oas": "4.17.1",
81
+ "@kubb/plugin-ts": "4.17.1"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=20"