@capraconsulting/cals-cli 3.4.17 → 3.4.19

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.js CHANGED
@@ -68,7 +68,7 @@ var read__default = /*#__PURE__*/_interopDefaultLegacy(read);
68
68
  var findUp__default = /*#__PURE__*/_interopDefaultLegacy(findUp);
69
69
  var execa__default = /*#__PURE__*/_interopDefaultLegacy(execa);
70
70
 
71
- var version = "3.4.17";
71
+ var version = "3.4.19";
72
72
  var engines = {
73
73
  node: ">=12.0.0"
74
74
  };
@@ -3411,7 +3411,7 @@ async function main() {
3411
3411
  / /___/ ___ |/ /______/ /
3412
3412
  \\____/_/ |_/_____/____/
3413
3413
  cli ${version}
3414
- built ${"2024-07-22T22:43:10+0000"}
3414
+ built ${"2024-07-24T01:18:47+0000"}
3415
3415
 
3416
3416
  https://github.com/capralifecycle/cals-cli/
3417
3417
 
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import chalk from "chalk";
3
2
  export declare class Reporter {
4
3
  constructor(opts?: {
package/lib/config.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import https from "https";
3
2
  export declare class Config {
4
3
  cwd: string;
package/lib/index.es.js CHANGED
@@ -23,7 +23,7 @@ import { strict } from 'assert';
23
23
  import execa from 'execa';
24
24
  import { Transform } from 'stream';
25
25
 
26
- var version = "3.4.17";
26
+ var version = "3.4.19";
27
27
 
28
28
  class CacheProvider {
29
29
  constructor(config) {
package/lib/index.js CHANGED
@@ -64,7 +64,7 @@ var process__namespace = /*#__PURE__*/_interopNamespace(process$1);
64
64
  var read__default = /*#__PURE__*/_interopDefaultLegacy(read);
65
65
  var execa__default = /*#__PURE__*/_interopDefaultLegacy(execa);
66
66
 
67
- var version = "3.4.17";
67
+ var version = "3.4.19";
68
68
 
69
69
  class CacheProvider {
70
70
  constructor(config) {
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import execa from "execa";
3
2
  import { TestExecutor } from "./executor";
4
3
  export interface Container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capraconsulting/cals-cli",
3
- "version": "3.4.17",
3
+ "version": "3.4.19",
4
4
  "description": "CLI for repeatable tasks in CALS",
5
5
  "scripts": {
6
6
  "prepare": "node scripts/create-definition-schema.js && husky install",
@@ -21,8 +21,8 @@
21
21
  "cals": "lib/cals-cli.js"
22
22
  },
23
23
  "dependencies": {
24
- "@aws-sdk/client-secrets-manager": "^3.552.0",
25
- "@aws-sdk/client-sts": "^3.388.0",
24
+ "@aws-sdk/client-secrets-manager": "^3.556.0",
25
+ "@aws-sdk/client-sts": "^3.577.0",
26
26
  "@octokit/rest": "^19.0.0",
27
27
  "ajv": "^8.11.0",
28
28
  "cachedir": "^2.4.0",
@@ -37,7 +37,7 @@
37
37
  "p-map": "^4.0.0",
38
38
  "read": "^1.0.7",
39
39
  "rimraf": "^4.0.0",
40
- "semver": "^7.3.7",
40
+ "semver": "^7.6.2",
41
41
  "sprintf-js": "^1.1.2",
42
42
  "yargs": "^17.5.1"
43
43
  },
@@ -56,30 +56,30 @@
56
56
  "@types/jest": "29.5.12",
57
57
  "@types/js-yaml": "4.0.9",
58
58
  "@types/lodash": "4.17.7",
59
- "@types/node": "20.12.11",
59
+ "@types/node": "20.14.11",
60
60
  "@types/node-fetch": "2.6.11",
61
61
  "@types/read": "0.0.32",
62
62
  "@types/rimraf": "3.0.2",
63
63
  "@types/semver": "7.5.8",
64
64
  "@types/sprintf-js": "1.1.4",
65
65
  "@types/yargs": "17.0.32",
66
- "@typescript-eslint/eslint-plugin": "7.8.0",
67
- "@typescript-eslint/parser": "7.8.0",
66
+ "@typescript-eslint/eslint-plugin": "7.16.1",
67
+ "@typescript-eslint/parser": "7.16.1",
68
68
  "dateformat": "4.6.3",
69
69
  "del": "6.1.1",
70
70
  "eslint": "8.57.0",
71
71
  "eslint-config-prettier": "9.1.0",
72
- "eslint-plugin-prettier": "5.1.3",
72
+ "eslint-plugin-prettier": "5.2.1",
73
73
  "husky": "8.0.3",
74
74
  "jest": "^29.6.1",
75
- "prettier": "3.2.5",
75
+ "prettier": "3.3.3",
76
76
  "rollup": "2.79.1",
77
77
  "rollup-plugin-typescript2": "0.36.0",
78
78
  "semantic-release": "24.0.0",
79
79
  "tempy": "1.0.1",
80
80
  "ts-jest": "^29.1.1",
81
- "typescript": "5.4.5",
82
- "typescript-json-schema": "0.63.0"
81
+ "typescript": "5.5.3",
82
+ "typescript-json-schema": "0.64.0"
83
83
  },
84
84
  "files": [
85
85
  "lib"