@capraconsulting/cals-cli 3.4.20 → 3.5.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.js +3 -3
- package/lib/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +16 -16
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.
|
|
71
|
+
var version = "3.5.0";
|
|
72
72
|
var engines = {
|
|
73
73
|
node: ">=12.0.0"
|
|
74
74
|
};
|
|
@@ -1712,7 +1712,7 @@ const command$d = {
|
|
|
1712
1712
|
describe: "Getting started",
|
|
1713
1713
|
handler: (argv) => {
|
|
1714
1714
|
const reporter = createReporter(argv);
|
|
1715
|
-
reporter.log("For getting started, see https://
|
|
1715
|
+
reporter.log("For getting started, see https://liflig.atlassian.net/wiki/x/E8MNAQ");
|
|
1716
1716
|
},
|
|
1717
1717
|
};
|
|
1718
1718
|
|
|
@@ -3411,7 +3411,7 @@ async function main() {
|
|
|
3411
3411
|
/ /___/ ___ |/ /______/ /
|
|
3412
3412
|
\\____/_/ |_/_____/____/
|
|
3413
3413
|
cli ${version}
|
|
3414
|
-
built ${"2024-
|
|
3414
|
+
built ${"2024-10-18T09:05:18+0000"}
|
|
3415
3415
|
|
|
3416
3416
|
https://github.com/capralifecycle/cals-cli/
|
|
3417
3417
|
|
package/lib/index.es.js
CHANGED
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.
|
|
67
|
+
var version = "3.5.0";
|
|
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.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "CLI for repeatable tasks in CALS",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prepare": "node scripts/create-definition-schema.js && husky install",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"cals": "lib/cals-cli.js"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
24
|
+
"@aws-sdk/client-secrets-manager": "^3.621.0",
|
|
25
25
|
"@aws-sdk/client-sts": "^3.577.0",
|
|
26
26
|
"@octokit/rest": "^19.0.0",
|
|
27
27
|
"ajv": "^8.11.0",
|
|
@@ -47,39 +47,39 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@commitlint/cli": "19.
|
|
51
|
-
"@commitlint/config-conventional": "19.
|
|
50
|
+
"@commitlint/cli": "19.5.0",
|
|
51
|
+
"@commitlint/config-conventional": "19.5.0",
|
|
52
52
|
"@octokit/types": "10.0.0",
|
|
53
|
-
"@rollup/plugin-alias": "5.1.
|
|
53
|
+
"@rollup/plugin-alias": "5.1.1",
|
|
54
54
|
"@rollup/plugin-json": "6.1.0",
|
|
55
55
|
"@rollup/plugin-replace": "5.0.7",
|
|
56
|
-
"@types/jest": "29.5.
|
|
56
|
+
"@types/jest": "29.5.13",
|
|
57
57
|
"@types/js-yaml": "4.0.9",
|
|
58
|
-
"@types/lodash": "4.17.
|
|
59
|
-
"@types/node": "20.
|
|
58
|
+
"@types/lodash": "4.17.10",
|
|
59
|
+
"@types/node": "20.16.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
|
-
"@types/yargs": "17.0.
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
67
|
-
"@typescript-eslint/parser": "7.
|
|
65
|
+
"@types/yargs": "17.0.33",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
67
|
+
"@typescript-eslint/parser": "7.18.0",
|
|
68
68
|
"dateformat": "4.6.3",
|
|
69
69
|
"del": "6.1.1",
|
|
70
|
-
"eslint": "8.57.
|
|
70
|
+
"eslint": "8.57.1",
|
|
71
71
|
"eslint-config-prettier": "9.1.0",
|
|
72
72
|
"eslint-plugin-prettier": "5.2.1",
|
|
73
73
|
"husky": "8.0.3",
|
|
74
74
|
"jest": "^29.6.1",
|
|
75
75
|
"prettier": "3.3.3",
|
|
76
|
-
"rollup": "2.79.
|
|
76
|
+
"rollup": "2.79.2",
|
|
77
77
|
"rollup-plugin-typescript2": "0.36.0",
|
|
78
|
-
"semantic-release": "24.
|
|
78
|
+
"semantic-release": "24.1.2",
|
|
79
79
|
"tempy": "1.0.1",
|
|
80
80
|
"ts-jest": "^29.1.1",
|
|
81
|
-
"typescript": "5.
|
|
82
|
-
"typescript-json-schema": "0.
|
|
81
|
+
"typescript": "5.6.2",
|
|
82
|
+
"typescript-json-schema": "0.65.1"
|
|
83
83
|
},
|
|
84
84
|
"files": [
|
|
85
85
|
"lib"
|