putout 37.7.0 → 37.7.1

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 +9 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2024.12.25, v37.7.1
2
+
3
+ feature:
4
+ - ee4a71a1c putout: @putout/plugin-conditions v6.0.0
5
+ - 51005f31c @putout/plugin-conditions: drop support of 🐊 < 37
6
+ - 3305a4bca @putout/plugin-conditions: apply-consistent-blocks: empty consequent body, no alternate
7
+ - 2aafebb67 @putout/plugin-esm: merge-duplicate-imports: export
8
+ - 5b39158fb @putout/plugin-putout-config: apply-parens
9
+
1
10
  2024.12.22, v37.7.0
2
11
 
3
12
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.7.0",
3
+ "version": "37.7.1",
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",
@@ -93,7 +93,7 @@
93
93
  "@putout/plugin-apply-starts-with": "^1.0.0",
94
94
  "@putout/plugin-apply-template-literals": "^3.0.0",
95
95
  "@putout/plugin-browserlist": "^2.0.0",
96
- "@putout/plugin-conditions": "^5.0.0",
96
+ "@putout/plugin-conditions": "^6.0.0",
97
97
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
98
98
  "@putout/plugin-convert-arguments-to-rest": "^3.0.0",
99
99
  "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",