vite-plugin-mock-dev-server 0.3.7 → 0.3.9

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/dist/index.cjs CHANGED
@@ -336,7 +336,7 @@ async function parseReqBody(req) {
336
336
  if (type === "text/plain") {
337
337
  return await import_co_body.default.text(req);
338
338
  }
339
- return await (0, import_co_body.default)(req);
339
+ return void 0;
340
340
  }
341
341
 
342
342
  // src/validator.ts
package/dist/index.js CHANGED
@@ -301,7 +301,7 @@ async function parseReqBody(req) {
301
301
  if (type === "text/plain") {
302
302
  return await bodyParser.text(req);
303
303
  }
304
- return await bodyParser(req);
304
+ return void 0;
305
305
  }
306
306
 
307
307
  // src/validator.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-mock-dev-server",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "keywords": [
5
5
  "vite",
6
6
  "plugin",