@contrast/config 1.36.0 → 1.38.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
@@ -171,7 +171,7 @@ const options = [
171
171
  const existingSource = cfg.getEffectiveSource(canonicalName);
172
172
  if (existingSource !== DEFAULT_VALUE) {
173
173
  cfg._logs.push({
174
- level: 'info',
174
+ level: 'warn',
175
175
  msg: 'Using configured value for `%s` (set by %s) instead of `api.token`.',
176
176
  args: [canonicalName, existingSource]
177
177
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/config",
3
- "version": "1.36.0",
3
+ "version": "1.38.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.26.0",
20
+ "@contrast/common": "1.28.0",
21
21
  "yaml": "^2.2.2"
22
22
  }
23
23
  }