terser 5.31.3 → 5.31.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v5.31.5
4
+ - Revert v5.31.4, which created mysterious issues #1548, #1549
5
+
6
+ ## v5.31.4 (reverted)
7
+ - drop_unused: drop classes which only have side effects in the `extends` part
8
+
3
9
  ## v5.31.3
4
10
  - drop_unused: drop unused parameters from IIFEs in some more situations.
5
11
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "homepage": "https://terser.org",
5
5
  "author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
6
6
  "license": "BSD-2-Clause",
7
- "version": "5.31.3",
7
+ "version": "5.31.5",
8
8
  "engines": {
9
9
  "node": ">=10"
10
10
  },