putout 38.0.6 → 38.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 +14 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2025.02.05, v38.0.7
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- da369e6e6 @putout/operator-keyword: typescript
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- a56fdafa3 putout: @putout/plugin-apply-template-literals v4.0.0
|
|
8
|
+
- 99b7bc6e7 @putout/plugin-apply-template-literals: exclude \n
|
|
9
|
+
- 2b5274a3f @putout/plugin-apply-template-literals: drop support of 🐊 < 38
|
|
10
|
+
- 61065dc79 @putout/operator-keyword: interface
|
|
11
|
+
- eb86fd19d @putout/engine-loader: async-loader: require.resolve
|
|
12
|
+
- 7e6560416 @putout/engine-loader: async-loader: PUTOUT_LOAD_DIR
|
|
13
|
+
- b17d5145f @putout/processor-markdown: add support frontmatter
|
|
14
|
+
|
|
1
15
|
2025.02.04, v38.0.6
|
|
2
16
|
|
|
3
17
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "38.0.
|
|
3
|
+
"version": "38.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",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@putout/plugin-apply-overrides": "^2.0.0",
|
|
96
96
|
"@putout/plugin-apply-shorthand-properties": "^6.0.0",
|
|
97
97
|
"@putout/plugin-apply-starts-with": "^1.0.0",
|
|
98
|
-
"@putout/plugin-apply-template-literals": "^
|
|
98
|
+
"@putout/plugin-apply-template-literals": "^4.0.0",
|
|
99
99
|
"@putout/plugin-browserlist": "^2.0.0",
|
|
100
100
|
"@putout/plugin-conditions": "^7.0.0",
|
|
101
101
|
"@putout/plugin-convert-apply-to-spread": "^4.0.0",
|