putout 35.2.0 → 35.3.0
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 +8 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
2024.02.14, v35.3.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 196d7fa02 putout: @putout/plugin-remove-duplicate-keys v5.0.0
|
|
5
|
+
- 3603637f7 @putout/operate: extract: add support of MemberExpression
|
|
6
|
+
- 74b14c076 @putout/plugin-remove-duplicate-keys: drop support of 🐊 < 35
|
|
7
|
+
- 92be466f1 @putout/plugin-remove-duplicate-keys: add support of MemberExpression
|
|
8
|
+
|
|
1
9
|
2024.02.13, v35.2.0
|
|
2
10
|
|
|
3
11
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.3.0",
|
|
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",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"@putout/plugin-remove-constant-conditions": "^4.0.0",
|
|
138
138
|
"@putout/plugin-remove-debugger": "^6.0.0",
|
|
139
139
|
"@putout/plugin-remove-duplicate-case": "^3.0.0",
|
|
140
|
-
"@putout/plugin-remove-duplicate-keys": "^
|
|
140
|
+
"@putout/plugin-remove-duplicate-keys": "^5.0.0",
|
|
141
141
|
"@putout/plugin-remove-empty": "^11.0.0",
|
|
142
142
|
"@putout/plugin-remove-iife": "^4.0.0",
|
|
143
143
|
"@putout/plugin-remove-nested-blocks": "^6.0.0",
|