putout 29.0.13 → 29.0.14

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.
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2023.03.10, v29.0.14
2
+
3
+ feature:
4
+ - 091532bbf @putout/plugin-types: merge @putout/plugin-remove-useless-typeof
5
+
1
6
  2023.03.10, v29.0.13
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.0.13",
3
+ "version": "29.0.14",
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",
package/putout.json CHANGED
@@ -178,7 +178,6 @@
178
178
  "remove-useless-escape",
179
179
  "remove-useless-spread",
180
180
  "remove-useless-return",
181
- "remove-useless-typeof",
182
181
  "remove-useless-functions",
183
182
  "remove-useless-template-expressions",
184
183
  "remove-useless-for-of",