terser 4.6.5 → 4.6.6

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/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## v4.6.5
3
+ ## v4.6.6
4
+
5
+ (hotfix release)
6
+
7
+ - Reverted code to 4.6.4 to allow for more time to investigate an issue.
8
+
9
+ ## v4.6.5 (REVERTED)
4
10
 
5
11
  - Improved compress performance through using a new method to see if two nodes are equivalent, instead of printing them to a string.
6
12