wisdom 17.0.0 → 17.0.2
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 +12 -0
- package/lib/wisdom.js +1 -1
- package/package.json +5 -6
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2026.01.11, v17.0.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 16da3f3 wisdom: fullstore v4.0.0
|
|
5
|
+
- f6b9b61 wisdom: supertape v12.0.0
|
|
6
|
+
|
|
7
|
+
2025.12.31, v17.0.1
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- de2547a wisdom: redrun v13.0.0
|
|
11
|
+
- 60ad843 wisdom: madrun v12.0.0
|
|
12
|
+
|
|
1
13
|
2025.12.31, v17.0.0
|
|
2
14
|
|
|
3
15
|
feature:
|
package/lib/wisdom.js
CHANGED
|
@@ -4,7 +4,7 @@ import changelog from 'changelog-io';
|
|
|
4
4
|
import rendy from 'rendy';
|
|
5
5
|
import minor from 'minor';
|
|
6
6
|
import {readPackageUp} from 'read-package-up';
|
|
7
|
-
import fullstore from 'fullstore';
|
|
7
|
+
import {fullstore} from 'fullstore';
|
|
8
8
|
import currify from 'currify';
|
|
9
9
|
import {validatePackage} from './validate-package.js';
|
|
10
10
|
import {parseCommitType} from './parse-commit-type.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wisdom",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.2",
|
|
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",
|
|
@@ -37,7 +36,7 @@
|
|
|
37
36
|
"currify": "^4.0.0",
|
|
38
37
|
"enquirer": "^2.3.6",
|
|
39
38
|
"envir": "^3.0.1",
|
|
40
|
-
"fullstore": "^
|
|
39
|
+
"fullstore": "^4.0.0",
|
|
41
40
|
"grizzly": "^6.0.0",
|
|
42
41
|
"jessy": "^4.1.0",
|
|
43
42
|
"minor": "^1.2.0",
|
|
@@ -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,9 +58,9 @@
|
|
|
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
|
-
"supertape": "^
|
|
64
|
+
"supertape": "^12.0.0"
|
|
66
65
|
}
|
|
67
66
|
}
|