miniflare
Advanced tools
Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "miniflare", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -49,16 +49,16 @@ "keywords": [ | ||
"dependencies": { | ||
"@miniflare/cache": "2.3.0", | ||
"@miniflare/cli-parser": "2.3.0", | ||
"@miniflare/core": "2.3.0", | ||
"@miniflare/durable-objects": "2.3.0", | ||
"@miniflare/html-rewriter": "2.3.0", | ||
"@miniflare/http-server": "2.3.0", | ||
"@miniflare/kv": "2.3.0", | ||
"@miniflare/runner-vm": "2.3.0", | ||
"@miniflare/scheduler": "2.3.0", | ||
"@miniflare/shared": "2.3.0", | ||
"@miniflare/sites": "2.3.0", | ||
"@miniflare/storage-file": "2.3.0", | ||
"@miniflare/storage-memory": "2.3.0", | ||
"@miniflare/web-sockets": "2.3.0", | ||
"@miniflare/cache": "2.4.0", | ||
"@miniflare/cli-parser": "2.4.0", | ||
"@miniflare/core": "2.4.0", | ||
"@miniflare/durable-objects": "2.4.0", | ||
"@miniflare/html-rewriter": "2.4.0", | ||
"@miniflare/http-server": "2.4.0", | ||
"@miniflare/kv": "2.4.0", | ||
"@miniflare/runner-vm": "2.4.0", | ||
"@miniflare/scheduler": "2.4.0", | ||
"@miniflare/shared": "2.4.0", | ||
"@miniflare/sites": "2.4.0", | ||
"@miniflare/storage-file": "2.4.0", | ||
"@miniflare/storage-memory": "2.4.0", | ||
"@miniflare/web-sockets": "2.4.0", | ||
"kleur": "^4.1.4", | ||
@@ -70,3 +70,3 @@ "semiver": "^1.1.0", | ||
"devDependencies": { | ||
"@miniflare/shared-test": "2.3.0", | ||
"@miniflare/shared-test": "2.4.0", | ||
"@types/source-map-support": "^0.5.4", | ||
@@ -76,3 +76,3 @@ "open": "^8.4.0" | ||
"peerDependencies": { | ||
"@miniflare/storage-redis": "2.3.0", | ||
"@miniflare/storage-redis": "2.4.0", | ||
"cron-schedule": "^3.0.4", | ||
@@ -79,0 +79,0 @@ "ioredis": "^4.27.9" |
101
README.md
@@ -84,67 +84,70 @@ # ๐ฅ Miniflare | ||
Core Options: | ||
-h, --help Show help [boolean] | ||
-v, --version Show version number [boolean] | ||
-c, --wrangler-config Path to wrangler.toml [string] | ||
--wrangler-env Environment in wrangler.toml to use [string] | ||
--package Path to package.json [string] | ||
-m, --modules Enable modules [boolean] | ||
--modules-rule Modules import rule [array:TYPE=GLOB] | ||
--compat-date Opt into backwards-incompatible changes from [string] | ||
--compat-flag Control specific backwards-incompatible changes [array] | ||
-u, --upstream URL of upstream origin [string] | ||
-w, --watch Watch files for changes [boolean] | ||
-d, --debug Enable debug logging [boolean] | ||
-V, --verbose Enable verbose logging [boolean] | ||
--(no-)update-check Enable update checker (enabled by default) [boolean] | ||
--root Path to resolve files relative to [string] | ||
--mount Mount additional named workers [array:NAME=PATH[@ENV]] | ||
--name Name of service [string] | ||
--route Route to respond with this worker on [array] | ||
--global-async-io Allow async I/O outside handlers [boolean] | ||
--global-timers Allow setting timers outside handlers [boolean] | ||
--global-random Allow secure random generation outside handlers [boolean] | ||
-h, --help Show help [boolean] | ||
-v, --version Show version number [boolean] | ||
-c, --wrangler-config Path to wrangler.toml [string] | ||
--wrangler-env Environment in wrangler.toml to use [string] | ||
--package Path to package.json [string] | ||
-m, --modules Enable modules [boolean] | ||
--modules-rule Modules import rule [array:TYPE=GLOB] | ||
--compat-date Opt into backwards-incompatible changes from [string] | ||
--compat-flag Control specific backwards-incompatible changes [array] | ||
-u, --upstream URL of upstream origin [string] | ||
-w, --watch Watch files for changes [boolean] | ||
-d, --debug Enable debug logging [boolean] | ||
-V, --verbose Enable verbose logging [boolean] | ||
--(no-)update-check Enable update checker (enabled by default) [boolean] | ||
--root Path to resolve files relative to [string] | ||
--mount Mount additional named workers [array:NAME=PATH[@ENV]] | ||
--name Name of service [string] | ||
--route Route to respond with this worker on [array] | ||
--global-async-io Allow async I/O outside handlers [boolean] | ||
--global-timers Allow setting timers outside handlers [boolean] | ||
--global-random Allow secure random generation outside handlers [boolean] | ||
HTTP Options: | ||
-H, --host Host for HTTP(S) server to listen on [string] | ||
-p, --port Port for HTTP(S) server to listen on [number] | ||
-O, --open Automatically open browser to URL [boolean/string] | ||
--https Enable self-signed HTTPS (with optional cert path) [boolean/string] | ||
--https-key Path to PEM SSL key [string] | ||
--https-cert Path to PEM SSL cert chain [string] | ||
--https-ca Path to SSL trusted CA certs [string] | ||
--https-pfx Path to PFX/PKCS12 SSL key/cert chain [string] | ||
--https-passphrase Passphrase to decrypt SSL files [string] | ||
--(no-)cf-fetch Path for cached Request cf object from Cloudflare [boolean/string] | ||
--live-reload Reload HTML pages whenever worker is reloaded [boolean] | ||
-H, --host Host for HTTP(S) server to listen on [string] | ||
-p, --port Port for HTTP(S) server to listen on [number] | ||
-O, --open Automatically open browser to URL [boolean/string] | ||
--https Enable self-signed HTTPS (with optional cert path) [boolean/string] | ||
--https-key Path to PEM SSL key [string] | ||
--https-cert Path to PEM SSL cert chain [string] | ||
--https-ca Path to SSL trusted CA certs [string] | ||
--https-pfx Path to PFX/PKCS12 SSL key/cert chain [string] | ||
--https-passphrase Passphrase to decrypt SSL files [string] | ||
--(no-)cf-fetch Path for cached Request cf object from Cloudflare [boolean/string] | ||
--live-reload Reload HTML pages whenever worker is reloaded [boolean] | ||
Scheduler Options: | ||
-t, --cron CRON expression for triggering scheduled events [array] | ||
-t, --cron CRON expression for triggering scheduled events [array] | ||
Build Options: | ||
-B, --build-command Command to build project [string] | ||
--build-base-path Working directory for build command [string] | ||
--build-watch-path Directory to watch for rebuilding on changes [array] | ||
-B, --build-command Command to build project [string] | ||
--build-base-path Working directory for build command [string] | ||
--build-watch-path Directory to watch for rebuilding on changes [array] | ||
KV Options: | ||
-k, --kv KV namespace to bind [array] | ||
--kv-persist Persist KV data (to optional path) [boolean/string] | ||
-k, --kv KV namespace to bind [array] | ||
--kv-persist Persist KV data (to optional path) [boolean/string] | ||
Durable Objects Options: | ||
-o, --do Durable Object to bind [array:NAME=CLASS[@MOUNT]] | ||
--do-persist Persist Durable Object data (to optional path) [boolean/string] | ||
-o, --do Durable Object to bind [array:NAME=CLASS[@MOUNT]] | ||
--do-persist Persist Durable Object data (to optional path) [boolean/string] | ||
Cache Options: | ||
--(no-)cache Enable default/named caches (enabled by default) [boolean] | ||
--cache-persist Persist cached data (to optional path) [boolean/string] | ||
--(no-)cache Enable default/named caches (enabled by default) [boolean] | ||
--cache-persist Persist cached data (to optional path) [boolean/string] | ||
Sites Options: | ||
-s, --site Path to serve Workers Site files from [string] | ||
--site-include Glob pattern of site files to serve [array] | ||
--site-exclude Glob pattern of site files not to serve [array] | ||
-s, --site Path to serve Workers Site files from [string] | ||
--site-include Glob pattern of site files to serve [array] | ||
--site-exclude Glob pattern of site files not to serve [array] | ||
Bindings Options: | ||
-e, --env Path to .env file [string] | ||
-b, --binding Binds variable/secret to environment [array:KEY=VALUE] | ||
--global Binds variable/secret to global scope [array:KEY=VALUE] | ||
--wasm WASM module to bind [array:NAME=PATH] | ||
-e, --env Path to .env file [string] | ||
-b, --binding Binds variable/secret to environment [array:KEY=VALUE] | ||
--global Binds variable/secret to global scope [array:KEY=VALUE] | ||
--wasm WASM module to bind [array:NAME=PATH] | ||
--text-blob Text blob to bind [array:NAME=PATH] | ||
--data-blob Data blob to bind [array:NAME=PATH] | ||
-S, --service Mounted service to bind [array:NAME=MOUNT[@ENV]] | ||
``` | ||
@@ -151,0 +154,0 @@ |
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
51177
169
396
+ Added@miniflare/cache@2.4.0(transitive)
+ Added@miniflare/cli-parser@2.4.0(transitive)
+ Added@miniflare/core@2.4.0(transitive)
+ Added@miniflare/durable-objects@2.4.0(transitive)
+ Added@miniflare/html-rewriter@2.4.0(transitive)
+ Added@miniflare/http-server@2.4.0(transitive)
+ Added@miniflare/kv@2.4.0(transitive)
+ Added@miniflare/runner-vm@2.4.0(transitive)
+ Added@miniflare/scheduler@2.4.0(transitive)
+ Added@miniflare/shared@2.4.0(transitive)
+ Added@miniflare/sites@2.4.0(transitive)
+ Added@miniflare/storage-file@2.4.0(transitive)
+ Added@miniflare/storage-memory@2.4.0(transitive)
+ Added@miniflare/storage-redis@2.4.0(transitive)
+ Added@miniflare/watcher@2.4.0(transitive)
+ Added@miniflare/web-sockets@2.4.0(transitive)
- Removed@miniflare/cache@2.3.0(transitive)
- Removed@miniflare/cli-parser@2.3.0(transitive)
- Removed@miniflare/core@2.3.0(transitive)
- Removed@miniflare/durable-objects@2.3.0(transitive)
- Removed@miniflare/html-rewriter@2.3.0(transitive)
- Removed@miniflare/http-server@2.3.0(transitive)
- Removed@miniflare/kv@2.3.0(transitive)
- Removed@miniflare/runner-vm@2.3.0(transitive)
- Removed@miniflare/scheduler@2.3.0(transitive)
- Removed@miniflare/shared@2.3.0(transitive)
- Removed@miniflare/sites@2.3.0(transitive)
- Removed@miniflare/storage-file@2.3.0(transitive)
- Removed@miniflare/storage-memory@2.3.0(transitive)
- Removed@miniflare/storage-redis@2.3.0(transitive)
- Removed@miniflare/watcher@2.3.0(transitive)
- Removed@miniflare/web-sockets@2.3.0(transitive)
Updated@miniflare/cache@2.4.0
Updated@miniflare/cli-parser@2.4.0
Updated@miniflare/core@2.4.0
Updated@miniflare/http-server@2.4.0
Updated@miniflare/kv@2.4.0
Updated@miniflare/runner-vm@2.4.0
Updated@miniflare/scheduler@2.4.0
Updated@miniflare/shared@2.4.0
Updated@miniflare/sites@2.4.0
Updated@miniflare/web-sockets@2.4.0