putout 34.7.1 → 34.7.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.
Files changed (2) hide show
  1. package/ChangeLog +8 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2024.01.08, v34.7.2
2
+
3
+ feature:
4
+ - 9ee71ef05 putout: @putout/plugin-simplify-ternary v7.0.0
5
+ - 925775466 @putout/plugin-simplify-ternary: drop support of node < 18
6
+ - 068f8acd5 @putout/plugin-minify: drop support of node < 18
7
+ - d7a80bcc6 @putout/plugin-minify: inlinde: exlucde UpdateExpression (putoutjs/minify#8)
8
+
1
9
  2024.01.08, v34.7.1
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "34.7.1",
3
+ "version": "34.7.2",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -161,7 +161,7 @@
161
161
  "@putout/plugin-reuse-duplicate-init": "^5.0.0",
162
162
  "@putout/plugin-simplify-assignment": "^3.0.0",
163
163
  "@putout/plugin-simplify-boolean-return": "^1.0.0",
164
- "@putout/plugin-simplify-ternary": "^6.0.0",
164
+ "@putout/plugin-simplify-ternary": "^7.0.0",
165
165
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
166
166
  "@putout/plugin-split-variable-declarations": "^3.0.0",
167
167
  "@putout/plugin-tape": "^13.0.0",