@size-limit/esbuild
Advanced tools
Comparing version 7.0.8 to 8.0.0
@@ -15,3 +15,3 @@ let { readdir, readFile } = require('fs').promises | ||
const ESBUILD_EMPTY_PROJECT_IMPORT = 34 | ||
const ESBUILD_EMPTY_PROJECT_IMPORT_GZIP = 54 | ||
const ESBUILD_EMPTY_PROJECT_IMPORT_GZIP = 46 | ||
const ESBUILD_EMPTY_PROJECT_IMPORT_IGNORE = 331 | ||
@@ -18,0 +18,0 @@ const ESBUILD_EMPTY_PROJECT_IMPORT_IGNORE_GRIP = 182 |
{ | ||
"name": "@size-limit/esbuild", | ||
"version": "7.0.8", | ||
"version": "8.0.0", | ||
"description": "esbuild plugin for Size Limit", | ||
@@ -17,11 +17,11 @@ "keywords": [ | ||
"engines": { | ||
"node": "^12.0.0 || ^14.0.0 || >=16.0.0" | ||
"node": "^14.0.0 || ^16.0.0 || >=18.0.0" | ||
}, | ||
"peerDependencies": { | ||
"size-limit": "7.0.8" | ||
"size-limit": "8.0.0" | ||
}, | ||
"dependencies": { | ||
"esbuild": "^0.14.18", | ||
"nanoid": "^3.2.0" | ||
"esbuild": "^0.14.51", | ||
"nanoid": "^3.3.4" | ||
} | ||
} |
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
+ Addedsize-limit@8.0.0(transitive)
- Removedsize-limit@7.0.8(transitive)
Updatedesbuild@^0.14.51
Updatednanoid@^3.3.4