putout 40.1.17 → 40.1.18

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 +7 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2025.05.22, v40.1.18
2
+
3
+ feature:
4
+ - 33b471dac putout: @putout/plugin-remove-unused-private-fields v4.0.0
5
+ - 2379ee563 @putout/plugin-remove-unused-private-fields: migrate to ESM
6
+ - e24f0be5a 2putout/plugin-putout: apply-report: improve
7
+
1
8
  2025.05.21, v40.1.17
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.1.17",
3
+ "version": "40.1.18",
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",
@@ -155,7 +155,7 @@
155
155
  "@putout/plugin-remove-unused-expressions": "^11.0.0",
156
156
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
157
157
  "@putout/plugin-remove-unused-labels": "^1.0.1",
158
- "@putout/plugin-remove-unused-private-fields": "^3.0.0",
158
+ "@putout/plugin-remove-unused-private-fields": "^4.0.0",
159
159
  "@putout/plugin-remove-unused-variables": "^13.0.0",
160
160
  "@putout/plugin-remove-useless-arguments": "^12.0.0",
161
161
  "@putout/plugin-remove-useless-array": "^2.0.0",