@chialab/esbuild-plugin-meta-url
Advanced tools
Comparing version 0.12.11 to 0.12.12
{ | ||
"name": "@chialab/esbuild-plugin-meta-url", | ||
"type": "module", | ||
"version": "0.12.11", | ||
"version": "0.12.12", | ||
"description": "A file loader plugin for esbuild for constructed URLs using import metadata.", | ||
@@ -37,7 +37,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@chialab/esbuild-helpers": "^0.12.2", | ||
"@chialab/esbuild-plugin-emit": "^0.12.7", | ||
"@chialab/esbuild-plugin-transform": "^0.12.11", | ||
"@chialab/esbuild-helpers": "^0.12.12", | ||
"@chialab/esbuild-plugin-emit": "^0.12.12", | ||
"@chialab/esbuild-plugin-transform": "^0.12.12", | ||
"@chialab/estransform": "^0.12.11", | ||
"@chialab/node-resolve": "^0.12.2", | ||
"@chialab/node-resolve": "^0.12.12", | ||
"esbuild": "^0.13.0" | ||
@@ -48,3 +48,3 @@ }, | ||
}, | ||
"gitHead": "f74a8eb0dc5038d5d2783506e40c41904dd28472" | ||
"gitHead": "0cc2ddd1f60660cf7f2ca44018c12451bb6a32d0" | ||
} |
10725