@capraconsulting/cals-cli 3.7.0 → 3.7.1
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 +2 -2
- package/lib/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
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.
|
|
29
|
+
var version = "3.7.1";
|
|
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-
|
|
3347
|
+
.usage(`cals-cli v${version} (build: ${"2024-12-13T14:35:35+0000"})`)
|
|
3348
3348
|
.scriptName("cals")
|
|
3349
3349
|
.locale("en")
|
|
3350
3350
|
.help("help")
|
package/lib/index.es.js
CHANGED
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capraconsulting/cals-cli",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.1",
|
|
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
|
|
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",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"eslint": "9.16.0",
|
|
74
74
|
"eslint-config-prettier": "9.1.0",
|
|
75
75
|
"eslint-plugin-prettier": "5.2.1",
|
|
76
|
-
"husky": "
|
|
76
|
+
"husky": "9.1.7",
|
|
77
77
|
"jest": "^29.6.1",
|
|
78
78
|
"lodash": "4.17.21",
|
|
79
79
|
"prettier": "3.4.1",
|