Comparing version 0.14.51 to 0.14.52
@@ -45,2 +45,3 @@ "use strict"; | ||
"linux x64 LE": "esbuild-linux-64", | ||
"linux loong64 LE": "esbuild-linux-loong64", | ||
"netbsd x64 LE": "esbuild-netbsd-64", | ||
@@ -92,4 +93,4 @@ "openbsd x64 LE": "esbuild-openbsd-64", | ||
}).toString().trim(); | ||
if (stdout !== "0.14.51") { | ||
throw new Error(`Expected ${JSON.stringify("0.14.51")} but got ${JSON.stringify(stdout)}`); | ||
if (stdout !== "0.14.52") { | ||
throw new Error(`Expected ${JSON.stringify("0.14.52")} but got ${JSON.stringify(stdout)}`); | ||
} | ||
@@ -146,3 +147,3 @@ } | ||
child_process.execSync( | ||
`npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"0.14.51"}`, | ||
`npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"0.14.52"}`, | ||
{ cwd: installDir, stdio: "pipe", env } | ||
@@ -198,3 +199,3 @@ ); | ||
async function downloadDirectlyFromNPM(pkg, subpath, binPath) { | ||
const url = `https://registry.npmjs.org/${pkg}/-/${pkg}-${"0.14.51"}.tgz`; | ||
const url = `https://registry.npmjs.org/${pkg}/-/${pkg}-${"0.14.52"}.tgz`; | ||
console.error(`[esbuild] Trying to download ${JSON.stringify(url)}`); | ||
@@ -201,0 +202,0 @@ try { |
@@ -150,3 +150,3 @@ export type Platform = 'browser' | 'node' | 'neutral'; | ||
export interface StdinOptions { | ||
contents: string; | ||
contents: string | Uint8Array; | ||
resolveDir?: string; | ||
@@ -503,3 +503,3 @@ sourcefile?: string; | ||
*/ | ||
export declare function transform(input: string, options?: TransformOptions): Promise<TransformResult>; | ||
export declare function transform(input: string | Uint8Array, options?: TransformOptions): Promise<TransformResult>; | ||
@@ -506,0 +506,0 @@ /** |
{ | ||
"name": "esbuild", | ||
"version": "0.14.51", | ||
"version": "0.14.52", | ||
"description": "An extremely fast JavaScript and CSS bundler and minifier.", | ||
@@ -18,24 +18,25 @@ "repository": "https://github.com/evanw/esbuild", | ||
"optionalDependencies": { | ||
"esbuild-android-64": "0.14.51", | ||
"esbuild-android-arm64": "0.14.51", | ||
"esbuild-darwin-64": "0.14.51", | ||
"esbuild-darwin-arm64": "0.14.51", | ||
"esbuild-freebsd-64": "0.14.51", | ||
"esbuild-freebsd-arm64": "0.14.51", | ||
"esbuild-linux-32": "0.14.51", | ||
"esbuild-linux-64": "0.14.51", | ||
"esbuild-linux-arm": "0.14.51", | ||
"esbuild-linux-arm64": "0.14.51", | ||
"esbuild-linux-mips64le": "0.14.51", | ||
"esbuild-linux-ppc64le": "0.14.51", | ||
"esbuild-linux-riscv64": "0.14.51", | ||
"esbuild-linux-s390x": "0.14.51", | ||
"esbuild-netbsd-64": "0.14.51", | ||
"esbuild-openbsd-64": "0.14.51", | ||
"esbuild-sunos-64": "0.14.51", | ||
"esbuild-windows-32": "0.14.51", | ||
"esbuild-windows-64": "0.14.51", | ||
"esbuild-windows-arm64": "0.14.51" | ||
"esbuild-android-64": "0.14.52", | ||
"esbuild-android-arm64": "0.14.52", | ||
"esbuild-darwin-64": "0.14.52", | ||
"esbuild-darwin-arm64": "0.14.52", | ||
"esbuild-freebsd-64": "0.14.52", | ||
"esbuild-freebsd-arm64": "0.14.52", | ||
"esbuild-linux-32": "0.14.52", | ||
"esbuild-linux-64": "0.14.52", | ||
"esbuild-linux-arm": "0.14.52", | ||
"esbuild-linux-arm64": "0.14.52", | ||
"esbuild-linux-loong64": "0.14.52", | ||
"esbuild-linux-mips64le": "0.14.52", | ||
"esbuild-linux-ppc64le": "0.14.52", | ||
"esbuild-linux-riscv64": "0.14.52", | ||
"esbuild-linux-s390x": "0.14.52", | ||
"esbuild-netbsd-64": "0.14.52", | ||
"esbuild-openbsd-64": "0.14.52", | ||
"esbuild-sunos-64": "0.14.52", | ||
"esbuild-windows-32": "0.14.52", | ||
"esbuild-windows-64": "0.14.52", | ||
"esbuild-windows-arm64": "0.14.52" | ||
}, | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
119585
3098
21