@capraconsulting/cals-cli 3.10.6 → 3.10.7

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.6";
29
+ var version = "3.10.7";
30
30
  var engines = {
31
31
  node: ">=12.0.0"
32
32
  };
@@ -3376,7 +3376,7 @@ async function main() {
3376
3376
  process$2.exit(1);
3377
3377
  }
3378
3378
  await yargs(hideBin(process$2.argv))
3379
- .usage(`cals-cli v${version} (build: ${"2025-01-10T12:05:13+0000"})`)
3379
+ .usage(`cals-cli v${version} (build: ${"2025-01-10T12:07:17+0000"})`)
3380
3380
  .scriptName("cals")
3381
3381
  .locale("en")
3382
3382
  .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.6";
24
+ var version = "3.10.7";
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.6";
24
+ var version = "3.10.7";
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.6",
3
+ "version": "3.10.7",
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": "^19.0.0",
26
+ "@octokit/rest": "^21.0.0",
27
27
  "@types/dateformat": "5.0.3",
28
28
  "ajv": "^8.11.0",
29
29
  "cachedir": "^2.4.0",
@@ -51,7 +51,7 @@
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": "10.0.0",
54
+ "@octokit/types": "13.6.2",
55
55
  "@rollup/plugin-alias": "5.1.1",
56
56
  "@rollup/plugin-json": "6.1.0",
57
57
  "@rollup/plugin-replace": "6.0.2",