@contrast/config 1.3.0 → 1.3.1

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/index.d.ts CHANGED
@@ -16,7 +16,7 @@
16
16
  import { RulesConfig } from '@contrast/common';
17
17
  import { Level } from 'pino';
18
18
 
19
- type SyslogLevel =
19
+ export type SyslogLevel =
20
20
  | 'alert'
21
21
  | 'critical'
22
22
  | 'error'
package/lib/options.js CHANGED
@@ -223,7 +223,7 @@ const agent = [
223
223
  },
224
224
  {
225
225
  name: 'agent.security_logger.path',
226
- // default: 'security',
226
+ default: 'security.log',
227
227
  fn: toAbsolutePath,
228
228
  arg: '<path>',
229
229
  desc: 'where to log security events',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/config",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
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)",