putout 41.0.2 → 41.0.3
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 +9 -0
- package/package.json +2 -3
package/ChangeLog
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.0.
|
|
3
|
+
"version": "41.0.3",
|
|
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",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"@putout/plugin-merge-duplicate-functions": "^4.0.0",
|
|
130
130
|
"@putout/plugin-montag": "^4.0.0",
|
|
131
131
|
"@putout/plugin-new": "^4.0.0",
|
|
132
|
-
"@putout/plugin-nodejs": "^
|
|
132
|
+
"@putout/plugin-nodejs": "^18.0.0",
|
|
133
133
|
"@putout/plugin-npmignore": "^5.0.0",
|
|
134
134
|
"@putout/plugin-optional-chaining": "^2.0.0",
|
|
135
135
|
"@putout/plugin-package-json": "^9.0.0",
|
|
@@ -224,7 +224,6 @@
|
|
|
224
224
|
"mock-require": "^3.0.2",
|
|
225
225
|
"montag": "^1.2.1",
|
|
226
226
|
"nodemon": "^3.0.1",
|
|
227
|
-
"strip-ansi": "^7.0.0",
|
|
228
227
|
"supertape": "^11.0.3"
|
|
229
228
|
},
|
|
230
229
|
"license": "MIT",
|