madrun 11.0.0 → 11.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 +13 -0
- package/package.json +5 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2025.05.29, v11.0.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 58273eb madrun: eslint-plugin-putout v27.0.0
|
|
5
|
+
- 1166149 madrun: yargs-parser v22.0.0
|
|
6
|
+
|
|
7
|
+
2025.04.08, v11.0.1
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- e92303e madrun: supertape v11.1.0
|
|
11
|
+
- 1cb5268 madrun: putout v40.0.0
|
|
12
|
+
- 554dae8 madrun: eslint-plugin-putout v26.0.2
|
|
13
|
+
|
|
1
14
|
2025.03.21, v11.0.0
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "madrun",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.2",
|
|
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",
|
|
@@ -60,22 +60,22 @@
|
|
|
60
60
|
"mapsome": "^1.0.0",
|
|
61
61
|
"montag": "^1.0.0",
|
|
62
62
|
"once": "^1.4.0",
|
|
63
|
-
"putout": "^
|
|
63
|
+
"putout": "^40.0.0",
|
|
64
64
|
"try-catch": "^3.0.0",
|
|
65
65
|
"try-to-catch": "^3.0.0",
|
|
66
|
-
"yargs-parser": "^
|
|
66
|
+
"yargs-parser": "^22.0.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@putout/formatter-json": "^2.0.0",
|
|
70
70
|
"c8": "^10.1.2",
|
|
71
71
|
"escover": "^4.0.0",
|
|
72
72
|
"eslint": "^9.7.0",
|
|
73
|
-
"eslint-plugin-putout": "^
|
|
73
|
+
"eslint-plugin-putout": "^27.0.0",
|
|
74
74
|
"mock-import": "^4.0.2",
|
|
75
75
|
"mock-require": "^3.0.3",
|
|
76
76
|
"nodemon": "^3.0.1",
|
|
77
77
|
"runsome": "^1.0.0",
|
|
78
|
-
"supertape": "^
|
|
78
|
+
"supertape": "^11.1.0"
|
|
79
79
|
},
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|