wisdom 17.0.0 → 17.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 +6 -0
- package/package.json +3 -4
package/ChangeLog
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wisdom",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.1",
|
|
4
4
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
5
5
|
"description": "configurable publish releases to github and npm",
|
|
6
6
|
"homepage": "http://github.com/coderaiser/wisdom",
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"scripts": {
|
|
16
16
|
"test": "madrun test",
|
|
17
17
|
"coverage": "madrun coverage",
|
|
18
|
-
"coverage:old": "madrun coverage:old",
|
|
19
18
|
"report": "madrun report",
|
|
20
19
|
"wisdom": "madrun wisdom",
|
|
21
20
|
"patch": "madrun patch",
|
|
@@ -45,7 +44,7 @@
|
|
|
45
44
|
"prepend": "^1.0.1",
|
|
46
45
|
"read-package-up": "^12.0.0",
|
|
47
46
|
"readjson": "^2.2.2",
|
|
48
|
-
"redrun": "^
|
|
47
|
+
"redrun": "^13.0.0",
|
|
49
48
|
"rendy": "^4.1.3",
|
|
50
49
|
"try-catch": "^4.0.6",
|
|
51
50
|
"try-to-catch": "^4.0.2",
|
|
@@ -59,7 +58,7 @@
|
|
|
59
58
|
"c8": "^10.1.2",
|
|
60
59
|
"eslint": "^9.35.0",
|
|
61
60
|
"eslint-plugin-putout": "^29.0.0",
|
|
62
|
-
"madrun": "^
|
|
61
|
+
"madrun": "^12.0.0",
|
|
63
62
|
"montag": "^1.2.1",
|
|
64
63
|
"putout": "^41.3.3",
|
|
65
64
|
"supertape": "^11.3.0"
|