@kubb/plugin-cypress 5.0.0-alpha.22 → 5.0.0-alpha.23

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,9 +1,9 @@
1
1
  import { t as __name } from "./chunk--u3MIqq1.js";
2
2
  import { n as PluginCypress } from "./types-BzXXi6dv.js";
3
- import * as _kubb_plugin_oas_generators0 from "@kubb/plugin-oas/generators";
3
+ import * as _$_kubb_plugin_oas_generators0 from "@kubb/plugin-oas/generators";
4
4
 
5
5
  //#region src/generators/cypressGenerator.d.ts
6
- declare const cypressGenerator: _kubb_plugin_oas_generators0.ReactGenerator<PluginCypress>;
6
+ declare const cypressGenerator: _$_kubb_plugin_oas_generators0.ReactGenerator<PluginCypress>;
7
7
  //#endregion
8
8
  export { cypressGenerator };
9
9
  //# sourceMappingURL=generators.d.ts.map
package/dist/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  import { t as __name } from "./chunk--u3MIqq1.js";
2
2
  import { n as PluginCypress, t as Options } from "./types-BzXXi6dv.js";
3
- import * as _kubb_core0 from "@kubb/core";
3
+ import * as _$_kubb_core0 from "@kubb/core";
4
4
 
5
5
  //#region src/plugin.d.ts
6
6
  declare const pluginCypressName = "plugin-cypress";
7
- declare const pluginCypress: (options?: Options | undefined) => _kubb_core0.UserPluginWithLifeCycle<PluginCypress>;
7
+ declare const pluginCypress: (options?: Options | undefined) => _$_kubb_core0.UserPluginWithLifeCycle<PluginCypress>;
8
8
  //#endregion
9
9
  export { type PluginCypress, pluginCypress, pluginCypressName };
10
10
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-cypress",
3
- "version": "5.0.0-alpha.22",
3
+ "version": "5.0.0-alpha.23",
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",
@@ -77,10 +77,10 @@
77
77
  ],
78
78
  "dependencies": {
79
79
  "@kubb/react-fabric": "0.15.1",
80
- "@kubb/core": "5.0.0-alpha.22",
81
- "@kubb/oas": "5.0.0-alpha.22",
82
- "@kubb/plugin-oas": "5.0.0-alpha.22",
83
- "@kubb/plugin-ts": "5.0.0-alpha.22"
80
+ "@kubb/core": "5.0.0-alpha.23",
81
+ "@kubb/oas": "5.0.0-alpha.23",
82
+ "@kubb/plugin-oas": "5.0.0-alpha.23",
83
+ "@kubb/plugin-ts": "5.0.0-alpha.23"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=22"