madrun 9.0.1 → 9.0.4
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 +18 -0
- package/lib/madrun.js +1 -0
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2022.05.27, v9.0.4
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- (package) putout v26.9.0
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
2022.05.08, v9.0.3
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- (package) putout v26.0.0
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
2022.03.29, v9.0.2
|
|
14
|
+
|
|
15
|
+
feature:
|
|
16
|
+
- (package) @putout/plugin-madrun v14.0.0
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
2022.03.29, v9.0.1
|
|
2
20
|
|
|
3
21
|
fix:
|
package/lib/madrun.js
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "madrun",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.4",
|
|
4
4
|
"description": "CLI tool to run multiple npm-scripts in a madly comfortable way",
|
|
5
5
|
"main": "lib/madrun.js",
|
|
6
6
|
"type": "commonjs",
|
|
7
|
+
"commitType": "colon",
|
|
7
8
|
"scripts": {
|
|
8
9
|
"lint": "madrun lint",
|
|
9
10
|
"fresh:lint": "madrun fresh:lint",
|
|
@@ -55,20 +56,19 @@
|
|
|
55
56
|
},
|
|
56
57
|
"dependencies": {
|
|
57
58
|
"@putout/formatter-dump": "^4.0.0",
|
|
58
|
-
"@putout/plugin-madrun": "^
|
|
59
|
+
"@putout/plugin-madrun": "^14.0.0",
|
|
59
60
|
"all-object-keys": "^2.0.0",
|
|
60
61
|
"find-up": "^5.0.0",
|
|
61
62
|
"jessy": "^3.0.0",
|
|
62
63
|
"mapsome": "^1.0.0",
|
|
63
64
|
"montag": "^1.0.0",
|
|
64
65
|
"once": "^1.4.0",
|
|
65
|
-
"putout": "^
|
|
66
|
+
"putout": "^26.9.0",
|
|
66
67
|
"try-catch": "^3.0.0",
|
|
67
68
|
"try-to-catch": "^3.0.0",
|
|
68
69
|
"yargs-parser": "^21.0.0"
|
|
69
70
|
},
|
|
70
71
|
"devDependencies": {
|
|
71
|
-
"@cloudcmd/stub": "^3.1.0",
|
|
72
72
|
"@putout/formatter-json": "^2.0.0",
|
|
73
73
|
"c8": "^7.3.5",
|
|
74
74
|
"escover": "^2.0.1",
|