@capraconsulting/cals-cli 2.25.20 → 2.25.21
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 +4 -4
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.21";
|
|
51
51
|
var engines = {
|
|
52
52
|
node: ">=12.0.0"
|
|
53
53
|
};
|
|
@@ -3334,7 +3334,7 @@ async function main() {
|
|
|
3334
3334
|
/ /___/ ___ |/ /______/ /
|
|
3335
3335
|
\\____/_/ |_/_____/____/
|
|
3336
3336
|
cli ${version}
|
|
3337
|
-
built ${"2023-
|
|
3337
|
+
built ${"2023-07-04T18:50:01+0000"}
|
|
3338
3338
|
|
|
3339
3339
|
https://github.com/capralifecycle/cals-cli/
|
|
3340
3340
|
|
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.21";
|
|
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.21",
|
|
4
4
|
"description": "CLI for repeatable tasks in CALS",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prepare": "node scripts/create-definition-schema.js && husky install",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@commitlint/cli": "17.6.6",
|
|
46
46
|
"@commitlint/config-conventional": "17.6.6",
|
|
47
|
-
"@octokit/types": "
|
|
47
|
+
"@octokit/types": "10.0.0",
|
|
48
48
|
"@rollup/plugin-alias": "5.0.0",
|
|
49
|
-
"@rollup/plugin-json": "
|
|
49
|
+
"@rollup/plugin-json": "6.0.0",
|
|
50
50
|
"@rollup/plugin-replace": "5.0.2",
|
|
51
51
|
"@types/jest": "27.5.2",
|
|
52
52
|
"@types/js-yaml": "4.0.5",
|
|
53
53
|
"@types/lodash": "4.14.195",
|
|
54
|
-
"@types/node": "18.16.
|
|
54
|
+
"@types/node": "18.16.19",
|
|
55
55
|
"@types/node-fetch": "2.6.4",
|
|
56
56
|
"@types/read": "0.0.29",
|
|
57
57
|
"@types/rimraf": "3.0.2",
|