putout 41.5.6 → 41.5.7
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 +10 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
2026.01.05, v41.5.7
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 392ee99af @putout/processor-filesystem: drop support of node < 22
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 53d5fb3d5 putout: @putout/operator-add-args v14.0.0
|
|
8
|
+
- ba0aacb34 @putout/operator-add-args: drop support of node < 22
|
|
9
|
+
- 948479351 @putout/processor-filesystem: migrate to ESM
|
|
10
|
+
|
|
1
11
|
2026.01.05, v41.5.6
|
|
2
12
|
|
|
3
13
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.5.
|
|
3
|
+
"version": "41.5.7",
|
|
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",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@putout/formatter-stream": "^6.0.0",
|
|
79
79
|
"@putout/formatter-time": "^4.0.0",
|
|
80
80
|
"@putout/operate": "^15.0.0",
|
|
81
|
-
"@putout/operator-add-args": "^
|
|
81
|
+
"@putout/operator-add-args": "^14.0.0",
|
|
82
82
|
"@putout/operator-declare": "^16.0.0",
|
|
83
83
|
"@putout/operator-filesystem": "^10.0.0",
|
|
84
84
|
"@putout/operator-ignore": "^5.0.0",
|