putout 41.13.3 → 41.13.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.
Files changed (2) hide show
  1. package/ChangeLog +6 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2026.01.28, v41.13.4
2
+
3
+ feature:
4
+ - 8ddfc14f5 putout: @putout/plugin-remove-duplicate-case v4.0.0
5
+ - 53f7fae6c @putout/plugin-remove-duplicate-case: migrate to ESM
6
+
1
7
  2026.01.28, v41.13.3
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.13.3",
3
+ "version": "41.13.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",
@@ -139,7 +139,7 @@
139
139
  "@putout/plugin-regexp": "^13.0.0",
140
140
  "@putout/plugin-remove-console": "^6.0.0",
141
141
  "@putout/plugin-remove-debugger": "^8.0.0",
142
- "@putout/plugin-remove-duplicate-case": "^3.0.0",
142
+ "@putout/plugin-remove-duplicate-case": "^4.0.0",
143
143
  "@putout/plugin-remove-duplicate-keys": "^8.0.0",
144
144
  "@putout/plugin-remove-empty": "^15.0.0",
145
145
  "@putout/plugin-remove-iife": "^5.0.0",