terser 4.3.1 → 4.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of terser might be problematic. Click here for more details.

package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "homepage": "https://github.com/terser/terser",
5
5
  "author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
6
6
  "license": "BSD-2-Clause",
7
- "version": "4.3.1",
7
+ "version": "4.3.2",
8
8
  "engines": {
9
9
  "node": ">=6.0.0"
10
10
  },
package/tools/terser.d.ts CHANGED
@@ -103,7 +103,7 @@ export interface OutputOptions {
103
103
  inline_script?: boolean;
104
104
  ie8?: boolean;
105
105
  keep_quoted_props?: boolean;
106
- max_line_len?: boolean;
106
+ max_line_len?: false | number;
107
107
  preamble?: string;
108
108
  quote_keys?: boolean;
109
109
  quote_style?: OutputQuoteStyle;