@capraconsulting/cals-cli 3.10.2 → 3.10.3

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
@@ -24,10 +24,10 @@ import chalk from 'chalk';
24
24
  import readline from 'readline';
25
25
  import { sprintf } from 'sprintf-js';
26
26
  import read from 'read';
27
- import findUp from 'find-up';
27
+ import { findUp } from 'find-up';
28
28
  import execa from 'execa';
29
29
 
30
- var version = "3.10.2";
30
+ var version = "3.10.3";
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-10T10:29:30+0000"})`)
3363
+ .usage(`cals-cli v${version} (build: ${"2025-01-10T10:35:21+0000"})`)
3364
3364
  .scriptName("cals")
3365
3365
  .locale("en")
3366
3366
  .help("help")
package/lib/index.es.js CHANGED
@@ -22,7 +22,7 @@ import execa from 'execa';
22
22
  import read from 'read';
23
23
  import { Transform } from 'stream';
24
24
 
25
- var version = "3.10.2";
25
+ var version = "3.10.3";
26
26
 
27
27
  class CacheProvider {
28
28
  constructor(config) {
package/lib/index.js CHANGED
@@ -22,7 +22,7 @@ import execa from 'execa';
22
22
  import read from 'read';
23
23
  import { Transform } from 'stream';
24
24
 
25
- var version = "3.10.2";
25
+ var version = "3.10.3";
26
26
 
27
27
  class CacheProvider {
28
28
  constructor(config) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capraconsulting/cals-cli",
3
- "version": "3.10.2",
3
+ "version": "3.10.3",
4
4
  "description": "CLI for repeatable tasks in CALS",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  "cachedir": "^2.4.0",
30
30
  "chalk": "5.4.1",
31
31
  "execa": "^5.0.0",
32
- "find-up": "^5.0.0",
32
+ "find-up": "^7.0.0",
33
33
  "js-yaml": "^4.1.0",
34
34
  "keytar": "^7.9.0",
35
35
  "node-fetch": "^3.0.0",