@chialab/esbuild-plugin-emit
Advanced tools
Comparing version 0.11.11 to 0.11.13
{ | ||
"name": "@chialab/esbuild-plugin-emit", | ||
"type": "module", | ||
"version": "0.11.11", | ||
"version": "0.11.13", | ||
"description": "Helpers functions to emit chunks and files from a esbuild run.", | ||
@@ -31,4 +31,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@chialab/esbuild-helpers": "^0.11.11", | ||
"@chialab/node-resolve": "^0.11.8" | ||
"@chialab/esbuild-helpers": "^0.11.13", | ||
"@chialab/node-resolve": "^0.11.13" | ||
}, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0ff0c71730b640112f5afaf20636284279a2c754" | ||
"gitHead": "811f6670e63e201b8b59ffda850a7b17bbdaedb2" | ||
} |
10231