madrun 10.2.4 → 10.2.5

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.02.12, v10.2.5
2
+
3
+ feature:
4
+ - 46fbc38 madrun: all-object-keys v3.0.0
5
+
1
6
  2025.01.29, v10.2.4
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madrun",
3
- "version": "10.2.4",
3
+ "version": "10.2.5",
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",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@putout/formatter-dump": "^5.0.0",
56
- "all-object-keys": "^2.0.0",
56
+ "all-object-keys": "^3.0.0",
57
57
  "enquirer": "^2.3.6",
58
58
  "find-up": "^7.0.0",
59
59
  "jessy": "^3.0.0",