cloudflare-htmx
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,3 +6,3 @@ const HEADERS = { headers: { 'content-type': 'text/html;charset=UTF-8' } }; | ||
export type LayoutFunction<Env = unknown, Params extends string = any> = ({ | ||
export type LayoutFunction<Env = any, Params extends string = any> = ({ | ||
children, | ||
@@ -9,0 +9,0 @@ request, |
{ | ||
"name": "cloudflare-htmx", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "HTMX library for Cloudflare Pages", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
1409937