putout 41.2.3 → 41.2.4
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 +9 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
2025.12.31, v41.2.4
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- f34174e45 @putout/plugin-remove-useless-template-expressions: rm unused dependencies
|
|
5
|
+
- 8a0373afb @putout/plugin-remove-useless-array-entries: rm unused dependencies
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- 68e749ae0 putout: try-to-catch v4.0.0
|
|
9
|
+
|
|
1
10
|
2025.12.31, v41.2.3
|
|
2
11
|
|
|
3
12
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.2.
|
|
3
|
+
"version": "41.2.4",
|
|
4
4
|
"type": "module",
|
|
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",
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"once": "^1.4.0",
|
|
194
194
|
"picomatch": "^4.0.2",
|
|
195
195
|
"try-catch": "^4.0.0",
|
|
196
|
-
"try-to-catch": "^
|
|
196
|
+
"try-to-catch": "^4.0.0",
|
|
197
197
|
"wraptile": "^3.0.0",
|
|
198
198
|
"yargs-parser": "^22.0.0"
|
|
199
199
|
},
|