vite-plugin-fake-server
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "vite-plugin-fake-server", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"type": "module", | ||
@@ -53,3 +53,2 @@ "license": "MIT", | ||
"fast-glob": "^3.3.1", | ||
"parse5": "^7.1.2", | ||
"path-to-regexp": "^6.2.1", | ||
@@ -56,0 +55,0 @@ "picocolors": "^1.0.0", |
@@ -67,3 +67,3 @@ # Vite-plugin-fake-server | ||
headers?: OutgoingHttpHeaders; | ||
response?: (HTTPRequest: URLRequest, req: IncomingMessage, res: ServerResponse) => any; | ||
response?: (processedRequest: ProcessedRequest, req: IncomingMessage, res: ServerResponse) => any; | ||
rawResponse?: (req: IncomingMessage, res: ServerResponse) => void; | ||
@@ -184,4 +184,3 @@ } | ||
1. development: https://github.com/mrmlnc/fast-glob#ignore | ||
2. production: https://vitejs.dev/guide/features.html#negative-patterns | ||
document: https://github.com/mrmlnc/fast-glob#ignore | ||
@@ -258,3 +257,5 @@ ##### watch | ||
statusCode?: number; | ||
response?: (HTTPRequest: URLRequest) => any; | ||
statusText?: string; | ||
headers?: OutgoingHttpHeaders; | ||
response?: (processedRequest: ProcessedRequest) => any; | ||
} | ||
@@ -261,0 +262,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6
331
82134
1247
- Removedparse5@^7.1.2
- Removedentities@4.5.0(transitive)
- Removedparse5@7.2.1(transitive)