putout 36.4.1 → 36.4.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 +10 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2024.09.02, v36.4.2
2
+
3
+ feature:
4
+ - cc0cbc79f putout: @putout/plugin-conditions v5.0.0
5
+ - 8bf9a33ef @putout/plugin-conditions: drop support of 🐊 < 36
6
+ - a22bb4a78 @putout/plugin-conditions: convert-arrow-to-condition: add
7
+ - af481c392 @putout/plugin-putout-config: apply-nodejs: v24
8
+ - a035fc861 @putout/plugin-putout-config: rename-files: strict-mode
9
+ - b96a628f3 @putout/plugin-putout-config: apply-math: add
10
+
1
11
  2024.08.29, v36.4.1
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.4.1",
3
+ "version": "36.4.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",
@@ -95,7 +95,7 @@
95
95
  "@putout/plugin-apply-starts-with": "^1.0.0",
96
96
  "@putout/plugin-apply-template-literals": "^3.0.0",
97
97
  "@putout/plugin-browserlist": "^2.0.0",
98
- "@putout/plugin-conditions": "^4.0.0",
98
+ "@putout/plugin-conditions": "^5.0.0",
99
99
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
100
100
  "@putout/plugin-convert-arguments-to-rest": "^2.0.0",
101
101
  "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",