putout 35.0.4 → 35.0.5
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
|
+
2024.02.02, v35.0.5
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 63b5807f5 putout: @putout/plugin-filesystem v4.0.0
|
|
5
|
+
- d511e220e @putout/plugin-filesystem: drop support of 🐊 < 35
|
|
6
|
+
- de574f7a4 @putout/plugin-convert-js-to-json: add support of CommonJS
|
|
7
|
+
|
|
1
8
|
2024.02.01, v35.0.4
|
|
2
9
|
|
|
3
10
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.0.
|
|
3
|
+
"version": "35.0.5",
|
|
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",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@putout/plugin-eslint": "^7.0.0",
|
|
114
114
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
115
115
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
116
|
-
"@putout/plugin-filesystem": "^
|
|
116
|
+
"@putout/plugin-filesystem": "^4.0.0",
|
|
117
117
|
"@putout/plugin-for-of": "^4.0.0",
|
|
118
118
|
"@putout/plugin-github": "^11.0.0",
|
|
119
119
|
"@putout/plugin-gitignore": "^4.0.0",
|