@capraconsulting/cals-cli 3.12.1 → 3.12.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 CHANGED
@@ -26,7 +26,7 @@ import { read } from 'read';
26
26
  import { findUp } from 'find-up';
27
27
  import { execa } from 'execa';
28
28
 
29
- var version = "3.12.1";
29
+ var version = "3.12.2";
30
30
  var engines = {
31
31
  node: ">=12.0.0"
32
32
  };
@@ -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-08-07T05:46:58+0000"})`)
3312
+ .usage(`cals-cli v${version} (build: ${"2025-08-20T21:09:03+0000"})`)
3313
3313
  .scriptName("cals")
3314
3314
  .locale("en")
3315
3315
  .help("help")
package/lib/index.es.js CHANGED
@@ -21,7 +21,7 @@ import { Transform } from 'node:stream';
21
21
  import { execa } from 'execa';
22
22
  import { read } from 'read';
23
23
 
24
- var version = "3.12.1";
24
+ var version = "3.12.2";
25
25
 
26
26
  class CacheProvider {
27
27
  constructor(config) {
package/lib/index.js CHANGED
@@ -21,7 +21,7 @@ import { Transform } from 'node:stream';
21
21
  import { execa } from 'execa';
22
22
  import { read } from 'read';
23
23
 
24
- var version = "3.12.1";
24
+ var version = "3.12.2";
25
25
 
26
26
  class CacheProvider {
27
27
  constructor(config) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capraconsulting/cals-cli",
3
- "version": "3.12.1",
3
+ "version": "3.12.2",
4
4
  "description": "CLI for repeatable tasks in CALS",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -27,7 +27,7 @@
27
27
  "@types/dateformat": "5.0.3",
28
28
  "ajv": "^8.11.0",
29
29
  "cachedir": "^2.4.0",
30
- "chalk": "5.5.0",
30
+ "chalk": "5.6.0",
31
31
  "execa": "^9.0.0",
32
32
  "find-up": "^7.0.0",
33
33
  "js-yaml": "^4.1.0",
@@ -47,7 +47,7 @@
47
47
  }
48
48
  },
49
49
  "devDependencies": {
50
- "@biomejs/biome": "2.1.3",
50
+ "@biomejs/biome": "2.2.0",
51
51
  "@commitlint/cli": "19.8.1",
52
52
  "@commitlint/config-conventional": "19.8.1",
53
53
  "@octokit/types": "14.1.0",
@@ -56,7 +56,7 @@
56
56
  "@rollup/plugin-replace": "6.0.2",
57
57
  "@types/js-yaml": "4.0.9",
58
58
  "@types/lodash-es": "4.17.12",
59
- "@types/node": "24.1.0",
59
+ "@types/node": "24.3.0",
60
60
  "@types/node-fetch": "2.6.13",
61
61
  "@types/read": "3.0.0",
62
62
  "@types/semver": "7.7.0",
@@ -69,7 +69,7 @@
69
69
  "rollup": "4.46.2",
70
70
  "rollup-plugin-typescript2": "0.36.0",
71
71
  "semantic-release": "24.2.7",
72
- "tsx": "4.20.3",
72
+ "tsx": "4.20.4",
73
73
  "typescript": "5.9.2",
74
74
  "typescript-json-schema": "0.65.1",
75
75
  "vitest": "3.2.4"