@capraconsulting/cals-cli 3.7.0 → 3.8.0

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.7.0";
29
+ var version = "3.8.0";
30
30
  var engines = {
31
31
  node: ">=12.0.0"
32
32
  };
@@ -3344,7 +3344,7 @@ async function main() {
3344
3344
  process.exit(1);
3345
3345
  }
3346
3346
  await yargs(hideBin(process.argv))
3347
- .usage(`cals-cli v${version} (build: ${"2024-12-11T13:09:43+0000"})`)
3347
+ .usage(`cals-cli v${version} (build: ${"2024-12-14T14:07:08+0000"})`)
3348
3348
  .scriptName("cals")
3349
3349
  .locale("en")
3350
3350
  .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.7.0";
24
+ var version = "3.8.0";
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.7.0";
24
+ var version = "3.8.0";
25
25
 
26
26
  class CacheProvider {
27
27
  constructor(config) {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@capraconsulting/cals-cli",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "description": "CLI for repeatable tasks in CALS",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {
8
- "prepare": "tsx scripts/create-definition-schema.ts && husky install",
8
+ "prepare": "tsx scripts/create-definition-schema.ts && husky",
9
9
  "build": "rollup -c",
10
10
  "test": "NODE_OPTIONS=--experimental-vm-modules jest --coverage src",
11
11
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch src",
@@ -66,17 +66,16 @@
66
66
  "@types/semver": "7.5.8",
67
67
  "@types/sprintf-js": "1.1.4",
68
68
  "@types/yargs": "17.0.33",
69
- "@typescript-eslint/eslint-plugin": "8.17.0",
70
- "@typescript-eslint/parser": "8.17.0",
69
+ "@typescript-eslint/eslint-plugin": "8.18.0",
70
+ "@typescript-eslint/parser": "8.18.0",
71
71
  "dateformat": "4.6.3",
72
- "del": "6.1.1",
73
72
  "eslint": "9.16.0",
74
73
  "eslint-config-prettier": "9.1.0",
75
74
  "eslint-plugin-prettier": "5.2.1",
76
- "husky": "8.0.3",
75
+ "husky": "9.1.7",
77
76
  "jest": "^29.6.1",
78
77
  "lodash": "4.17.21",
79
- "prettier": "3.4.1",
78
+ "prettier": "3.4.2",
80
79
  "rollup": "2.79.2",
81
80
  "rollup-plugin-typescript2": "0.36.0",
82
81
  "semantic-release": "24.2.0",