@based/functions
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -44,2 +44,3 @@ import { AuthState } from './auth'; | ||
corsSend?: boolean; | ||
rawBody?: string; | ||
headers: { | ||
@@ -46,0 +47,0 @@ 'content-length'?: number; |
{ | ||
"name": "@based/functions", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -48,2 +48,3 @@ import { AuthState } from './auth' | ||
corsSend?: boolean | ||
rawBody?: string | ||
headers: { | ||
@@ -50,0 +51,0 @@ 'content-length'?: number |
Sorry, the diff of this file is not supported yet
91717
2289