@kubb/plugin-msw 5.0.0-beta.29 → 5.0.0-beta.30
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-msw",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.30",
|
|
4
4
|
"description": "Generate Mock Service Worker (MSW) request handlers from your OpenAPI specification. Intercept HTTP requests in the browser or Node.js for seamless frontend development and testing.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api-mocking",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@kubb/core": "5.0.0-beta.29",
|
|
76
76
|
"@kubb/renderer-jsx": "5.0.0-beta.29",
|
|
77
|
-
"@kubb/plugin-faker": "5.0.0-beta.
|
|
78
|
-
"@kubb/plugin-ts": "5.0.0-beta.
|
|
77
|
+
"@kubb/plugin-faker": "5.0.0-beta.30",
|
|
78
|
+
"@kubb/plugin-ts": "5.0.0-beta.30"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@internals/shared": "0.0.0",
|