@contrast/cli 1.11.0 → 1.13.0
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/*
|
|
3
|
-
* Copyright:
|
|
3
|
+
* Copyright: 2023 Contrast Security, Inc
|
|
4
4
|
* Contact: support@contrastsecurity.com
|
|
5
5
|
* License: Commercial
|
|
6
6
|
|
|
@@ -33,7 +33,6 @@ if (require.main === module) {
|
|
|
33
33
|
|
|
34
34
|
async function action(options) {
|
|
35
35
|
const content = JSON.stringify(core.getSystemInfo(), null, 2).concat();
|
|
36
|
-
console.log(content);
|
|
37
36
|
|
|
38
37
|
if (!options.quiet) {
|
|
39
38
|
fs.writeFileSync(1, content, 'utf8');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
3
3
|
"name": "@contrast/cli",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.13.0",
|
|
5
5
|
"description": "A collection of agent related CLI utilities",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "../scripts/test.sh"
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"keywords": [],
|
|
22
22
|
"license": "SEE LICENSE IN LICENSE",
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@contrast/agent": "5.0.0-
|
|
25
|
-
"@contrast/protect-agent": "5.
|
|
24
|
+
"@contrast/agent": "5.0.0-beta.2",
|
|
25
|
+
"@contrast/protect-agent": "5.12.0"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@contrast/core": "1.
|
|
28
|
+
"@contrast/core": "1.22.0",
|
|
29
29
|
"commander": "^9.4.1"
|
|
30
30
|
}
|
|
31
|
-
}
|
|
31
|
+
}
|