putout 38.1.5 → 38.1.6

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
+ 2025.02.13, v38.1.6
2
+
3
+ feature:
4
+ - b06f22259 putout: @putout/plugin-remove-unused-private-fields v3.0.0
5
+ - da4f95e0f @putout/plugin-remove-unused-private-fields: drop support of 🐊 < 38
6
+ - d4d863da1 @putout/plugin-remove-unused-private-fields: use before declare
7
+ - 7274aec73 @putout/plugin-putout-config: apply-esm: add missing sort-imports-by-specifiers (#229)
8
+
1
9
  2025.02.13, v38.1.5
2
10
 
3
11
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.1.5",
3
+ "version": "38.1.6",
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",
@@ -158,7 +158,7 @@
158
158
  "@putout/plugin-remove-unused-expressions": "^11.0.0",
159
159
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
160
160
  "@putout/plugin-remove-unused-labels": "^1.0.1",
161
- "@putout/plugin-remove-unused-private-fields": "^2.0.0",
161
+ "@putout/plugin-remove-unused-private-fields": "^3.0.0",
162
162
  "@putout/plugin-remove-unused-variables": "^12.0.0",
163
163
  "@putout/plugin-remove-useless-arguments": "^11.0.0",
164
164
  "@putout/plugin-remove-useless-array": "^1.0.0",