miniflare
Advanced tools
Comparing version 0.0.0-5bfb75df8 to 0.0.0-5c5094948
{ | ||
"name": "miniflare", | ||
"version": "0.0.0-5bfb75df8", | ||
"version": "0.0.0-5c5094948", | ||
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -82,3 +82,3 @@ "keywords": [ | ||
"@cloudflare/kv-asset-handler": "0.3.4", | ||
"@cloudflare/workers-shared": "0.0.0-5bfb75df8" | ||
"@cloudflare/workers-shared": "0.0.0-5c5094948" | ||
}, | ||
@@ -85,0 +85,0 @@ "engines": { |
@@ -577,2 +577,13 @@ # 🔥 Miniflare | ||
#### Assets | ||
- `directory?: string` | ||
Path to serve Workers static asset files from. | ||
- `binding?: string` | ||
Binding name to inject as a `Fetcher` binding to allow access to static assets from within the Worker. | ||
- `assetOptions?: { html_handling?: HTMLHandlingOptions, not_found_handling?: NotFoundHandlingOptions}` | ||
Configuration for file-based asset routing - see [docs](https://developers.cloudflare.com/workers/static-assets/routing/#routing-configuration) for options | ||
#### Analytics Engine, Sending Email, Vectorize and Workers for Platforms | ||
@@ -579,0 +590,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2541897
39782
859