putout 29.0.13 → 29.0.15
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 +10 -0
- package/package.json +1 -3
- package/putout.json +0 -2
package/ChangeLog
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.0.
|
|
3
|
+
"version": "29.0.15",
|
|
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",
|
|
@@ -76,7 +76,6 @@
|
|
|
76
76
|
"@putout/plugin-apply-early-return": "^2.0.0",
|
|
77
77
|
"@putout/plugin-apply-flat-map": "^2.0.0",
|
|
78
78
|
"@putout/plugin-apply-if-condition": "^1.0.0",
|
|
79
|
-
"@putout/plugin-apply-is-array": "^3.0.0",
|
|
80
79
|
"@putout/plugin-apply-optional-chaining": "^2.0.0",
|
|
81
80
|
"@putout/plugin-apply-template-literals": "^1.0.0",
|
|
82
81
|
"@putout/plugin-browserlist": "^1.0.0",
|
|
@@ -159,7 +158,6 @@
|
|
|
159
158
|
"@putout/plugin-remove-useless-return": "^4.0.0",
|
|
160
159
|
"@putout/plugin-remove-useless-spread": "^6.0.0",
|
|
161
160
|
"@putout/plugin-remove-useless-template-expressions": "^1.0.0",
|
|
162
|
-
"@putout/plugin-remove-useless-typeof": "^1.0.0",
|
|
163
161
|
"@putout/plugin-remove-useless-variables": "^7.0.0",
|
|
164
162
|
"@putout/plugin-reuse-duplicate-init": "^4.0.0",
|
|
165
163
|
"@putout/plugin-simplify-assignment": "^3.0.0",
|
package/putout.json
CHANGED
|
@@ -141,7 +141,6 @@
|
|
|
141
141
|
"apply-at",
|
|
142
142
|
"apply-early-return",
|
|
143
143
|
"apply-flat-map",
|
|
144
|
-
"apply-is-array",
|
|
145
144
|
"apply-destructuring",
|
|
146
145
|
"apply-optional-chaining",
|
|
147
146
|
"apply-if-condition",
|
|
@@ -178,7 +177,6 @@
|
|
|
178
177
|
"remove-useless-escape",
|
|
179
178
|
"remove-useless-spread",
|
|
180
179
|
"remove-useless-return",
|
|
181
|
-
"remove-useless-typeof",
|
|
182
180
|
"remove-useless-functions",
|
|
183
181
|
"remove-useless-template-expressions",
|
|
184
182
|
"remove-useless-for-of",
|