madrun 10.2.1 → 10.2.3

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 +10 -0
  2. package/package.json +4 -6
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2025.01.20, v10.2.3
2
+
3
+ fix:
4
+ - a3971aa package: keywords
5
+
6
+ 2024.12.13, v10.2.2
7
+
8
+ feature:
9
+ - b2e93a0 madrun: putout v37.0.0
10
+
1
11
  2024.09.25, v10.2.1
2
12
 
3
13
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madrun",
3
- "version": "10.2.1",
3
+ "version": "10.2.3",
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",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "git://github.com/coderaiser/madrun.git"
23
+ "url": "git+https://github.com/coderaiser/madrun.git"
24
24
  },
25
25
  "bin": {
26
26
  "madrun": "bin/madrun.mjs",
@@ -40,9 +40,7 @@
40
40
  "parallel",
41
41
  "serial",
42
42
  "run",
43
- "tool",
44
- "commandline",
45
- "command"
43
+ "commandline"
46
44
  ],
47
45
  "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
48
46
  "bugs": {
@@ -62,7 +60,7 @@
62
60
  "mapsome": "^1.0.0",
63
61
  "montag": "^1.0.0",
64
62
  "once": "^1.4.0",
65
- "putout": "^36.0.0",
63
+ "putout": "^37.0.0",
66
64
  "try-catch": "^3.0.0",
67
65
  "try-to-catch": "^3.0.0",
68
66
  "yargs-parser": "^21.0.0"