@elysiajs/static
Advanced tools
Comparing version 0.8.0-rc.0 to 0.8.0
@@ -15,2 +15,3 @@ import { Elysia } from 'elysia'; | ||
derive: {}; | ||
resolve: {}; | ||
}, { | ||
@@ -17,0 +18,0 @@ type: {}; |
@@ -55,2 +55,9 @@ import { Elysia } from 'elysia'; | ||
derive: {}; | ||
resolve: {}; /** | ||
* @default 1024 | ||
* | ||
* If total files exceed this number, | ||
* file will be handled via wildcard instead of static route | ||
* to reduce memory usage | ||
*/ | ||
}, { | ||
@@ -57,0 +64,0 @@ type: {}; |
{ | ||
"name": "@elysiajs/static", | ||
"version": "0.8.0-rc.0", | ||
"version": "0.8.0", | ||
"author": { | ||
@@ -17,3 +17,3 @@ "name": "saltyAom", | ||
"bun-types": "^1.0.2", | ||
"elysia": "0.8.0-rc.0", | ||
"elysia": "0.8.0", | ||
"eslint": "^8.40.0", | ||
@@ -24,3 +24,3 @@ "rimraf": "4.4.1", | ||
"peerDependencies": { | ||
"elysia": ">= 0.8.0-rc.0" | ||
"elysia": ">= 0.8.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "exports": { |
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
17310
417