putout 35.35.2 → 35.35.3

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 +8 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2024.06.19, v35.35.3
2
+
3
+ feature:
4
+ - e48b9e5fd putout: @putout/plugin-merge-destructuring-properties v9.0.0
5
+ - 01426a7cd @putout/plugin-merge-destructuring-properties: drop support of 🐊 < 35
6
+ - cae55119f @putout/plugin-merge-destructuring-properties: exclude remove parentPath
7
+ - 98e715041 @putout/plugin-minify: merge-variables: exclude when first
8
+
1
9
  2024.06.18, v35.35.2
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.35.2",
3
+ "version": "35.35.3",
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",
@@ -128,7 +128,7 @@
128
128
  "@putout/plugin-madrun": "^18.0.0",
129
129
  "@putout/plugin-math": "^2.0.0",
130
130
  "@putout/plugin-maybe": "^2.0.0",
131
- "@putout/plugin-merge-destructuring-properties": "^8.0.0",
131
+ "@putout/plugin-merge-destructuring-properties": "^9.0.0",
132
132
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
133
133
  "@putout/plugin-merge-duplicate-imports": "^11.0.0",
134
134
  "@putout/plugin-montag": "^2.0.0",