madrun 9.4.1 → 10.0.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.
Files changed (2) hide show
  1. package/ChangeLog +6 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2023.12.09, v10.0.0
2
+
3
+ feature:
4
+ - 58532ae madrun: putout v34.0.0
5
+ - 5c2a7b1 madrun: drop support of node < 18
6
+
1
7
  2023.11.09, v9.4.1
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madrun",
3
- "version": "9.4.1",
3
+ "version": "10.0.0",
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",
@@ -51,7 +51,7 @@
51
51
  "homepage": "https://github.com/coderaiser/madrun",
52
52
  "license": "MIT",
53
53
  "engines": {
54
- "node": ">=16"
54
+ "node": ">=18"
55
55
  },
56
56
  "dependencies": {
57
57
  "@putout/formatter-dump": "^4.0.0",
@@ -62,7 +62,7 @@
62
62
  "mapsome": "^1.0.0",
63
63
  "montag": "^1.0.0",
64
64
  "once": "^1.4.0",
65
- "putout": "^33.0.0",
65
+ "putout": "^34.0.0",
66
66
  "try-catch": "^3.0.0",
67
67
  "try-to-catch": "^3.0.0",
68
68
  "yargs-parser": "^21.0.0"