@contrast/config 1.13.0 → 1.14.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.
Files changed (2) hide show
  1. package/lib/options.js +1 -1
  2. package/package.json +2 -2
package/lib/options.js CHANGED
@@ -480,7 +480,7 @@ const assess = [
480
480
  {
481
481
  name: 'assess.max_propagation_events',
482
482
  arg: '<limit>',
483
- default: 250,
483
+ default: 500,
484
484
  fn: parseNum,
485
485
  desc: 'set limit for maximum number of propagation events created per request',
486
486
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/config",
3
- "version": "1.13.0",
3
+ "version": "1.14.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.11.0",
20
+ "@contrast/common": "1.12.0",
21
21
  "yaml": "^2.2.2"
22
22
  }
23
23
  }