@capraconsulting/cals-cli 3.17.0 → 3.17.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 +1 -1
package/lib/cals-cli.mjs
CHANGED
|
@@ -19,7 +19,7 @@ import yaml from 'js-yaml';
|
|
|
19
19
|
import AJV from 'ajv';
|
|
20
20
|
import { execa } from 'execa';
|
|
21
21
|
|
|
22
|
-
var version = "3.17.
|
|
22
|
+
var version = "3.17.1";
|
|
23
23
|
var engines = {
|
|
24
24
|
node: ">=22.14.0"
|
|
25
25
|
};
|
|
@@ -1538,7 +1538,7 @@ async function main() {
|
|
|
1538
1538
|
process__default.exit(1);
|
|
1539
1539
|
}
|
|
1540
1540
|
await yargs(hideBin(process__default.argv))
|
|
1541
|
-
.usage(`cals v${version} (build: ${"2026-02-
|
|
1541
|
+
.usage(`cals v${version} (build: ${"2026-02-05T11:39:14.338Z"})
|
|
1542
1542
|
|
|
1543
1543
|
A CLI for managing GitHub repositories.
|
|
1544
1544
|
|
package/lib/index.es.js
CHANGED
package/lib/index.js
CHANGED