madrun 11.0.6 → 11.0.7

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 +5 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2025.12.31, v11.0.7
2
+
3
+ feature:
4
+ - 8e982b4 madrun: try-to-catch v4.0.0
5
+
1
6
  2025.12.30, v11.0.6
2
7
 
3
8
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madrun",
3
- "version": "11.0.6",
3
+ "version": "11.0.7",
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",
@@ -63,7 +63,7 @@
63
63
  "once": "^1.4.0",
64
64
  "putout": "^41.0.0",
65
65
  "try-catch": "^4.0.1",
66
- "try-to-catch": "^3.0.0",
66
+ "try-to-catch": "^4.0.0",
67
67
  "yargs-parser": "^22.0.0"
68
68
  },
69
69
  "devDependencies": {