esbuild-node-externals
Advanced tools
Comparing version 1.13.1 to 1.14.0
# Changelog | ||
## [1.14.0](https://github.com/pradel/esbuild-node-externals/compare/v1.13.1...v1.14.0) (2024-07-09) | ||
### Features | ||
* add esbuild 0.23.0 to allowed range ([#62](https://github.com/pradel/esbuild-node-externals/issues/62)) ([081519b](https://github.com/pradel/esbuild-node-externals/commit/081519b2dec603c7214ba4058acd4afd9ef4f7d7)) | ||
### Tests | ||
* fix unit test assert ([#60](https://github.com/pradel/esbuild-node-externals/issues/60)) ([0f3f818](https://github.com/pradel/esbuild-node-externals/commit/0f3f818537d26b4d58fc8ba5924c29debfd647ae)) | ||
### [1.13.1](https://www.github.com/pradel/esbuild-node-externals/compare/v1.13.0...v1.13.1) (2024-05-07) | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "esbuild-node-externals", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"main": "dist/index.js", | ||
@@ -13,3 +13,3 @@ "typings": "dist/index.d.ts", | ||
}, | ||
"repository": "https://github.com/pradel/esbuild-node-externals.git", | ||
"repository": "pradel/esbuild-node-externals", | ||
"author": "Leo Pradel <pradel.leo@gmail.com>", | ||
@@ -35,7 +35,7 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"esbuild": "0.12 - 0.21" | ||
"esbuild": "0.12 - 0.23" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.15.10", | ||
"esbuild": "^0.21.0", | ||
"esbuild": "^0.23.0", | ||
"rimraf": "^4.4.1", | ||
@@ -42,0 +42,0 @@ "typescript": "^4.9.4" |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
30236