@capraconsulting/cals-cli 3.4.3 → 3.4.5
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 +8 -3
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.4.
|
|
71
|
+
var version = "3.4.5";
|
|
72
72
|
var engines = {
|
|
73
73
|
node: ">=12.0.0"
|
|
74
74
|
};
|
|
@@ -3417,7 +3417,7 @@ async function main() {
|
|
|
3417
3417
|
/ /___/ ___ |/ /______/ /
|
|
3418
3418
|
\\____/_/ |_/_____/____/
|
|
3419
3419
|
cli ${version}
|
|
3420
|
-
built ${"
|
|
3420
|
+
built ${"2024-02-09T14:04:02+0000"}
|
|
3421
3421
|
|
|
3422
3422
|
https://github.com/capralifecycle/cals-cli/
|
|
3423
3423
|
|
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.4.
|
|
67
|
+
var version = "3.4.5";
|
|
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.4.
|
|
3
|
+
"version": "3.4.5",
|
|
4
4
|
"description": "CLI for repeatable tasks in CALS",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prepare": "node scripts/create-definition-schema.js && husky install",
|
|
@@ -41,6 +41,11 @@
|
|
|
41
41
|
"sprintf-js": "^1.1.2",
|
|
42
42
|
"yargs": "^17.5.1"
|
|
43
43
|
},
|
|
44
|
+
"overrides": {
|
|
45
|
+
"semantic-release": {
|
|
46
|
+
"@semantic-release/npm": "10.0.6"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
44
49
|
"devDependencies": {
|
|
45
50
|
"@commitlint/cli": "18.4.3",
|
|
46
51
|
"@commitlint/config-conventional": "18.4.3",
|
|
@@ -70,14 +75,14 @@
|
|
|
70
75
|
"prettier": "3.1.0",
|
|
71
76
|
"rollup": "2.79.1",
|
|
72
77
|
"rollup-plugin-typescript2": "0.36.0",
|
|
73
|
-
"semantic-release": "22.0.
|
|
78
|
+
"semantic-release": "22.0.12",
|
|
74
79
|
"tempy": "1.0.1",
|
|
75
80
|
"ts-jest": "^29.1.1",
|
|
76
81
|
"typescript": "5.3.2",
|
|
77
82
|
"typescript-json-schema": "0.56.0"
|
|
78
83
|
},
|
|
79
84
|
"files": [
|
|
80
|
-
"lib
|
|
85
|
+
"lib"
|
|
81
86
|
],
|
|
82
87
|
"repository": {
|
|
83
88
|
"type": "git",
|