vite-plugin-mock-dev-server
Advanced tools
Comparing version 1.8.3 to 1.8.4
@@ -271,3 +271,3 @@ import { | ||
connect: "^3.7.0", | ||
["vite-plugin-mock-dev-server"]: `^${"1.8.2"}`, | ||
["vite-plugin-mock-dev-server"]: `^${"1.8.3"}`, | ||
cors: "^2.8.5" | ||
@@ -777,3 +777,3 @@ }, | ||
// src/index.ts | ||
var src_default = mockDevServerPlugin; | ||
var index_default = mockDevServerPlugin; | ||
export { | ||
@@ -784,3 +784,3 @@ baseMiddleware, | ||
createSSEStream, | ||
src_default as default, | ||
index_default as default, | ||
defineMock, | ||
@@ -787,0 +787,0 @@ defineMockData, |
{ | ||
"name": "vite-plugin-mock-dev-server", | ||
"type": "module", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)", | ||
@@ -78,6 +78,6 @@ "license": "MIT", | ||
"debug": "^4.4.0", | ||
"fast-glob": "^3.3.2", | ||
"fast-glob": "^3.3.3", | ||
"formidable": "2.1.2", | ||
"http-status": "^2.0.0", | ||
"is-core-module": "^2.16.0", | ||
"http-status": "^2.1.0", | ||
"is-core-module": "^2.16.1", | ||
"json5": "^2.2.3", | ||
@@ -90,4 +90,4 @@ "mime-types": "^2.1.35", | ||
"devDependencies": { | ||
"esbuild": "^0.24.0", | ||
"vite": "^6.0.3" | ||
"esbuild": "^0.24.2", | ||
"vite": "^6.1.0" | ||
}, | ||
@@ -94,0 +94,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
183100
+ Addedcall-bind-apply-helpers@1.0.1(transitive)
+ Addedpostcss@8.5.1(transitive)
- Removedcall-bind-apply-helpers@1.0.2(transitive)
- Removedpostcss@8.5.2(transitive)
Updatedfast-glob@^3.3.3
Updatedhttp-status@^2.1.0
Updatedis-core-module@^2.16.1