miniflare
Advanced tools
Comparing version 0.0.0-f9e913402 to 0.0.0-fa8cc0def
{ | ||
"name": "miniflare", | ||
"version": "0.0.0-f9e913402", | ||
"version": "0.0.0-fa8cc0def", | ||
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"undici": "^5.28.4", | ||
"workerd": "1.20241018.1", | ||
"workerd": "1.20241022.0", | ||
"ws": "^8.17.1", | ||
@@ -49,3 +49,3 @@ "youch": "^3.2.2", | ||
"@ava/typescript": "^4.1.0", | ||
"@cloudflare/workers-types": "^4.20241018.0", | ||
"@cloudflare/workers-types": "^4.20241022.0", | ||
"@microsoft/api-extractor": "^7.47.0", | ||
@@ -76,2 +76,3 @@ "@types/debug": "^4.1.7", | ||
"expect-type": "^0.15.0", | ||
"heap-js": "^2.5.0", | ||
"http-cache-semantics": "^4.1.0", | ||
@@ -84,4 +85,5 @@ "kleur": "^4.1.5", | ||
"which": "^2.0.2", | ||
"@cloudflare/workflows-shared": "0.1.1", | ||
"@cloudflare/kv-asset-handler": "0.3.4", | ||
"@cloudflare/workers-shared": "0.0.0-f9e913402" | ||
"@cloudflare/workers-shared": "0.0.0-fa8cc0def" | ||
}, | ||
@@ -88,0 +90,0 @@ "engines": { |
@@ -217,2 +217,16 @@ # 🔥 Miniflare | ||
### `interface WorkflowOptions` | ||
- `name: string` | ||
The name of the Workflow. | ||
- `className: string` | ||
The name of the class exported from the Worker that implements the `WorkflowEntrypoint`. | ||
- `scriptName?`: string | ||
The name of the script that includes the `WorkflowEntrypoint`. This is optional because it defaults to the current script if not set. | ||
#### Core | ||
@@ -589,2 +603,7 @@ | ||
#### Workflows | ||
- `workflows?: WorkflowOptions[]` | ||
Configuration for one or more Workflows in your project. | ||
#### Analytics Engine, Sending Email, Vectorize and Workers for Platforms | ||
@@ -730,2 +749,6 @@ | ||
- `workflowsPersist?: Persistence` | ||
Where to persist data stored in Workflows. See docs for `Persistence`. | ||
#### Analytics Engine, Browser Rendering, Sending Email, Vectorize, Workers AI and Workers for Platforms | ||
@@ -732,0 +755,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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2704982
40
42143
882
38
50
+ Added@cloudflare/workerd-darwin-64@1.20241022.0(transitive)
+ Added@cloudflare/workerd-darwin-arm64@1.20241022.0(transitive)
+ Added@cloudflare/workerd-linux-64@1.20241022.0(transitive)
+ Added@cloudflare/workerd-linux-arm64@1.20241022.0(transitive)
+ Added@cloudflare/workerd-windows-64@1.20241022.0(transitive)
+ Addedworkerd@1.20241022.0(transitive)
- Removed@cloudflare/workerd-darwin-64@1.20241018.1(transitive)
- Removed@cloudflare/workerd-darwin-arm64@1.20241018.1(transitive)
- Removed@cloudflare/workerd-linux-64@1.20241018.1(transitive)
- Removed@cloudflare/workerd-linux-arm64@1.20241018.1(transitive)
- Removed@cloudflare/workerd-windows-64@1.20241018.1(transitive)
- Removedworkerd@1.20241018.1(transitive)
Updatedworkerd@1.20241022.0