brotli-compress
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -62,2 +62,3 @@ import { build } from 'esbuild' | ||
format: 'cjs', | ||
target: 'es2020', | ||
outfile: 'index.js', | ||
@@ -73,2 +74,3 @@ plugins: [wasmPlugin], | ||
bundle: true, | ||
target: 'es2020', | ||
format: 'esm', | ||
@@ -75,0 +77,0 @@ outfile: 'index.mjs', |
{ | ||
"name": "brotli-compress", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "module": "index.mjs", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
170246
4489