putout 39.0.1 → 39.0.2
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 +5 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "39.0.
|
|
3
|
+
"version": "39.0.2",
|
|
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",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@putout/plugin-package-json": "^9.0.0",
|
|
142
142
|
"@putout/plugin-parens": "^2.0.0",
|
|
143
143
|
"@putout/plugin-promises": "^16.0.0",
|
|
144
|
-
"@putout/plugin-putout": "^
|
|
144
|
+
"@putout/plugin-putout": "^24.0.0",
|
|
145
145
|
"@putout/plugin-putout-config": "^8.0.0",
|
|
146
146
|
"@putout/plugin-regexp": "^10.0.0",
|
|
147
147
|
"@putout/plugin-remove-console": "^6.0.0",
|