putout 36.5.1 → 36.6.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.
Files changed (2) hide show
  1. package/ChangeLog +11 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2024.09.23, v36.6.0
2
+
3
+ fix:
4
+ - 6c3eb4f40 @putout/compare: __type_params
5
+
6
+ feature:
7
+ - dc92ef92a putout: @putout/plugin-remove-useless-constructor v2.0.0
8
+ - eb8ef6197 @putout/plugin-remove-useless-constructor: change
9
+ - 044fd02e8 @putout/plugin-typres: remove-useless-constructor: merge
10
+ - f5de7f09d @putout/plugin-putout: add-path-arg-to-fix: add
11
+
1
12
  2024.09.11, v36.5.1
2
13
 
3
14
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.5.1",
3
+ "version": "36.6.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",
@@ -162,7 +162,7 @@
162
162
  "@putout/plugin-remove-useless-array-constructor": "^2.0.0",
163
163
  "@putout/plugin-remove-useless-array-entries": "^1.0.0",
164
164
  "@putout/plugin-remove-useless-assign": "^1.0.0",
165
- "@putout/plugin-remove-useless-constructor": "^1.0.0",
165
+ "@putout/plugin-remove-useless-constructor": "^2.0.0",
166
166
  "@putout/plugin-remove-useless-continue": "^2.0.0",
167
167
  "@putout/plugin-remove-useless-delete": "^1.0.1",
168
168
  "@putout/plugin-remove-useless-escape": "^6.0.0",