@capraconsulting/cals-cli 3.4.11 → 3.4.13

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.11";
71
+ var version = "3.4.13";
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-05-07T08:54:51+0000"}
3414
+ built ${"2024-05-10T12:34:45+0000"}
3415
3415
 
3416
3416
  https://github.com/capralifecycle/cals-cli/
3417
3417
 
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.11";
26
+ var version = "3.4.13";
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.11";
67
+ var version = "3.4.13";
68
68
 
69
69
  class CacheProvider {
70
70
  constructor(config) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capraconsulting/cals-cli",
3
- "version": "3.4.11",
3
+ "version": "3.4.13",
4
4
  "description": "CLI for repeatable tasks in CALS",
5
5
  "scripts": {
6
6
  "prepare": "node scripts/create-definition-schema.js && husky install",
@@ -47,24 +47,24 @@
47
47
  }
48
48
  },
49
49
  "devDependencies": {
50
- "@commitlint/cli": "19.2.1",
51
- "@commitlint/config-conventional": "19.1.0",
50
+ "@commitlint/cli": "19.3.0",
51
+ "@commitlint/config-conventional": "19.2.2",
52
52
  "@octokit/types": "10.0.0",
53
53
  "@rollup/plugin-alias": "5.1.0",
54
54
  "@rollup/plugin-json": "6.1.0",
55
55
  "@rollup/plugin-replace": "5.0.5",
56
56
  "@types/jest": "29.5.12",
57
57
  "@types/js-yaml": "4.0.9",
58
- "@types/lodash": "4.17.0",
59
- "@types/node": "20.12.5",
58
+ "@types/lodash": "4.17.1",
59
+ "@types/node": "20.12.10",
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.5.0",
67
- "@typescript-eslint/parser": "7.5.0",
66
+ "@typescript-eslint/eslint-plugin": "7.8.0",
67
+ "@typescript-eslint/parser": "7.8.0",
68
68
  "dateformat": "4.6.3",
69
69
  "del": "6.1.1",
70
70
  "eslint": "8.57.0",
@@ -78,7 +78,7 @@
78
78
  "semantic-release": "22.0.12",
79
79
  "tempy": "1.0.1",
80
80
  "ts-jest": "^29.1.1",
81
- "typescript": "5.4.4",
81
+ "typescript": "5.4.5",
82
82
  "typescript-json-schema": "0.63.0"
83
83
  },
84
84
  "files": [