putout 41.7.3 → 41.8.0
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 +14 -0
- package/package.json +2 -2
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2026.01.14, v41.8.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 6c9d2f9e5 @putout/operator-rename-files: putout.operator -> @putout/operator-filesystem
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 68dab2ca8 putout: @putout/plugin-madrun v23.0.0
|
|
8
|
+
- 2a6d45afc @putout/plugin-filesystem: convert-simple-filesystem-to-filesystem: add support of one element tuple
|
|
9
|
+
- 454038cb4 @putout/plugin-filesystem: get rid of cjs files
|
|
10
|
+
- 620d4dc69 @putout/plugin-madrun: rename-file: add
|
|
11
|
+
- b7303b9cb @putout/operator-rename-files: near: add
|
|
12
|
+
- fdff27d3d @putout/operator-rename-files: add support of declarative patern
|
|
13
|
+
- c4b6ba6fb @putout/engine-loader: rules: enable-nested-rules: before disabling main
|
|
14
|
+
|
|
1
15
|
2026.01.13, v41.7.3
|
|
2
16
|
|
|
3
17
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.8.0",
|
|
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",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
125
125
|
"@putout/plugin-labels": "^2.0.0",
|
|
126
126
|
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
127
|
-
"@putout/plugin-madrun": "^
|
|
127
|
+
"@putout/plugin-madrun": "^23.0.0",
|
|
128
128
|
"@putout/plugin-math": "^4.0.0",
|
|
129
129
|
"@putout/plugin-maybe": "^4.0.0",
|
|
130
130
|
"@putout/plugin-merge-duplicate-functions": "^4.0.0",
|