@capraconsulting/cals-cli 3.10.9 → 3.10.10

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.10.9";
29
+ var version = "3.10.10";
30
30
  var engines = {
31
31
  node: ">=12.0.0"
32
32
  };
@@ -3347,7 +3347,7 @@ async function main() {
3347
3347
  process$2.exit(1);
3348
3348
  }
3349
3349
  await yargs(hideBin(process$2.argv))
3350
- .usage(`cals-cli v${version} (build: ${"2025-01-10T14:38:53+0000"})`)
3350
+ .usage(`cals-cli v${version} (build: ${"2025-02-02T06:03:34+0000"})`)
3351
3351
  .scriptName("cals")
3352
3352
  .locale("en")
3353
3353
  .help("help")
package/lib/index.es.js CHANGED
@@ -21,7 +21,7 @@ import { execa } from 'execa';
21
21
  import { read } from 'read';
22
22
  import { Transform } from 'stream';
23
23
 
24
- var version = "3.10.9";
24
+ var version = "3.10.10";
25
25
 
26
26
  class CacheProvider {
27
27
  constructor(config) {
package/lib/index.js CHANGED
@@ -21,7 +21,7 @@ import { execa } from 'execa';
21
21
  import { read } from 'read';
22
22
  import { Transform } from 'stream';
23
23
 
24
- var version = "3.10.9";
24
+ var version = "3.10.10";
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.10.9",
3
+ "version": "3.10.10",
4
4
  "description": "CLI for repeatable tasks in CALS",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -51,33 +51,33 @@
51
51
  "@commitlint/config-conventional": "19.6.0",
52
52
  "@eslint/eslintrc": "^3.2.0",
53
53
  "@eslint/js": "^9.16.0",
54
- "@octokit/types": "13.6.2",
54
+ "@octokit/types": "13.7.0",
55
55
  "@rollup/plugin-alias": "5.1.1",
56
56
  "@rollup/plugin-json": "6.1.0",
57
57
  "@rollup/plugin-replace": "6.0.2",
58
58
  "@types/js-yaml": "4.0.9",
59
59
  "@types/lodash-es": "4.17.12",
60
- "@types/node": "22.10.5",
60
+ "@types/node": "22.12.0",
61
61
  "@types/node-fetch": "2.6.12",
62
62
  "@types/read": "0.0.32",
63
63
  "@types/semver": "7.5.8",
64
64
  "@types/sprintf-js": "1.1.4",
65
65
  "@types/yargs": "17.0.33",
66
- "@typescript-eslint/eslint-plugin": "8.19.1",
67
- "@typescript-eslint/parser": "8.19.1",
66
+ "@typescript-eslint/eslint-plugin": "8.22.0",
67
+ "@typescript-eslint/parser": "8.22.0",
68
68
  "@vitest/coverage-v8": "2.1.8",
69
69
  "@vitest/ui": "2.1.8",
70
70
  "dateformat": "5.0.3",
71
- "eslint": "9.17.0",
72
- "eslint-config-prettier": "9.1.0",
73
- "eslint-plugin-prettier": "5.2.1",
71
+ "eslint": "9.19.0",
72
+ "eslint-config-prettier": "10.0.1",
73
+ "eslint-plugin-prettier": "5.2.3",
74
74
  "husky": "9.1.7",
75
75
  "prettier": "3.4.2",
76
- "rollup": "4.30.1",
76
+ "rollup": "4.32.1",
77
77
  "rollup-plugin-typescript2": "0.36.0",
78
78
  "semantic-release": "24.2.1",
79
79
  "tsx": "4.19.2",
80
- "typescript": "5.7.2",
80
+ "typescript": "5.7.3",
81
81
  "typescript-json-schema": "0.65.1",
82
82
  "vitest": "2.1.8"
83
83
  },