@capraconsulting/cals-cli 3.10.8 → 3.10.10
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 +6 -6
- package/lib/index.js +6 -6
- package/package.json +10 -10
package/lib/cals-cli.mjs
CHANGED
|
@@ -26,7 +26,7 @@ import { read } from 'read';
|
|
|
26
26
|
import { findUp } from 'find-up';
|
|
27
27
|
import { execa } from 'execa';
|
|
28
28
|
|
|
29
|
-
var version = "3.10.
|
|
29
|
+
var version = "3.10.10";
|
|
30
30
|
var engines = {
|
|
31
31
|
node: ">=12.0.0"
|
|
32
32
|
};
|
|
@@ -3347,7 +3347,7 @@ async function main() {
|
|
|
3347
3347
|
process$2.exit(1);
|
|
3348
3348
|
}
|
|
3349
3349
|
await yargs(hideBin(process$2.argv))
|
|
3350
|
-
.usage(`cals-cli v${version} (build: ${"2025-
|
|
3350
|
+
.usage(`cals-cli v${version} (build: ${"2025-02-02T06:03:34+0000"})`)
|
|
3351
3351
|
.scriptName("cals")
|
|
3352
3352
|
.locale("en")
|
|
3353
3353
|
.help("help")
|
package/lib/index.es.js
CHANGED
|
@@ -21,7 +21,7 @@ import { execa } from 'execa';
|
|
|
21
21
|
import { read } from 'read';
|
|
22
22
|
import { Transform } from 'stream';
|
|
23
23
|
|
|
24
|
-
var version = "3.10.
|
|
24
|
+
var version = "3.10.10";
|
|
25
25
|
|
|
26
26
|
class CacheProvider {
|
|
27
27
|
constructor(config) {
|
|
@@ -1129,8 +1129,8 @@ async function createGitHubService(props) {
|
|
|
1129
1129
|
|
|
1130
1130
|
var index$2 = /*#__PURE__*/Object.freeze({
|
|
1131
1131
|
__proto__: null,
|
|
1132
|
-
|
|
1133
|
-
|
|
1132
|
+
GitHubService: GitHubService,
|
|
1133
|
+
createGitHubService: createGitHubService
|
|
1134
1134
|
});
|
|
1135
1135
|
|
|
1136
1136
|
class SnykTokenCliProvider {
|
|
@@ -1280,8 +1280,8 @@ function getGitHubRepoId(repo) {
|
|
|
1280
1280
|
|
|
1281
1281
|
var index$1 = /*#__PURE__*/Object.freeze({
|
|
1282
1282
|
__proto__: null,
|
|
1283
|
-
createSnykService: createSnykService,
|
|
1284
1283
|
SnykService: SnykService,
|
|
1284
|
+
createSnykService: createSnykService,
|
|
1285
1285
|
getGitHubRepo: getGitHubRepo,
|
|
1286
1286
|
getGitHubRepoId: getGitHubRepoId
|
|
1287
1287
|
});
|
|
@@ -1346,9 +1346,9 @@ function createSonarCloudService(props) {
|
|
|
1346
1346
|
|
|
1347
1347
|
var index = /*#__PURE__*/Object.freeze({
|
|
1348
1348
|
__proto__: null,
|
|
1349
|
-
createSonarCloudService: createSonarCloudService,
|
|
1350
1349
|
SonarCloudService: SonarCloudService,
|
|
1351
|
-
SonarCloudTokenCliProvider: SonarCloudTokenCliProvider
|
|
1350
|
+
SonarCloudTokenCliProvider: SonarCloudTokenCliProvider,
|
|
1351
|
+
createSonarCloudService: createSonarCloudService
|
|
1352
1352
|
});
|
|
1353
1353
|
|
|
1354
1354
|
class TestExecutor {
|
package/lib/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import { execa } from 'execa';
|
|
|
21
21
|
import { read } from 'read';
|
|
22
22
|
import { Transform } from 'stream';
|
|
23
23
|
|
|
24
|
-
var version = "3.10.
|
|
24
|
+
var version = "3.10.10";
|
|
25
25
|
|
|
26
26
|
class CacheProvider {
|
|
27
27
|
constructor(config) {
|
|
@@ -1129,8 +1129,8 @@ async function createGitHubService(props) {
|
|
|
1129
1129
|
|
|
1130
1130
|
var index$2 = /*#__PURE__*/Object.freeze({
|
|
1131
1131
|
__proto__: null,
|
|
1132
|
-
|
|
1133
|
-
|
|
1132
|
+
GitHubService: GitHubService,
|
|
1133
|
+
createGitHubService: createGitHubService
|
|
1134
1134
|
});
|
|
1135
1135
|
|
|
1136
1136
|
class SnykTokenCliProvider {
|
|
@@ -1280,8 +1280,8 @@ function getGitHubRepoId(repo) {
|
|
|
1280
1280
|
|
|
1281
1281
|
var index$1 = /*#__PURE__*/Object.freeze({
|
|
1282
1282
|
__proto__: null,
|
|
1283
|
-
createSnykService: createSnykService,
|
|
1284
1283
|
SnykService: SnykService,
|
|
1284
|
+
createSnykService: createSnykService,
|
|
1285
1285
|
getGitHubRepo: getGitHubRepo,
|
|
1286
1286
|
getGitHubRepoId: getGitHubRepoId
|
|
1287
1287
|
});
|
|
@@ -1346,9 +1346,9 @@ function createSonarCloudService(props) {
|
|
|
1346
1346
|
|
|
1347
1347
|
var index = /*#__PURE__*/Object.freeze({
|
|
1348
1348
|
__proto__: null,
|
|
1349
|
-
createSonarCloudService: createSonarCloudService,
|
|
1350
1349
|
SonarCloudService: SonarCloudService,
|
|
1351
|
-
SonarCloudTokenCliProvider: SonarCloudTokenCliProvider
|
|
1350
|
+
SonarCloudTokenCliProvider: SonarCloudTokenCliProvider,
|
|
1351
|
+
createSonarCloudService: createSonarCloudService
|
|
1352
1352
|
});
|
|
1353
1353
|
|
|
1354
1354
|
class TestExecutor {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capraconsulting/cals-cli",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.10",
|
|
4
4
|
"description": "CLI for repeatable tasks in CALS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -51,33 +51,33 @@
|
|
|
51
51
|
"@commitlint/config-conventional": "19.6.0",
|
|
52
52
|
"@eslint/eslintrc": "^3.2.0",
|
|
53
53
|
"@eslint/js": "^9.16.0",
|
|
54
|
-
"@octokit/types": "13.
|
|
54
|
+
"@octokit/types": "13.7.0",
|
|
55
55
|
"@rollup/plugin-alias": "5.1.1",
|
|
56
56
|
"@rollup/plugin-json": "6.1.0",
|
|
57
57
|
"@rollup/plugin-replace": "6.0.2",
|
|
58
58
|
"@types/js-yaml": "4.0.9",
|
|
59
59
|
"@types/lodash-es": "4.17.12",
|
|
60
|
-
"@types/node": "22.
|
|
60
|
+
"@types/node": "22.12.0",
|
|
61
61
|
"@types/node-fetch": "2.6.12",
|
|
62
62
|
"@types/read": "0.0.32",
|
|
63
63
|
"@types/semver": "7.5.8",
|
|
64
64
|
"@types/sprintf-js": "1.1.4",
|
|
65
65
|
"@types/yargs": "17.0.33",
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
67
|
-
"@typescript-eslint/parser": "8.
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "8.22.0",
|
|
67
|
+
"@typescript-eslint/parser": "8.22.0",
|
|
68
68
|
"@vitest/coverage-v8": "2.1.8",
|
|
69
69
|
"@vitest/ui": "2.1.8",
|
|
70
70
|
"dateformat": "5.0.3",
|
|
71
|
-
"eslint": "9.
|
|
72
|
-
"eslint-config-prettier": "
|
|
73
|
-
"eslint-plugin-prettier": "5.2.
|
|
71
|
+
"eslint": "9.19.0",
|
|
72
|
+
"eslint-config-prettier": "10.0.1",
|
|
73
|
+
"eslint-plugin-prettier": "5.2.3",
|
|
74
74
|
"husky": "9.1.7",
|
|
75
75
|
"prettier": "3.4.2",
|
|
76
|
-
"rollup": "
|
|
76
|
+
"rollup": "4.32.1",
|
|
77
77
|
"rollup-plugin-typescript2": "0.36.0",
|
|
78
78
|
"semantic-release": "24.2.1",
|
|
79
79
|
"tsx": "4.19.2",
|
|
80
|
-
"typescript": "5.7.
|
|
80
|
+
"typescript": "5.7.3",
|
|
81
81
|
"typescript-json-schema": "0.65.1",
|
|
82
82
|
"vitest": "2.1.8"
|
|
83
83
|
},
|