@capraconsulting/cals-cli 3.10.0 → 3.10.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/lib/cals-cli.mjs +2 -2
- package/lib/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +4 -4
package/lib/cals-cli.mjs
CHANGED
|
@@ -27,7 +27,7 @@ import read from 'read';
|
|
|
27
27
|
import findUp from 'find-up';
|
|
28
28
|
import execa from 'execa';
|
|
29
29
|
|
|
30
|
-
var version = "3.10.
|
|
30
|
+
var version = "3.10.2";
|
|
31
31
|
var engines = {
|
|
32
32
|
node: ">=12.0.0"
|
|
33
33
|
};
|
|
@@ -3360,7 +3360,7 @@ async function main() {
|
|
|
3360
3360
|
process$2.exit(1);
|
|
3361
3361
|
}
|
|
3362
3362
|
await yargs(hideBin(process$2.argv))
|
|
3363
|
-
.usage(`cals-cli v${version} (build: ${"2025-01-
|
|
3363
|
+
.usage(`cals-cli v${version} (build: ${"2025-01-10T10:29:30+0000"})`)
|
|
3364
3364
|
.scriptName("cals")
|
|
3365
3365
|
.locale("en")
|
|
3366
3366
|
.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.10.
|
|
3
|
+
"version": "3.10.2",
|
|
4
4
|
"description": "CLI for repeatable tasks in CALS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"@types/dateformat": "5.0.2",
|
|
28
28
|
"ajv": "^8.11.0",
|
|
29
29
|
"cachedir": "^2.4.0",
|
|
30
|
-
"chalk": "4.1
|
|
30
|
+
"chalk": "5.4.1",
|
|
31
31
|
"execa": "^5.0.0",
|
|
32
32
|
"find-up": "^5.0.0",
|
|
33
33
|
"js-yaml": "^4.1.0",
|
|
34
34
|
"keytar": "^7.9.0",
|
|
35
35
|
"node-fetch": "^3.0.0",
|
|
36
|
-
"p-limit": "^
|
|
36
|
+
"p-limit": "^6.0.0",
|
|
37
37
|
"p-map": "^4.0.0",
|
|
38
38
|
"process": "0.11.10",
|
|
39
39
|
"read": "^1.0.7",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@commitlint/cli": "19.6.
|
|
51
|
+
"@commitlint/cli": "19.6.1",
|
|
52
52
|
"@commitlint/config-conventional": "19.6.0",
|
|
53
53
|
"@eslint/eslintrc": "^3.2.0",
|
|
54
54
|
"@eslint/js": "^9.16.0",
|