@putout/plugin-putout 21.1.0 → 21.2.0
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.
|
@@ -4,5 +4,5 @@ module.exports.report = () => `Add 'path' argument to 'fix'`;
|
|
|
4
4
|
|
|
5
5
|
module.exports.replace = () => ({
|
|
6
6
|
'const fix = () => __a': 'const fix = (path) => __a',
|
|
7
|
-
'module.exports.fix = () =>
|
|
7
|
+
'module.exports.fix = () => __body': 'module.exports.fix = (path) => __body',
|
|
8
8
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@putout/plugin-putout",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.2.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "🐊Putout plugin helps with plugins development",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"changelog": false,
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "git://github.com/coderaiser/putout.git"
|
|
14
|
+
"url": "git+https://github.com/coderaiser/putout.git"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"wisdom": "madrun wisdom",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"putout"
|
|
38
38
|
],
|
|
39
39
|
"devDependencies": {
|
|
40
|
+
"@putout/plugin-nodejs": "*",
|
|
40
41
|
"@putout/plugin-tape": "*",
|
|
41
42
|
"@putout/test": "^11.0.0",
|
|
42
43
|
"c8": "^10.0.0",
|