@contrast/assess 1.43.0 → 1.44.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/sampler/common.test.js +1 -1
- package/lib/sampler/index.test.js +1 -1
- package/package.json +11 -11
|
@@ -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.
|
|
3
|
+
"version": "1.44.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.
|
|
21
|
-
"@contrast/config": "1.
|
|
22
|
-
"@contrast/core": "1.
|
|
23
|
-
"@contrast/dep-hooks": "1.
|
|
20
|
+
"@contrast/common": "1.29.0",
|
|
21
|
+
"@contrast/config": "1.39.0",
|
|
22
|
+
"@contrast/core": "1.44.0",
|
|
23
|
+
"@contrast/dep-hooks": "1.13.0",
|
|
24
24
|
"@contrast/distringuish": "^5.1.0",
|
|
25
|
-
"@contrast/instrumentation": "1.
|
|
26
|
-
"@contrast/logger": "1.
|
|
27
|
-
"@contrast/patcher": "1.
|
|
28
|
-
"@contrast/rewriter": "1.
|
|
29
|
-
"@contrast/route-coverage": "1.
|
|
30
|
-
"@contrast/scopes": "1.
|
|
25
|
+
"@contrast/instrumentation": "1.23.0",
|
|
26
|
+
"@contrast/logger": "1.17.0",
|
|
27
|
+
"@contrast/patcher": "1.16.0",
|
|
28
|
+
"@contrast/rewriter": "1.20.0",
|
|
29
|
+
"@contrast/route-coverage": "1.34.0",
|
|
30
|
+
"@contrast/scopes": "1.14.0",
|
|
31
31
|
"semver": "^7.6.0"
|
|
32
32
|
}
|
|
33
33
|
}
|