bun-serve-express
Advanced tools
Comparing version 1.0.2 to 1.0.4
@@ -37,3 +37,3 @@ /// <reference types="bun-types" /> | ||
format(obj: any): any; | ||
set(name: string | object, value?: string | string[]): this; | ||
set(nameOrDict: string | object, value?: string | string[]): this; | ||
append(name: string, val: string | string[]): this; | ||
@@ -40,0 +40,0 @@ header(name: string | object, value?: string | string[]): this; |
{ | ||
"name": "bun-serve-express", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"description": "Express API compatibility for Bun.serve()", | ||
@@ -18,3 +18,3 @@ "types": "build/index.d.ts", | ||
"type": "git", | ||
"url": "git://github.com/endel/bun-express.git" | ||
"url": "git://github.com/endel/bun-serve-express.git" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
1160707