putout 41.1.0 → 41.1.1
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 +12 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2025.12.29, v41.1.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- dcf171531 @putout/engine-loader: improve rollup support
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- d5f81a1d9 putout: @putout/plugin-return v3.0.0
|
|
8
|
+
- 6fa367791 @putout/plugin-return: drop support of 🐊 < 41
|
|
9
|
+
- 1c4602094 @putout/plugin-return: remove-useless: ObjectExpression: improve support
|
|
10
|
+
- 5546054fb @putout/engine-loader: move out module
|
|
11
|
+
- 221edc107 @putout/engine-loader: rules: add
|
|
12
|
+
|
|
1
13
|
2025.12.29, v41.1.0
|
|
2
14
|
|
|
3
15
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.1.
|
|
3
|
+
"version": "41.1.1",
|
|
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",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"@putout/plugin-remove-useless-push": "^2.0.0",
|
|
163
163
|
"@putout/plugin-remove-useless-replace": "^2.0.0",
|
|
164
164
|
"@putout/plugin-remove-useless-template-expressions": "^3.0.0",
|
|
165
|
-
"@putout/plugin-return": "^
|
|
165
|
+
"@putout/plugin-return": "^3.0.0",
|
|
166
166
|
"@putout/plugin-simplify-ternary": "^8.0.0",
|
|
167
167
|
"@putout/plugin-spread": "^1.0.0",
|
|
168
168
|
"@putout/plugin-tape": "^19.0.0",
|