@contrast/config 1.27.1 → 1.28.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.
- package/lib/config.js +1 -1
- package/lib/index.d.ts +0 -7
- package/lib/options.js +0 -8
- package/package.json +2 -2
package/lib/config.js
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -108,13 +108,6 @@ export interface Config {
|
|
|
108
108
|
file?: string | number;
|
|
109
109
|
};
|
|
110
110
|
|
|
111
|
-
effective_config: {
|
|
112
|
-
reporting: {
|
|
113
|
-
/** Default: `true` */
|
|
114
|
-
enable: boolean;
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
|
|
118
111
|
polling: {
|
|
119
112
|
/** Default: `30000` */
|
|
120
113
|
app_activity_ms: number;
|
package/lib/options.js
CHANGED
|
@@ -213,14 +213,6 @@ const options = [
|
|
|
213
213
|
arg: '<path>',
|
|
214
214
|
desc: 'path indicating where to report all agent findings',
|
|
215
215
|
},
|
|
216
|
-
// agent.effective_config
|
|
217
|
-
{
|
|
218
|
-
name: 'agent.effective_config.reporting.enable',
|
|
219
|
-
arg: '[false]',
|
|
220
|
-
default: true,
|
|
221
|
-
fn: castBoolean,
|
|
222
|
-
desc: 'Defaults to `true`. Controls whether configuration setting reports are sent to the Contrast web interface.',
|
|
223
|
-
},
|
|
224
216
|
// agent.heap_dump
|
|
225
217
|
{
|
|
226
218
|
name: 'agent.heap_dump.enable',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.28.0",
|
|
4
4
|
"description": "An API for discovering Contrast agent configuration data",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"test": "../scripts/test.sh"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@contrast/common": "1.
|
|
20
|
+
"@contrast/common": "1.21.0",
|
|
21
21
|
"yaml": "^2.2.2"
|
|
22
22
|
}
|
|
23
23
|
}
|