putout 39.0.8 → 39.0.9
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 +7 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
2025.03.22, v39.0.9
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 094000e9d putout: @putout/plugin-filesystem v9.0.0
|
|
5
|
+
- 67f5a80b1 @putout/plugin-filesystem: @putout/operator-filesystem v7.0.0
|
|
6
|
+
- e5d78d941 @putout/plugin-filesystem: drop support of 🐊 < 39
|
|
7
|
+
|
|
1
8
|
2025.03.22, v39.0.8
|
|
2
9
|
|
|
3
10
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "39.0.
|
|
3
|
+
"version": "39.0.9",
|
|
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",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"@putout/plugin-extract-keywords-from-variables": "^2.0.0",
|
|
122
122
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
123
123
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
124
|
-
"@putout/plugin-filesystem": "^
|
|
124
|
+
"@putout/plugin-filesystem": "^9.0.0",
|
|
125
125
|
"@putout/plugin-for-of": "^8.0.0",
|
|
126
126
|
"@putout/plugin-generators": "^1.0.0",
|
|
127
127
|
"@putout/plugin-github": "^15.0.0",
|