@capraconsulting/cals-cli 3.11.3 → 3.11.4

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.11.3";
29
+ var version = "3.11.4";
30
30
  var engines = {
31
31
  node: ">=12.0.0"
32
32
  };
@@ -3330,7 +3330,7 @@ async function main() {
3330
3330
  process$2.exit(1);
3331
3331
  }
3332
3332
  await yargs(hideBin(process$2.argv))
3333
- .usage(`cals-cli v${version} (build: ${"2025-06-10T07:40:59+0000"})`)
3333
+ .usage(`cals-cli v${version} (build: ${"2025-06-19T12:44:31+0000"})`)
3334
3334
  .scriptName("cals")
3335
3335
  .locale("en")
3336
3336
  .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.11.3";
24
+ var version = "3.11.4";
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.11.3";
24
+ var version = "3.11.4";
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.11.3",
3
+ "version": "3.11.4",
4
4
  "description": "CLI for repeatable tasks in CALS",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -23,7 +23,7 @@
23
23
  "cals": "lib/cals-cli.mjs"
24
24
  },
25
25
  "dependencies": {
26
- "@octokit/rest": "^21.1.1",
26
+ "@octokit/rest": "^22.0.0",
27
27
  "@types/dateformat": "5.0.3",
28
28
  "ajv": "^8.11.0",
29
29
  "cachedir": "^2.4.0",
@@ -57,29 +57,29 @@
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.15.30",
60
+ "@types/node": "22.15.31",
61
61
  "@types/node-fetch": "2.6.12",
62
62
  "@types/read": "0.0.32",
63
63
  "@types/semver": "7.7.0",
64
64
  "@types/sprintf-js": "1.1.4",
65
65
  "@types/yargs": "17.0.33",
66
- "@typescript-eslint/eslint-plugin": "8.33.1",
67
- "@typescript-eslint/parser": "8.33.1",
68
- "@vitest/coverage-v8": "3.2.2",
69
- "@vitest/ui": "3.2.2",
66
+ "@typescript-eslint/eslint-plugin": "8.34.0",
67
+ "@typescript-eslint/parser": "8.34.0",
68
+ "@vitest/coverage-v8": "3.2.3",
69
+ "@vitest/ui": "3.2.3",
70
70
  "dateformat": "5.0.3",
71
- "eslint": "9.28.0",
71
+ "eslint": "9.29.0",
72
72
  "eslint-config-prettier": "10.1.5",
73
73
  "eslint-plugin-prettier": "5.4.1",
74
74
  "husky": "9.1.7",
75
75
  "prettier": "3.5.3",
76
- "rollup": "4.42.0",
76
+ "rollup": "4.43.0",
77
77
  "rollup-plugin-typescript2": "0.36.0",
78
78
  "semantic-release": "24.2.5",
79
- "tsx": "4.19.4",
79
+ "tsx": "4.20.3",
80
80
  "typescript": "5.8.3",
81
81
  "typescript-json-schema": "0.65.1",
82
- "vitest": "3.2.2"
82
+ "vitest": "3.2.3"
83
83
  },
84
84
  "files": [
85
85
  "lib"