putout 39.7.0 → 39.7.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 +6 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2025.04.02, v39.7.1
2
+
3
+ feature:
4
+ - de3d3173b putout: @putout/plugin-merge-duplicate-functions v3.0.0
5
+ - 94d163aa4 @putout/plugin-merge-duplicate-functions: convert to ESM
6
+
1
7
  2025.04.01, v39.7.0
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.7.0",
3
+ "version": "39.7.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",
@@ -130,7 +130,7 @@
130
130
  "@putout/plugin-math": "^3.0.0",
131
131
  "@putout/plugin-maybe": "^3.0.0",
132
132
  "@putout/plugin-merge-destructuring-properties": "^11.0.0",
133
- "@putout/plugin-merge-duplicate-functions": "^2.0.0",
133
+ "@putout/plugin-merge-duplicate-functions": "^3.0.0",
134
134
  "@putout/plugin-montag": "^4.0.0",
135
135
  "@putout/plugin-new": "^4.0.0",
136
136
  "@putout/plugin-nodejs": "^15.0.0",