@capraconsulting/cals-cli 2.25.2 → 2.25.3
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 +2 -2
- package/lib/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +5 -5
package/lib/cals-cli.js
CHANGED
|
@@ -47,7 +47,7 @@ var read__default = /*#__PURE__*/_interopDefaultLegacy(read);
|
|
|
47
47
|
var findUp__default = /*#__PURE__*/_interopDefaultLegacy(findUp);
|
|
48
48
|
var execa__default = /*#__PURE__*/_interopDefaultLegacy(execa);
|
|
49
49
|
|
|
50
|
-
var version = "2.25.
|
|
50
|
+
var version = "2.25.3";
|
|
51
51
|
var engines = {
|
|
52
52
|
node: ">=12.0.0"
|
|
53
53
|
};
|
|
@@ -3494,7 +3494,7 @@ async function main() {
|
|
|
3494
3494
|
/ /___/ ___ |/ /______/ /
|
|
3495
3495
|
\\____/_/ |_/_____/____/
|
|
3496
3496
|
cli ${version}
|
|
3497
|
-
built ${"2023-
|
|
3497
|
+
built ${"2023-03-19T04:51:53+0000"}
|
|
3498
3498
|
|
|
3499
3499
|
https://github.com/capralifecycle/cals-cli/
|
|
3500
3500
|
|
package/lib/index.es.js
CHANGED
package/lib/index.js
CHANGED
|
@@ -44,7 +44,7 @@ var keytar__default = /*#__PURE__*/_interopDefaultLegacy(keytar);
|
|
|
44
44
|
var read__default = /*#__PURE__*/_interopDefaultLegacy(read);
|
|
45
45
|
var execa__default = /*#__PURE__*/_interopDefaultLegacy(execa);
|
|
46
46
|
|
|
47
|
-
var version = "2.25.
|
|
47
|
+
var version = "2.25.3";
|
|
48
48
|
|
|
49
49
|
class CacheProvider {
|
|
50
50
|
constructor(config) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capraconsulting/cals-cli",
|
|
3
|
-
"version": "2.25.
|
|
3
|
+
"version": "2.25.3",
|
|
4
4
|
"description": "CLI for repeatable tasks in CALS",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prepare": "node scripts/create-definition-schema.js && husky install",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@rollup/plugin-replace": "4.0.0",
|
|
51
51
|
"@types/jest": "27.5.2",
|
|
52
52
|
"@types/js-yaml": "4.0.5",
|
|
53
|
-
"@types/lodash": "4.14.
|
|
54
|
-
"@types/node": "14.18.
|
|
53
|
+
"@types/lodash": "4.14.191",
|
|
54
|
+
"@types/node": "14.18.38",
|
|
55
55
|
"@types/node-fetch": "2.6.2",
|
|
56
56
|
"@types/read": "0.0.29",
|
|
57
57
|
"@types/rimraf": "3.0.2",
|
|
58
|
-
"@types/semver": "7.3.
|
|
58
|
+
"@types/semver": "7.3.13",
|
|
59
59
|
"@types/sprintf-js": "1.1.2",
|
|
60
|
-
"@types/yargs": "17.0.
|
|
60
|
+
"@types/yargs": "17.0.22",
|
|
61
61
|
"@typescript-eslint/eslint-plugin": "5.27.1",
|
|
62
62
|
"@typescript-eslint/parser": "5.27.1",
|
|
63
63
|
"dateformat": "4.6.3",
|