wisdom 17.0.3 → 17.1.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 +11 -0
- package/lib/runner.js +2 -2
- package/package.json +4 -4
package/ChangeLog
CHANGED
package/lib/runner.js
CHANGED
|
@@ -4,7 +4,7 @@ import {execSync} from 'node:child_process';
|
|
|
4
4
|
import {tryCatch} from 'try-catch';
|
|
5
5
|
import {tryToCatch} from 'try-to-catch';
|
|
6
6
|
import _prepend from 'prepend';
|
|
7
|
-
import
|
|
7
|
+
import {updateVersion} from 'version-io';
|
|
8
8
|
import changelog from 'changelog-io';
|
|
9
9
|
import getEnv from './get-env.js';
|
|
10
10
|
import {release} from './release.js';
|
|
@@ -52,7 +52,7 @@ export const run = async (paths, params) => {
|
|
|
52
52
|
emitter.emit('data', 'changelog: false\n');
|
|
53
53
|
},
|
|
54
54
|
'version': async () => {
|
|
55
|
-
await
|
|
55
|
+
await updateVersion(version);
|
|
56
56
|
},
|
|
57
57
|
'build': async () => {
|
|
58
58
|
await runWisdom('wisdom:build', '', version, info, emitter);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wisdom",
|
|
3
|
-
"version": "17.0
|
|
3
|
+
"version": "17.1.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",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"url": "git+https://github.com/coderaiser/wisdom.git"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@putout/cli-choose": "^
|
|
34
|
+
"@putout/cli-choose": "^4.0.0",
|
|
35
35
|
"changelog-io": "^9.0.0",
|
|
36
36
|
"currify": "^4.0.0",
|
|
37
37
|
"enquirer": "^2.3.6",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"rendy": "^4.1.3",
|
|
49
49
|
"try-catch": "^4.0.6",
|
|
50
50
|
"try-to-catch": "^4.0.2",
|
|
51
|
-
"version-io": "^
|
|
51
|
+
"version-io": "^6.0.0"
|
|
52
52
|
},
|
|
53
53
|
"license": "MIT",
|
|
54
54
|
"engines": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"c8": "^10.1.2",
|
|
59
59
|
"eslint": "^9.35.0",
|
|
60
|
-
"eslint-plugin-putout": "^
|
|
60
|
+
"eslint-plugin-putout": "^30.0.1",
|
|
61
61
|
"madrun": "^12.0.0",
|
|
62
62
|
"montag": "^1.2.1",
|
|
63
63
|
"putout": "^41.3.3",
|