putout 41.3.1 → 41.3.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.
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2025.12.31, v41.3.2
2
+
3
+ fix:
4
+ - f76fb4379 putout: drop support of node < 22
5
+
6
+ feature:
7
+ - c6d1bf1ac @putout/plugin-github: drop support of node < 22
8
+
1
9
  2025.12.31, v41.3.1
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.3.1",
3
+ "version": "41.3.2",
4
4
  "type": "module",
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",
@@ -225,7 +225,7 @@
225
225
  },
226
226
  "license": "MIT",
227
227
  "engines": {
228
- "node": ">=20.19"
228
+ "node": ">=22"
229
229
  },
230
230
  "publishConfig": {
231
231
  "access": "public"
package/putout.json CHANGED
@@ -88,7 +88,6 @@
88
88
  "github": "on",
89
89
  "github/set-node-versions": ["on", {
90
90
  "versions": [
91
- "20.x",
92
91
  "22.x",
93
92
  "24.x",
94
93
  "25.x"