@chialab/esbuild-plugin-html
Advanced tools
Comparing version 0.15.23 to 0.15.28
{ | ||
"name": "@chialab/esbuild-plugin-html", | ||
"type": "module", | ||
"version": "0.15.23", | ||
"version": "0.15.28", | ||
"description": "A HTML loader plugin for esbuild.", | ||
@@ -38,4 +38,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@chialab/esbuild-rna": "^0.15.23", | ||
"@chialab/node-resolve": "^0.15.9" | ||
"@chialab/esbuild-rna": "^0.15.28", | ||
"@chialab/node-resolve": "^0.15.28" | ||
}, | ||
@@ -53,3 +53,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "e7f2116569b07b6f81cddd17e489ffd8790b441a" | ||
"gitHead": "b6070e0cc98f6d8b7b4a8a59b9d88ee9364aebb1" | ||
} |
@@ -8,4 +8,4 @@ /** | ||
* @param {import('@jimp/core').RGBA} background The background color to use. | ||
* @return Launch screen buffer. | ||
* @returns Launch screen buffer. | ||
*/ | ||
export function generateLaunch(image: import('./generator').Image, width: number, height: number, gutter: number, background: import('@jimp/core').RGBA): Promise<Buffer>; |
@@ -34,3 +34,3 @@ /** | ||
* @param {PluginOptions} options | ||
* @return An esbuild plugin. | ||
* @returns An esbuild plugin. | ||
*/ | ||
@@ -37,0 +37,0 @@ export default function _default({ scriptsTarget, modulesTarget, }?: PluginOptions): import("esbuild").Plugin; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2640645