@kubb/plugin-msw 4.8.0 → 4.9.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-msw",
3
- "version": "4.8.0",
3
+ "version": "4.9.0",
4
4
  "description": "Mock Service Worker (MSW) handlers generator plugin for Kubb, creating API mocks from OpenAPI specifications for frontend development and testing.",
5
5
  "keywords": [
6
6
  "msw",
@@ -74,11 +74,11 @@
74
74
  ],
75
75
  "dependencies": {
76
76
  "@kubb/react-fabric": "0.5.4",
77
- "@kubb/core": "4.8.0",
78
- "@kubb/oas": "4.8.0",
79
- "@kubb/plugin-faker": "4.8.0",
80
- "@kubb/plugin-oas": "4.8.0",
81
- "@kubb/plugin-ts": "4.8.0"
77
+ "@kubb/core": "4.9.0",
78
+ "@kubb/oas": "4.9.0",
79
+ "@kubb/plugin-faker": "4.9.0",
80
+ "@kubb/plugin-oas": "4.9.0",
81
+ "@kubb/plugin-ts": "4.9.0"
82
82
  },
83
83
  "devDependencies": {},
84
84
  "engines": {