@chialab/esbuild-plugin-html
Advanced tools
Comparing version 0.16.4 to 0.17.0
{ | ||
"name": "@chialab/esbuild-plugin-html", | ||
"type": "module", | ||
"version": "0.16.4", | ||
"version": "0.17.0", | ||
"description": "A HTML loader plugin for esbuild.", | ||
@@ -36,4 +36,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@chialab/esbuild-rna": "^0.16.5", | ||
"@chialab/node-resolve": "^0.16.1" | ||
"@chialab/esbuild-rna": "^0.17.0", | ||
"@chialab/node-resolve": "^0.17.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
"cheerio": "^1.0.0-rc.9", | ||
"esbuild": "^0.14.8", | ||
"esbuild": "^0.15.0", | ||
"js-beautify": "^1.14.0", | ||
@@ -50,0 +50,0 @@ "rimraf": "^3.0.2", |
/** | ||
* @typedef {Object} PluginOptions | ||
* @property {string} [scriptsTarget] | ||
* @property {string} [modulesTarget] | ||
* @property {string|string[]} [modulesTarget] | ||
* @property {string} [entryNames] | ||
@@ -15,3 +15,3 @@ * @property {string} [chunkNames] | ||
* @property {string} workingDir | ||
* @property {string[]} target | ||
* @property {(string | string[])[]} target | ||
*/ | ||
@@ -38,3 +38,3 @@ /** | ||
scriptsTarget?: string | undefined; | ||
modulesTarget?: string | undefined; | ||
modulesTarget?: string | string[] | undefined; | ||
entryNames?: string | undefined; | ||
@@ -49,3 +49,3 @@ chunkNames?: string | undefined; | ||
workingDir: string; | ||
target: string[]; | ||
target: (string | string[])[]; | ||
}; | ||
@@ -52,0 +52,0 @@ export type Helpers = { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2804953
28982
0
+ Added@chialab/esbuild-rna@0.17.8(transitive)
+ Added@chialab/estransform@0.17.5(transitive)
+ Added@chialab/node-resolve@0.17.1(transitive)
- Removed@chialab/esbuild-rna@0.16.5(transitive)
- Removed@chialab/estransform@0.16.2(transitive)
- Removed@chialab/node-resolve@0.16.1(transitive)
Updated@chialab/esbuild-rna@^0.17.0