putout 35.0.5 → 35.0.7
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 +33 -0
- package/package.json +5 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
2024.02.02, v35.0.7
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 2565b6a40 putout: @putout/operator-match-files v3.0.0
|
|
5
|
+
- 40baccf79 @putout/operator-match-files: @putout/operator-filesystem v4.0.0
|
|
6
|
+
- 86345a7b4 @putout/operator-match-files: drop support of 🐊 < 35
|
|
7
|
+
- 55d5963b0 @putout/plugin-filesystem: @putout/operator-filesystem v4.0.0
|
|
8
|
+
- 3cbdbcaf5 putout: @putout/processor-filesystem v4.0.0
|
|
9
|
+
- 8c657206c @putout/processor-filesystem: @putout/operator-filesystem v4.0.0
|
|
10
|
+
- 106278280 putout: @putout/engine-runner v21.0.0
|
|
11
|
+
- 88cd865f6 @putout/engine-runner: @putout/operator-filesystem v4.0.0
|
|
12
|
+
- 2c8f7cfc9 putout: @putout/operator-filesystem v4.0.0
|
|
13
|
+
- 12f700527 @putout/operator-filesystem: drop support of 🐊 < 35
|
|
14
|
+
- 83c1aca7a @putout/operator-filesystem: findFile: find by basename, not part of name
|
|
15
|
+
- b45b892ac putout: @putout/plugin-filesystem v4.0.0
|
|
16
|
+
- 2b20e5613 @putout/plugin-filesystem: drop support of 🐊 < 35
|
|
17
|
+
- edb7342be @putout/plugin-filesystem: convert-js-to-json: add support of CommonJS
|
|
18
|
+
|
|
19
|
+
2024.02.02, v35.0.6
|
|
20
|
+
|
|
21
|
+
feature:
|
|
22
|
+
- fafc822f6 putout: @putout/operator-filesystem v4.0.0
|
|
23
|
+
- 09ce52553 @putout/operator-filesystem: drop support of 🐊 < 35
|
|
24
|
+
- 704a96906 @putout/operator-filesystem: findFile: find by basename, not part of name
|
|
25
|
+
- 2436c523f putout: @putout/plugin-filesystem v4.0.0
|
|
26
|
+
- 8df7d8408 @putout/plugin-filesystem: drop support of 🐊 < 35
|
|
27
|
+
- a4b20e59a @putout/plugin-filesystem: convert-js-to-json: add support of CommonJS
|
|
28
|
+
- 240bbc111 putout: @putout/plugin-declare v3.0.0
|
|
29
|
+
- 659d60224 @putout/plugin-declare: drop support of node < 18
|
|
30
|
+
- 486364e15 putout: @putout/processor-css v9.0.0
|
|
31
|
+
- baa8a7ba4 @putout/processor-css: drop support of 🐊 < 35
|
|
32
|
+
- fb9a25b7d @putout/processor-css: do not emit align warnings
|
|
33
|
+
|
|
1
34
|
2024.02.02, v35.0.5
|
|
2
35
|
|
|
3
36
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.0.
|
|
3
|
+
"version": "35.0.7",
|
|
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",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@putout/engine-parser": "^10.0.0",
|
|
64
64
|
"@putout/engine-processor": "^11.0.0",
|
|
65
65
|
"@putout/engine-reporter": "^1.0.0",
|
|
66
|
-
"@putout/engine-runner": "^
|
|
66
|
+
"@putout/engine-runner": "^21.0.0",
|
|
67
67
|
"@putout/eslint": "^3.0.0",
|
|
68
68
|
"@putout/formatter-codeframe": "^6.0.0",
|
|
69
69
|
"@putout/formatter-dump": "^4.0.0",
|
|
@@ -78,9 +78,9 @@
|
|
|
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
|
-
"@putout/operator-match-files": "^
|
|
83
|
+
"@putout/operator-match-files": "^3.0.0",
|
|
84
84
|
"@putout/operator-regexp": "^1.0.0",
|
|
85
85
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
86
86
|
"@putout/plugin-apply-destructuring": "^7.0.0",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"@putout/plugin-typescript": "^6.0.0",
|
|
175
175
|
"@putout/plugin-webpack": "^3.0.0",
|
|
176
176
|
"@putout/processor-css": "^9.0.0",
|
|
177
|
-
"@putout/processor-filesystem": "^
|
|
177
|
+
"@putout/processor-filesystem": "^4.0.0",
|
|
178
178
|
"@putout/processor-ignore": "^6.0.0",
|
|
179
179
|
"@putout/processor-javascript": "^5.0.0",
|
|
180
180
|
"@putout/processor-json": "^9.0.0",
|