miniflare
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,3 +0,3 @@ | ||
#!/usr/bin/env node --experimental-vm-modules | ||
#!/usr/bin/env -S node --experimental-vm-modules | ||
import { Options } from "./options"; | ||
export default function parseArgv(raw: string[]): Options; |
@@ -1,2 +0,2 @@ | ||
#!/usr/bin/env node --experimental-vm-modules | ||
#!/usr/bin/env -S node --experimental-vm-modules | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "miniflare", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -26,4 +26,5 @@ "keywords": [ | ||
"prepublishOnly": "npm run lint && npm run build && npm run test", | ||
"docs:dev": "vitepress dev docs", | ||
"docs:build": "vitepress build docs", | ||
"docs:changelog": "node docs/.vitepress/changelog.js", | ||
"docs:dev": "npm run docs:changelog && vitepress dev docs", | ||
"docs:build": "npm run docs:changelog && vitepress build docs", | ||
"docs:serve": "vitepress serve docs" | ||
@@ -30,0 +31,0 @@ }, |
@@ -6,3 +6,3 @@ # 🔥 Miniflare | ||
**See <https://miniflare.pages.dev> for many more details.** | ||
**See <https://miniflare.dev> for more detailed documentation.** | ||
@@ -108,1 +108,7 @@ ## Features | ||
for inspiration. | ||
Durable Object's transactions are implemented using Optimistic Concurrency | ||
Control (OCC) as described in | ||
["On optimistic methods for concurrency control." ACM Transactions on Database Systems](https://dl.acm.org/doi/10.1145/319566.319567). | ||
Thanks to [Alistair O'Brien](https://github.com/johnyob) for helping me | ||
understand this. |
@@ -1,2 +0,2 @@ | ||
#!/usr/bin/env node --experimental-vm-modules | ||
#!/usr/bin/env -S node --experimental-vm-modules | ||
import { networkInterfaces } from "os"; | ||
@@ -3,0 +3,0 @@ import yargs from "yargs"; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
384637
113
4
396