putout 35.0.4 → 35.0.6
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 +22 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
2024.02.02, v35.0.6
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- fafc822f6 putout: @putout/operator-filesystem v4.0.0
|
|
5
|
+
- 09ce52553 @putout/operator-filesystem: drop support of 🐊 < 35
|
|
6
|
+
- 704a96906 @putout/operator-filesystem: findFile: find by basename, not part of name
|
|
7
|
+
- 2436c523f putout: @putout/plugin-filesystem v4.0.0
|
|
8
|
+
- 8df7d8408 @putout/plugin-filesystem: drop support of 🐊 < 35
|
|
9
|
+
- a4b20e59a @putout/plugin-convert-js-to-json: add support of CommonJS
|
|
10
|
+
- 240bbc111 putout: @putout/plugin-declare v3.0.0
|
|
11
|
+
- 659d60224 @putout/plugin-declare: drop support of node < 18
|
|
12
|
+
- 486364e15 putout: @putout/processor-css v9.0.0
|
|
13
|
+
- baa8a7ba4 @putout/processor-css: drop support of 🐊 < 35
|
|
14
|
+
- fb9a25b7d @putout/processor-css: do not emit align warnings
|
|
15
|
+
|
|
16
|
+
2024.02.02, v35.0.5
|
|
17
|
+
|
|
18
|
+
feature:
|
|
19
|
+
- 63b5807f5 putout: @putout/plugin-filesystem v4.0.0
|
|
20
|
+
- d511e220e @putout/plugin-filesystem: drop support of 🐊 < 35
|
|
21
|
+
- de574f7a4 @putout/plugin-convert-js-to-json: add support of CommonJS
|
|
22
|
+
|
|
1
23
|
2024.02.01, v35.0.4
|
|
2
24
|
|
|
3
25
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.0.
|
|
3
|
+
"version": "35.0.6",
|
|
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",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@putout/operate": "^12.0.0",
|
|
79
79
|
"@putout/operator-add-args": "^8.0.0",
|
|
80
80
|
"@putout/operator-declare": "^9.0.0",
|
|
81
|
-
"@putout/operator-filesystem": "^
|
|
81
|
+
"@putout/operator-filesystem": "^4.0.0",
|
|
82
82
|
"@putout/operator-json": "^2.0.0",
|
|
83
83
|
"@putout/operator-match-files": "^2.0.0",
|
|
84
84
|
"@putout/operator-regexp": "^1.0.0",
|
|
@@ -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",
|