@contrast/assess 1.43.0 → 1.45.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.
@@ -80,7 +80,7 @@ function initMockCore() {
80
80
  assess: {},
81
81
  // mocks
82
82
  messages: new EventEmitter(),
83
- logger: mocks.logger(),
83
+ logger: mocks.logger()
84
84
  };
85
85
  // use actual config so we can get dynamic effective values with TS message
86
86
  // updates (mock doesn't). we can also test new effective config mappings.
@@ -236,7 +236,7 @@ function initMockCore() {
236
236
  assess: {},
237
237
  // mocks
238
238
  messages: new EventEmitter(),
239
- logger: mocks.logger(),
239
+ logger: mocks.logger()
240
240
  };
241
241
  // use actual config so we can get dynamic effective values with TS message
242
242
  // updates (mock doesn't). we can also test new effective config mappings.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/assess",
3
- "version": "1.43.0",
3
+ "version": "1.45.0",
4
4
  "description": "Contrast service providing framework-agnostic Assess support",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
@@ -17,17 +17,17 @@
17
17
  "test": "../scripts/test.sh"
18
18
  },
19
19
  "dependencies": {
20
- "@contrast/common": "1.28.0",
21
- "@contrast/config": "1.38.0",
22
- "@contrast/core": "1.43.0",
23
- "@contrast/dep-hooks": "1.12.0",
20
+ "@contrast/common": "1.29.0",
21
+ "@contrast/config": "1.40.0",
22
+ "@contrast/core": "1.45.0",
23
+ "@contrast/dep-hooks": "1.14.0",
24
24
  "@contrast/distringuish": "^5.1.0",
25
- "@contrast/instrumentation": "1.22.0",
26
- "@contrast/logger": "1.16.0",
27
- "@contrast/patcher": "1.15.0",
28
- "@contrast/rewriter": "1.19.0",
29
- "@contrast/route-coverage": "1.33.0",
30
- "@contrast/scopes": "1.13.0",
25
+ "@contrast/instrumentation": "1.24.0",
26
+ "@contrast/logger": "1.18.0",
27
+ "@contrast/patcher": "1.17.0",
28
+ "@contrast/rewriter": "1.21.0",
29
+ "@contrast/route-coverage": "1.35.0",
30
+ "@contrast/scopes": "1.15.0",
31
31
  "semver": "^7.6.0"
32
32
  }
33
33
  }