@miniflare/runner-vm
Advanced tools
Comparing version 2.0.0-next.2 to 2.0.0-next.3
{ | ||
"name": "@miniflare/runner-vm", | ||
"version": "2.0.0-next.2", | ||
"version": "2.0.0-next.3", | ||
"description": "VM script runner module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -20,2 +20,5 @@ "keywords": [ | ||
], | ||
"engines": { | ||
"node": ">=16.7" | ||
}, | ||
"publishConfig": { | ||
@@ -26,9 +29,9 @@ "access": "public" | ||
"type": "git", | ||
"url": "git+https://github.com/mrbbot/miniflare.git", | ||
"url": "git+https://github.com/cloudflare/miniflare.git", | ||
"directory": "packages/runner-vm" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mrbbot/miniflare/issues" | ||
"url": "https://github.com/cloudflare/miniflare/issues" | ||
}, | ||
"homepage": "https://github.com/mrbbot/miniflare/tree/master/packages/runner-vm#readme", | ||
"homepage": "https://github.com/cloudflare/miniflare/tree/master/packages/runner-vm#readme", | ||
"volta": { | ||
@@ -38,7 +41,7 @@ "extends": "../../package.json" | ||
"dependencies": { | ||
"@miniflare/shared": "2.0.0-next.2" | ||
"@miniflare/shared": "2.0.0-next.3" | ||
}, | ||
"devDependencies": { | ||
"@miniflare/shared-test": "2.0.0-next.2" | ||
"@miniflare/shared-test": "2.0.0-next.3" | ||
} | ||
} |
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
14918
+ Added@miniflare/shared@2.0.0-next.3(transitive)
- Removed@miniflare/shared@2.0.0-next.2(transitive)