wisdom 15.1.0 → 15.2.0
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 +7 -0
- package/lib/prompts.js +1 -1
- package/package.json +4 -5
package/ChangeLog
CHANGED
package/lib/prompts.js
CHANGED
|
@@ -11,7 +11,7 @@ export const choose = async () => {
|
|
|
11
11
|
'major',
|
|
12
12
|
];
|
|
13
13
|
|
|
14
|
-
return await chooseCLI('What type of changes are you
|
|
14
|
+
return await chooseCLI('What type of changes are you going to publish 🎁 ?', choices);
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
export const ask = async (name, version) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wisdom",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.2.0",
|
|
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",
|
|
@@ -55,15 +55,14 @@
|
|
|
55
55
|
"node": ">=18"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"c8": "^
|
|
58
|
+
"c8": "^10.1.2",
|
|
59
59
|
"escover": "^4.1.0",
|
|
60
|
-
"eslint": "^
|
|
61
|
-
"eslint-plugin-n": "^16.0.1",
|
|
60
|
+
"eslint": "^9.3.0",
|
|
62
61
|
"eslint-plugin-putout": "^22.3.1",
|
|
63
62
|
"madrun": "^10.0.1",
|
|
64
63
|
"mock-import": "^4.0.3",
|
|
65
64
|
"montag": "^1.2.1",
|
|
66
|
-
"putout": "^
|
|
65
|
+
"putout": "^36.0.1",
|
|
67
66
|
"supertape": "^10.0.0"
|
|
68
67
|
}
|
|
69
68
|
}
|