wisdom 16.0.2 → 16.0.4
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 +14 -0
- package/package.json +7 -7
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2025.09.09, v16.0.4
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 54c3c4f wisdom: supertape v11.3.0
|
|
5
|
+
- d09a5ee wisdom: putout v40.8.0
|
|
6
|
+
- 56b64e3 wisdom: madrun v11.0.2
|
|
7
|
+
- bc789de wisdom: eslint-plugin-putout v28.0.5
|
|
8
|
+
- f4b4f45 wisdom: eslint v9.35.0
|
|
9
|
+
|
|
10
|
+
2025.03.30, v16.0.3
|
|
11
|
+
|
|
12
|
+
feature:
|
|
13
|
+
- 5906ee8 wisdom: version-io v5.0.0
|
|
14
|
+
|
|
1
15
|
2025.03.30, v16.0.2
|
|
2
16
|
|
|
3
17
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wisdom",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.4",
|
|
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",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"rendy": "^4.1.3",
|
|
50
50
|
"try-catch": "^3.0.0",
|
|
51
51
|
"try-to-catch": "^3.0.0",
|
|
52
|
-
"version-io": "^
|
|
52
|
+
"version-io": "^5.0.0"
|
|
53
53
|
},
|
|
54
54
|
"license": "MIT",
|
|
55
55
|
"engines": {
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"c8": "^10.1.2",
|
|
60
60
|
"escover": "^4.1.0",
|
|
61
|
-
"eslint": "^9.
|
|
62
|
-
"eslint-plugin-putout": "^
|
|
63
|
-
"madrun": "^11.0.
|
|
61
|
+
"eslint": "^9.35.0",
|
|
62
|
+
"eslint-plugin-putout": "^28.0.5",
|
|
63
|
+
"madrun": "^11.0.2",
|
|
64
64
|
"mock-import": "^4.0.3",
|
|
65
65
|
"montag": "^1.2.1",
|
|
66
|
-
"putout": "^
|
|
67
|
-
"supertape": "^11.0
|
|
66
|
+
"putout": "^40.8.0",
|
|
67
|
+
"supertape": "^11.3.0"
|
|
68
68
|
}
|
|
69
69
|
}
|