@kubb/plugin-cypress 4.5.14 → 4.6.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-cypress",
3
- "version": "4.5.14",
3
+ "version": "4.6.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",
@@ -75,10 +75,10 @@
75
75
  ],
76
76
  "dependencies": {
77
77
  "@kubb/react-fabric": "0.5.2",
78
- "@kubb/core": "4.5.14",
79
- "@kubb/oas": "4.5.14",
80
- "@kubb/plugin-oas": "4.5.14",
81
- "@kubb/plugin-ts": "4.5.14"
78
+ "@kubb/core": "4.6.0",
79
+ "@kubb/oas": "4.6.0",
80
+ "@kubb/plugin-ts": "4.6.0",
81
+ "@kubb/plugin-oas": "4.6.0"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=20"