@capraconsulting/cals-cli 3.2.0 → 3.2.1
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 +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
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.2.
|
|
71
|
+
var version = "3.2.1";
|
|
72
72
|
var engines = {
|
|
73
73
|
node: ">=12.0.0"
|
|
74
74
|
};
|
|
@@ -1169,7 +1169,7 @@ class SnykService {
|
|
|
1169
1169
|
totalDependencies: project.meta.latest_dependency_total.total,
|
|
1170
1170
|
issueCountsBySeverity: project.meta.latest_issue_counts,
|
|
1171
1171
|
lastTestedDate: project.meta.latest_dependency_total.updated_at,
|
|
1172
|
-
browseUrl: `https://app.snyk.io/org
|
|
1172
|
+
browseUrl: `https://app.snyk.io/org/it/project/${project.id}`,
|
|
1173
1173
|
};
|
|
1174
1174
|
}),
|
|
1175
1175
|
];
|
|
@@ -3402,7 +3402,7 @@ async function main() {
|
|
|
3402
3402
|
/ /___/ ___ |/ /______/ /
|
|
3403
3403
|
\\____/_/ |_/_____/____/
|
|
3404
3404
|
cli ${version}
|
|
3405
|
-
built ${"2023-08-21T11:
|
|
3405
|
+
built ${"2023-08-21T11:49:32+0000"}
|
|
3406
3406
|
|
|
3407
3407
|
https://github.com/capralifecycle/cals-cli/
|
|
3408
3408
|
|
package/lib/index.es.js
CHANGED
|
@@ -23,7 +23,7 @@ import { strict } from 'assert';
|
|
|
23
23
|
import execa from 'execa';
|
|
24
24
|
import { Transform } from 'stream';
|
|
25
25
|
|
|
26
|
-
var version = "3.2.
|
|
26
|
+
var version = "3.2.1";
|
|
27
27
|
|
|
28
28
|
class CacheProvider {
|
|
29
29
|
constructor(config) {
|
|
@@ -1516,7 +1516,7 @@ class SnykService {
|
|
|
1516
1516
|
totalDependencies: project.meta.latest_dependency_total.total,
|
|
1517
1517
|
issueCountsBySeverity: project.meta.latest_issue_counts,
|
|
1518
1518
|
lastTestedDate: project.meta.latest_dependency_total.updated_at,
|
|
1519
|
-
browseUrl: `https://app.snyk.io/org
|
|
1519
|
+
browseUrl: `https://app.snyk.io/org/it/project/${project.id}`,
|
|
1520
1520
|
};
|
|
1521
1521
|
}),
|
|
1522
1522
|
];
|
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.2.
|
|
67
|
+
var version = "3.2.1";
|
|
68
68
|
|
|
69
69
|
class CacheProvider {
|
|
70
70
|
constructor(config) {
|
|
@@ -1557,7 +1557,7 @@ class SnykService {
|
|
|
1557
1557
|
totalDependencies: project.meta.latest_dependency_total.total,
|
|
1558
1558
|
issueCountsBySeverity: project.meta.latest_issue_counts,
|
|
1559
1559
|
lastTestedDate: project.meta.latest_dependency_total.updated_at,
|
|
1560
|
-
browseUrl: `https://app.snyk.io/org
|
|
1560
|
+
browseUrl: `https://app.snyk.io/org/it/project/${project.id}`,
|
|
1561
1561
|
};
|
|
1562
1562
|
}),
|
|
1563
1563
|
];
|