putout 36.12.0 → 36.13.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.
Files changed (2) hide show
  1. package/ChangeLog +12 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2024.11.22, v36.13.1
2
+
3
+ feature:
4
+ - 3e75a4b4f putout: @putout/plugin-remove-duplicate-keys v6.0.0
5
+
6
+ 2024.11.22, v36.13.0
7
+
8
+ feature:
9
+ - a2f2d494c putout: @putout/plugin-remove-duplicate-keys v5.1.0
10
+ - 59d9c0b71 @putout/operate: traverse-properties: exclude ConditionalExpression
11
+ - 1b2d1605d @putout/plugin-remove-duplicate-keys: drop support of 🐊 < 36
12
+
1
13
  2024.11.11, v36.12.0
2
14
 
3
15
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.12.0",
3
+ "version": "36.13.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",
@@ -143,7 +143,7 @@
143
143
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
144
144
  "@putout/plugin-remove-debugger": "^7.0.0",
145
145
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
146
- "@putout/plugin-remove-duplicate-keys": "^5.0.0",
146
+ "@putout/plugin-remove-duplicate-keys": "^6.0.0",
147
147
  "@putout/plugin-remove-empty": "^12.0.0",
148
148
  "@putout/plugin-remove-iife": "^4.0.0",
149
149
  "@putout/plugin-remove-nested-blocks": "^6.0.0",