esbuild-node-externals
Advanced tools
Comparing version
# Changelog | ||
## [1.15.0](https://github.com/pradel/esbuild-node-externals/compare/v1.14.0...v1.15.0) (2024-09-26) | ||
### Features | ||
* add esbuild 0.24 to allowed range, extend integration test ([#65](https://github.com/pradel/esbuild-node-externals/issues/65)) ([9c86592](https://github.com/pradel/esbuild-node-externals/commit/9c865925874cb960163bda777ae030a13af962ff)) | ||
## [1.14.0](https://github.com/pradel/esbuild-node-externals/compare/v1.13.1...v1.14.0) (2024-07-09) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "esbuild-node-externals", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"main": "dist/index.js", | ||
@@ -34,7 +34,7 @@ "typings": "dist/index.d.ts", | ||
"peerDependencies": { | ||
"esbuild": "0.12 - 0.23" | ||
"esbuild": "0.12 - 0.24" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.15.10", | ||
"esbuild": "^0.23.0", | ||
"esbuild": "^0.24.0", | ||
"rimraf": "^4.4.1", | ||
@@ -41,0 +41,0 @@ "typescript": "^4.9.4" |
30593
1.18%