putout 39.0.6 → 39.0.8
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 +16 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2025.03.22, v39.0.8
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 4cb7c20db putout: @putout/operator-rename-files v3.0.0
|
|
5
|
+
- 25ee061f0 @putout/operator-rename-files: @putout/operator-filesystem v7.0.0
|
|
6
|
+
- 55b51e239 @putout/operator-rename-files: drop support of node < 20
|
|
7
|
+
- c5d2ba619 @putout/engine-runner: @putout/operator-filesystem v7.0.0
|
|
8
|
+
- 703dfc60d @putout/engine-runner: @putout/compare v17.0.0
|
|
9
|
+
- ae16cfa37 @putout/engine-runner: @putout/operator-declare v12.0.0
|
|
10
|
+
- befb1007d @putout/operator-match-files: @putout/operator-filesystem v7.0.0
|
|
11
|
+
|
|
12
|
+
2025.03.22, v39.0.7
|
|
13
|
+
|
|
14
|
+
feature:
|
|
15
|
+
- 2217f8299 putout: @putout/operator-add-args v11.0.1
|
|
16
|
+
|
|
1
17
|
2025.03.22, v39.0.6
|
|
2
18
|
|
|
3
19
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "39.0.
|
|
3
|
+
"version": "39.0.8",
|
|
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",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@putout/formatter-stream": "^5.0.0",
|
|
78
78
|
"@putout/formatter-time": "^3.0.0",
|
|
79
79
|
"@putout/operate": "^13.0.0",
|
|
80
|
-
"@putout/operator-add-args": "^
|
|
80
|
+
"@putout/operator-add-args": "^11.0.1",
|
|
81
81
|
"@putout/operator-declare": "^12.0.0",
|
|
82
82
|
"@putout/operator-filesystem": "^7.0.0",
|
|
83
83
|
"@putout/operator-ignore": "^2.0.0",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@putout/operator-match-files": "^7.0.0",
|
|
87
87
|
"@putout/operator-parens": "^1.0.0",
|
|
88
88
|
"@putout/operator-regexp": "^1.0.0",
|
|
89
|
-
"@putout/operator-rename-files": "^
|
|
89
|
+
"@putout/operator-rename-files": "^3.0.0",
|
|
90
90
|
"@putout/plugin-apply-arrow": "^2.0.0",
|
|
91
91
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
92
92
|
"@putout/plugin-apply-destructuring": "^8.0.0",
|