@based/functions
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -23,3 +23,7 @@ import { Context, HttpSession } from './context'; | ||
}; | ||
favicon: string; | ||
favicon: { | ||
url: string; | ||
content: string; | ||
path: string; | ||
}; | ||
}, ctx: Context) => Promise<string>; | ||
@@ -26,0 +30,0 @@ export type StreamPayload<P = any> = { |
{ | ||
"name": "@based/functions", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -54,3 +54,7 @@ import { Context, HttpSession } from './context' | ||
} | ||
favicon: string | ||
favicon: { | ||
url: string | ||
content: string | ||
path: string | ||
} | ||
}, | ||
@@ -57,0 +61,0 @@ ctx: Context |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93860
2364