putout 40.0.6 → 40.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 +22 -0
- package/package.json +5 -5
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
2025.04.17, v40.0.8
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 8a04fbba7 putout: @putout/plugin-filesystem v10.0.0
|
|
5
|
+
- f4f5cde58 @putout/plugin-filesystem: @putout/operator-filesystem v8.0.0
|
|
6
|
+
- 7fe764f01 @putout/processor-filesystem: @putout/operator-filesystem v8.0.0
|
|
7
|
+
- 3d35dc68d putout: @putout/operator-rename-files v4.0.0
|
|
8
|
+
- 4a717f29c @putout/operator-rename-files: drop support of 🐊 < 40
|
|
9
|
+
- 424aeb02d @putout/operator-rename-files: @putout/operator-filesystem v8.0.0
|
|
10
|
+
- 0abca7109 putout: @putout/operator-match-files v8.0.0
|
|
11
|
+
- 13d1c83f3 @putout/operator-match-files: @putout/operator-filesystem v8.0.0
|
|
12
|
+
- 2febbf5d2 @putout/engine-runner: @putout/operator-filesystem v8.0.0
|
|
13
|
+
|
|
14
|
+
2025.04.17, v40.0.7
|
|
15
|
+
|
|
16
|
+
feature:
|
|
17
|
+
- a30b87a25 putout: @putout/operator-filesystem v8.0.0
|
|
18
|
+
- 40dee9474 @putout/plugin-putout: includer: ESM support
|
|
19
|
+
- d04aa9077 @putout/operator-filesystem: drop support of 🐊 < 40
|
|
20
|
+
- 6a6f09a13 @putout/operator-filesystem: encodeURIComponent -> escape
|
|
21
|
+
- 2fe66e096 @putout/plugin-esm: apply-namespace-to-import: add
|
|
22
|
+
|
|
1
23
|
2025.04.16, v40.0.6
|
|
2
24
|
|
|
3
25
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.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",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"@putout/operate": "^13.0.0",
|
|
80
80
|
"@putout/operator-add-args": "^11.0.1",
|
|
81
81
|
"@putout/operator-declare": "^12.0.0",
|
|
82
|
-
"@putout/operator-filesystem": "^
|
|
82
|
+
"@putout/operator-filesystem": "^8.0.0",
|
|
83
83
|
"@putout/operator-ignore": "^2.0.0",
|
|
84
84
|
"@putout/operator-json": "^2.0.0",
|
|
85
85
|
"@putout/operator-keyword": "^2.0.0",
|
|
86
|
-
"@putout/operator-match-files": "^
|
|
86
|
+
"@putout/operator-match-files": "^8.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": "^4.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": "^9.0.0",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@putout/plugin-extract-keywords-from-variables": "^2.0.0",
|
|
120
120
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
121
121
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
122
|
-
"@putout/plugin-filesystem": "^
|
|
122
|
+
"@putout/plugin-filesystem": "^10.0.0",
|
|
123
123
|
"@putout/plugin-for-of": "^9.0.0",
|
|
124
124
|
"@putout/plugin-generators": "^1.0.0",
|
|
125
125
|
"@putout/plugin-github": "^15.0.0",
|
package/putout.json
CHANGED
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
"typescript/rename-file-cts-to-ts": "on",
|
|
46
46
|
"typescript/rename-file-mts-to-ts": "on",
|
|
47
47
|
"putout-config/remove-empty-file": "on",
|
|
48
|
-
"esm/resolve-imported-file": "on"
|
|
48
|
+
"esm/resolve-imported-file": "on",
|
|
49
|
+
"esm/apply-namespace-import-to-file": "on"
|
|
49
50
|
},
|
|
50
51
|
"*.md": {
|
|
51
52
|
"apply-arrow": "off",
|