elysia-htmx
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -8,3 +8,3 @@ import Elysia from "elysia"; | ||
export const htmx = ({ disableCache }: Options = {}) => { | ||
const app = new Elysia({ name: "htmx" }).derive( | ||
const app = new Elysia({ name: "htmx", seed: { disableCache } }).derive( | ||
({ request: { headers }, set }): HtmxContext => { | ||
@@ -11,0 +11,0 @@ return { |
{ | ||
"name": "elysia-htmx", | ||
"description": "Elysia HTMX Context", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"homepage": "https://github.com/gtramontina/elysia-htmx.git", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
7807