@capraconsulting/cals-cli 3.12.5 → 3.12.7
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/lib/cals-cli.mjs +3 -3
- package/lib/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +21 -24
package/lib/cals-cli.mjs
CHANGED
|
@@ -26,9 +26,9 @@ import { read } from 'read';
|
|
|
26
26
|
import { findUp } from 'find-up';
|
|
27
27
|
import { execa } from 'execa';
|
|
28
28
|
|
|
29
|
-
var version = "3.12.
|
|
29
|
+
var version = "3.12.7";
|
|
30
30
|
var engines = {
|
|
31
|
-
node: ">=
|
|
31
|
+
node: ">=22.14.0"
|
|
32
32
|
};
|
|
33
33
|
|
|
34
34
|
function groupBy(array, iteratee) {
|
|
@@ -3309,7 +3309,7 @@ async function main() {
|
|
|
3309
3309
|
process$2.exit(1);
|
|
3310
3310
|
}
|
|
3311
3311
|
await yargs(hideBin(process$2.argv))
|
|
3312
|
-
.usage(`cals-cli v${version} (build: ${"2025-
|
|
3312
|
+
.usage(`cals-cli v${version} (build: ${"2025-10-21T08:18:18+0000"})`)
|
|
3313
3313
|
.scriptName("cals")
|
|
3314
3314
|
.locale("en")
|
|
3315
3315
|
.help("help")
|
package/lib/index.es.js
CHANGED
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capraconsulting/cals-cli",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.7",
|
|
4
4
|
"description": "CLI for repeatable tasks in CALS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"format": "biome format --write",
|
|
15
15
|
"prepack": "./scripts/build-and-verify.sh",
|
|
16
16
|
"semantic-release": "semantic-release",
|
|
17
|
-
"watch": "rollup -c -w"
|
|
17
|
+
"watch": "rollup -c -w",
|
|
18
|
+
"upgrade-deps": "ncu --upgrade --install=always"
|
|
18
19
|
},
|
|
19
20
|
"main": "lib/index.js",
|
|
20
21
|
"module": "lib/index.es.js",
|
|
@@ -25,38 +26,33 @@
|
|
|
25
26
|
"dependencies": {
|
|
26
27
|
"@octokit/rest": "^22.0.0",
|
|
27
28
|
"@types/dateformat": "5.0.3",
|
|
28
|
-
"ajv": "^8.
|
|
29
|
+
"ajv": "^8.17.1",
|
|
29
30
|
"cachedir": "^2.4.0",
|
|
30
31
|
"chalk": "5.6.2",
|
|
31
|
-
"execa": "^9.
|
|
32
|
+
"execa": "^9.6.0",
|
|
32
33
|
"find-up": "^8.0.0",
|
|
33
34
|
"js-yaml": "^4.1.0",
|
|
34
35
|
"keytar": "^7.9.0",
|
|
35
|
-
"node-fetch": "^3.
|
|
36
|
-
"p-limit": "^7.
|
|
37
|
-
"p-map": "^7.0.
|
|
36
|
+
"node-fetch": "^3.3.2",
|
|
37
|
+
"p-limit": "^7.1.1",
|
|
38
|
+
"p-map": "^7.0.3",
|
|
38
39
|
"process": "0.11.10",
|
|
39
|
-
"read": "^4.
|
|
40
|
-
"semver": "^7.
|
|
41
|
-
"sprintf-js": "^1.1.
|
|
40
|
+
"read": "^4.1.0",
|
|
41
|
+
"semver": "^7.7.2",
|
|
42
|
+
"sprintf-js": "^1.1.3",
|
|
42
43
|
"yargs": "18.0.0"
|
|
43
44
|
},
|
|
44
|
-
"overrides": {
|
|
45
|
-
"semantic-release": {
|
|
46
|
-
"@semantic-release/npm": "12.0.2"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
45
|
"devDependencies": {
|
|
50
|
-
"@biomejs/biome": "2.2.
|
|
51
|
-
"@commitlint/cli": "
|
|
52
|
-
"@commitlint/config-conventional": "
|
|
46
|
+
"@biomejs/biome": "2.2.6",
|
|
47
|
+
"@commitlint/cli": "20.1.0",
|
|
48
|
+
"@commitlint/config-conventional": "20.0.0",
|
|
53
49
|
"@octokit/types": "15.0.0",
|
|
54
50
|
"@rollup/plugin-alias": "5.1.1",
|
|
55
51
|
"@rollup/plugin-json": "6.1.0",
|
|
56
52
|
"@rollup/plugin-replace": "6.0.2",
|
|
57
53
|
"@types/js-yaml": "4.0.9",
|
|
58
54
|
"@types/lodash-es": "4.17.12",
|
|
59
|
-
"@types/node": "24.
|
|
55
|
+
"@types/node": "24.8.1",
|
|
60
56
|
"@types/node-fetch": "2.6.13",
|
|
61
57
|
"@types/read": "3.0.0",
|
|
62
58
|
"@types/semver": "7.7.1",
|
|
@@ -66,11 +62,12 @@
|
|
|
66
62
|
"@vitest/ui": "3.2.4",
|
|
67
63
|
"dateformat": "5.0.3",
|
|
68
64
|
"husky": "9.1.7",
|
|
69
|
-
"
|
|
65
|
+
"npm-check-updates": "19.1.1",
|
|
66
|
+
"rollup": "4.52.4",
|
|
70
67
|
"rollup-plugin-typescript2": "0.36.0",
|
|
71
|
-
"semantic-release": "
|
|
72
|
-
"tsx": "4.20.
|
|
73
|
-
"typescript": "5.9.
|
|
68
|
+
"semantic-release": "25.0.1",
|
|
69
|
+
"tsx": "4.20.6",
|
|
70
|
+
"typescript": "5.9.3",
|
|
74
71
|
"typescript-json-schema": "0.65.1",
|
|
75
72
|
"vitest": "3.2.4"
|
|
76
73
|
},
|
|
@@ -82,6 +79,6 @@
|
|
|
82
79
|
"url": "https://github.com/capralifecycle/cals-cli.git"
|
|
83
80
|
},
|
|
84
81
|
"engines": {
|
|
85
|
-
"node": ">=
|
|
82
|
+
"node": ">=22.14.0"
|
|
86
83
|
}
|
|
87
84
|
}
|