putout 40.0.1 → 40.0.3
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 +16 -0
- package/package.json +2 -2
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2025.04.10, v40.0.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- d64a2a7b1 putout: @putout/plugin-types v8.0.0
|
|
5
|
+
- 965852122 @putout/plugin-types: migrate to ESM
|
|
6
|
+
- 41f7b1c24 @putout/plugin-esm: add resolve-imported-file
|
|
7
|
+
|
|
8
|
+
2025.04.09, v40.0.2
|
|
9
|
+
|
|
10
|
+
fix:
|
|
11
|
+
- fd687e08f @putout/operator-filesystem: readFileContent: avoid content decoding when has spaces
|
|
12
|
+
|
|
13
|
+
feature:
|
|
14
|
+
- fa9d25f15 @putout/plugin-esm: add resolve-imported-file
|
|
15
|
+
- f01a60ba7 @putout/test: noReportCode: add
|
|
16
|
+
|
|
1
17
|
2025.04.08, v40.0.1
|
|
2
18
|
|
|
3
19
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.3",
|
|
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",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"@putout/plugin-split-variable-declarations": "^4.0.0",
|
|
183
183
|
"@putout/plugin-tape": "^18.0.0",
|
|
184
184
|
"@putout/plugin-try-catch": "^5.0.0",
|
|
185
|
-
"@putout/plugin-types": "^
|
|
185
|
+
"@putout/plugin-types": "^8.0.0",
|
|
186
186
|
"@putout/plugin-typescript": "^11.0.0",
|
|
187
187
|
"@putout/plugin-webpack": "^3.0.0",
|
|
188
188
|
"@putout/processor-css": "^11.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",
|