putout 40.0.0 → 40.0.2
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 +14 -0
- package/package.json +2 -2
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2025.04.09, v40.0.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- fd687e08f @putout/operator-filesystem: readFileContent: avoid content decoding when has spaces
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- fa9d25f15 @putout/plugin-esm: add resolve-imported-file
|
|
8
|
+
- f01a60ba7 @putout/test: noReportCode: add
|
|
9
|
+
|
|
10
|
+
2025.04.08, v40.0.1
|
|
11
|
+
|
|
12
|
+
feature:
|
|
13
|
+
- 93aab7f93 putout: @putout/plugin-putout-config v10.0.0
|
|
14
|
+
|
|
1
15
|
2025.04.08, v40.0.0
|
|
2
16
|
|
|
3
17
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.2",
|
|
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",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"@putout/plugin-parens": "^3.0.0",
|
|
141
141
|
"@putout/plugin-promises": "^17.0.0",
|
|
142
142
|
"@putout/plugin-putout": "^25.0.0",
|
|
143
|
-
"@putout/plugin-putout-config": "^
|
|
143
|
+
"@putout/plugin-putout-config": "^10.0.0",
|
|
144
144
|
"@putout/plugin-regexp": "^11.0.0",
|
|
145
145
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
146
146
|
"@putout/plugin-remove-constant-conditions": "^4.0.0",
|
package/putout.json
CHANGED
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"typescript/mts-file": "on",
|
|
45
45
|
"typescript/rename-file-cts-to-ts": "on",
|
|
46
46
|
"typescript/rename-file-mts-to-ts": "on",
|
|
47
|
-
"putout-config/remove-empty-file": "on"
|
|
47
|
+
"putout-config/remove-empty-file": "on",
|
|
48
|
+
"esm/resolve-imported-file": "on"
|
|
48
49
|
},
|
|
49
50
|
"*.md": {
|
|
50
51
|
"apply-arrow": "off",
|