@miniflare/shared
Advanced tools
Comparing version 2.0.0-next.2 to 2.0.0-next.3
{ | ||
"name": "@miniflare/shared", | ||
"version": "2.0.0-next.2", | ||
"version": "2.0.0-next.3", | ||
"description": "Shared utility 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/shared" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mrbbot/miniflare/issues" | ||
"url": "https://github.com/cloudflare/miniflare/issues" | ||
}, | ||
"homepage": "https://github.com/mrbbot/miniflare/tree/master/packages/shared#readme", | ||
"homepage": "https://github.com/cloudflare/miniflare/tree/master/packages/shared#readme", | ||
"volta": { | ||
@@ -42,4 +45,4 @@ "extends": "../../package.json" | ||
"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
41286