@kubb/plugin-cypress 5.0.0-beta.74 → 5.0.0-beta.75

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-cypress",
3
- "version": "5.0.0-beta.74",
3
+ "version": "5.0.0-beta.75",
4
4
  "description": "Generate Cypress request commands and e2e test fixtures with Kubb for automated API testing.",
5
5
  "keywords": [
6
6
  "code-generation",
@@ -47,7 +47,7 @@
47
47
  "@kubb/ast": "5.0.0-beta.74",
48
48
  "@kubb/core": "5.0.0-beta.74",
49
49
  "@kubb/renderer-jsx": "5.0.0-beta.74",
50
- "@kubb/plugin-ts": "5.0.0-beta.74"
50
+ "@kubb/plugin-ts": "5.0.0-beta.75"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@internals/shared": "0.0.0",