@contrast/config 1.58.3 → 1.60.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/options.js +12 -4
- package/package.json +2 -2
package/lib/options.js
CHANGED
|
@@ -785,12 +785,20 @@ Example - \`label1, label2, label3\``,
|
|
|
785
785
|
default: 60_000,
|
|
786
786
|
fn: parseNum,
|
|
787
787
|
desc: 'Interval the metrics are flushed to the upstream collector.',
|
|
788
|
-
},
|
|
788
|
+
},
|
|
789
|
+
{
|
|
789
790
|
name: 'observe.crypto_usage.enable',
|
|
790
|
-
arg: '[
|
|
791
|
-
default:
|
|
791
|
+
arg: '[false]',
|
|
792
|
+
default: true,
|
|
793
|
+
fn: castBoolean,
|
|
794
|
+
desc: 'Set to `false` to disable observability reporting of cryptographic library usage.',
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
name: 'observe.ai_usage.enable',
|
|
798
|
+
arg: '[false]',
|
|
799
|
+
default: true,
|
|
792
800
|
fn: castBoolean,
|
|
793
|
-
desc: 'Set to `
|
|
801
|
+
desc: 'Set to `false` to disable observability reporting of AI library usage.',
|
|
794
802
|
},
|
|
795
803
|
// application
|
|
796
804
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.60.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)",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@contrast/common": "1.41.1",
|
|
24
|
-
"@contrast/core": "1.
|
|
24
|
+
"@contrast/core": "1.65.0",
|
|
25
25
|
"deepmerge": "4.3.1",
|
|
26
26
|
"yaml": "2.9.0"
|
|
27
27
|
}
|