@web/dev-server
Advanced tools
Comparing version 0.0.23 to 0.0.24
# @web/dev-server | ||
## 0.0.24 | ||
### Patch Changes | ||
- 28890a0: update to latest esbuild | ||
## 0.0.23 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@web/dev-server", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"publishConfig": { | ||
@@ -21,2 +21,8 @@ "access": "public" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"engines": { | ||
@@ -72,9 +78,3 @@ "node": ">=10.0.0" | ||
"puppeteer": "^5.2.1" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
} | ||
} |
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
76900