@kubb/plugin-cypress 5.0.0-beta.31 → 5.0.0-beta.33
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.
- package/extension.yaml +2 -0
- package/package.json +5 -5
package/extension.yaml
CHANGED
|
@@ -331,7 +331,9 @@ options:
|
|
|
331
331
|
| --- | --- |
|
|
332
332
|
| `@kubb/plugin-ts` | `resolverTs` |
|
|
333
333
|
| `@kubb/plugin-zod` | `resolverZod` |
|
|
334
|
+
| `@kubb/plugin-faker` | `resolverFaker` |
|
|
334
335
|
| `@kubb/plugin-cypress` | `resolverCypress` |
|
|
336
|
+
| `@kubb/plugin-msw` | `resolverMsw` |
|
|
335
337
|
| `@kubb/plugin-mcp` | `resolverMcp` |
|
|
336
338
|
| `@kubb/plugin-client` | `resolverClient` |
|
|
337
339
|
codeBlock:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-cypress",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.33",
|
|
4
4
|
"description": "Generate Cypress request commands and e2e test fixtures from your OpenAPI specification, enabling automated API testing with zero manual setup.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"code-generation",
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
"registry": "https://registry.npmjs.org/"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@kubb/core": "5.0.0-beta.
|
|
51
|
-
"@kubb/renderer-jsx": "5.0.0-beta.
|
|
52
|
-
"@kubb/plugin-ts": "5.0.0-beta.
|
|
50
|
+
"@kubb/core": "5.0.0-beta.33",
|
|
51
|
+
"@kubb/renderer-jsx": "5.0.0-beta.33",
|
|
52
|
+
"@kubb/plugin-ts": "5.0.0-beta.33"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@internals/shared": "0.0.0",
|
|
56
56
|
"@internals/utils": "0.0.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@kubb/renderer-jsx": "5.0.0-beta.
|
|
59
|
+
"@kubb/renderer-jsx": "5.0.0-beta.33"
|
|
60
60
|
},
|
|
61
61
|
"size-limit": [
|
|
62
62
|
{
|