putout 36.0.0 → 36.0.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 +7 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2024.07.18, v36.0.1
2
+
3
+ feature:
4
+ - b6b1730e6 putout: @putout/plugin-remove-useless-variables v12.0.0
5
+ - d1be29ed0 @putout/plugin-remove-useless-variables: drop support of 🐊 < 36
6
+ - 9055ae93e @putout/plugin-remove-useless-variables: remove: init is MemberExpression (coderaiser/minify#125)
7
+
1
8
  2024.07.16, v36.0.0
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.0.0",
3
+ "version": "36.0.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",
@@ -171,7 +171,7 @@
171
171
  "@putout/plugin-remove-useless-return": "^7.0.0",
172
172
  "@putout/plugin-remove-useless-spread": "^11.0.0",
173
173
  "@putout/plugin-remove-useless-template-expressions": "^2.0.0",
174
- "@putout/plugin-remove-useless-variables": "^11.0.0",
174
+ "@putout/plugin-remove-useless-variables": "^12.0.0",
175
175
  "@putout/plugin-reuse-duplicate-init": "^5.0.0",
176
176
  "@putout/plugin-simplify-assignment": "^3.0.0",
177
177
  "@putout/plugin-simplify-boolean-return": "^2.0.0",