putout 42.4.4 → 42.4.5
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 +7 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
2026.04.15, v42.4.5
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 91e1beffd putout: @putout/plugin-remove-duplicate-case v5.0.0
|
|
5
|
+
- 868e5f2a2 @putout/plugin-remove-duplicate-case: drop support of 🐊 < 42
|
|
6
|
+
- 578221c5b @putout/plugin-remove-duplicate-case: no node
|
|
7
|
+
|
|
1
8
|
2026.04.15, v42.4.4
|
|
2
9
|
|
|
3
10
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.4.
|
|
3
|
+
"version": "42.4.5",
|
|
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",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@putout/plugin-regexp": "^14.0.0",
|
|
145
145
|
"@putout/plugin-remove-console": "^7.0.0",
|
|
146
146
|
"@putout/plugin-remove-debugger": "^9.0.0",
|
|
147
|
-
"@putout/plugin-remove-duplicate-case": "^
|
|
147
|
+
"@putout/plugin-remove-duplicate-case": "^5.0.0",
|
|
148
148
|
"@putout/plugin-remove-duplicate-elements": "^1.0.0",
|
|
149
149
|
"@putout/plugin-remove-duplicate-keys": "^9.0.0",
|
|
150
150
|
"@putout/plugin-remove-empty": "^15.0.0",
|