putout 35.34.0 → 35.34.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.06.10, v35.34.1
2
+
3
+ feature:
4
+ - 30ed1aded putout: @putout/plugin-remove-unreferenced-variables v4.0.0
5
+ - 7b52e4f1f @putout/plugin-remove-unreferenced-varialbes: drop support of 🐊 < 35
6
+ - 41bcb0e76 @putout/plugin-remove-unreferenced-variables: exclude when parentPath is ConditionalExpression (putoutjs/minify#23)
7
+
1
8
  2024.06.10, v35.34.0
2
9
 
3
10
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.34.0",
3
+ "version": "35.34.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",
@@ -147,7 +147,7 @@
147
147
  "@putout/plugin-remove-iife": "^4.0.0",
148
148
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
149
149
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
150
- "@putout/plugin-remove-unreferenced-variables": "^3.0.0",
150
+ "@putout/plugin-remove-unreferenced-variables": "^4.0.0",
151
151
  "@putout/plugin-remove-unused-expressions": "^8.0.0",
152
152
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
153
153
  "@putout/plugin-remove-unused-private-fields": "^2.0.0",