madrun 10.0.0 → 10.0.1
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 +11 -0
- package/bin/madrun.mjs +1 -2
- package/package.json +7 -7
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2024.01.19, v10.0.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 3222754 madrun: eslint-plugin-putout v22.3.0
|
|
5
|
+
- ede4dad madrun: c8 v9.1.0
|
|
6
|
+
- 57f7b7a madrun: mock-import v4.0.2
|
|
7
|
+
- 1a91317 madrun: supertape v9.5.0
|
|
8
|
+
- d523038 madrun: putout v35.0.0
|
|
9
|
+
- 1c45483 madrun: escover v4.0.0
|
|
10
|
+
- 9bdbf8c madrun: mock-import v3.4.1
|
|
11
|
+
|
|
1
12
|
2023.12.09, v10.0.0
|
|
2
13
|
|
|
3
14
|
feature:
|
package/bin/madrun.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "madrun",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.1",
|
|
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",
|
|
@@ -62,24 +62,24 @@
|
|
|
62
62
|
"mapsome": "^1.0.0",
|
|
63
63
|
"montag": "^1.0.0",
|
|
64
64
|
"once": "^1.4.0",
|
|
65
|
-
"putout": "^
|
|
65
|
+
"putout": "^35.0.0",
|
|
66
66
|
"try-catch": "^3.0.0",
|
|
67
67
|
"try-to-catch": "^3.0.0",
|
|
68
68
|
"yargs-parser": "^21.0.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@putout/formatter-json": "^2.0.0",
|
|
72
|
-
"c8": "^
|
|
73
|
-
"escover": "^
|
|
72
|
+
"c8": "^9.1.0",
|
|
73
|
+
"escover": "^4.0.0",
|
|
74
74
|
"eslint": "^8.0.0",
|
|
75
75
|
"eslint-plugin-n": "^16.0.1",
|
|
76
|
-
"eslint-plugin-putout": "^
|
|
77
|
-
"mock-import": "^
|
|
76
|
+
"eslint-plugin-putout": "^22.3.0",
|
|
77
|
+
"mock-import": "^4.0.2",
|
|
78
78
|
"mock-require": "^3.0.3",
|
|
79
79
|
"nodemon": "^3.0.1",
|
|
80
80
|
"nyc": "^15.0.0",
|
|
81
81
|
"runsome": "^1.0.0",
|
|
82
|
-
"supertape": "^
|
|
82
|
+
"supertape": "^9.5.0"
|
|
83
83
|
},
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public"
|