@contrast/agentify 1.52.1 → 1.52.2

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/sources.js +1 -0
  2. package/package.json +14 -14
package/lib/sources.js CHANGED
@@ -37,6 +37,7 @@ module.exports = function(core) {
37
37
  // take a snapshot of Perf.all at this point. this will get logged
38
38
  // at some point on the perf interval timer.
39
39
  core.Perf.mark('listening');
40
+ messages.emit(Event.SERVER_LISTENING, { type: serverType, server: data.obj });
40
41
  }
41
42
  return next();
42
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/agentify",
3
- "version": "1.52.1",
3
+ "version": "1.52.2",
4
4
  "description": "Configures Contrast agent services and instrumentation within an application",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
@@ -20,21 +20,21 @@
20
20
  "test": "bash ../scripts/test.sh"
21
21
  },
22
22
  "dependencies": {
23
- "@contrast/common": "1.34.1",
24
- "@contrast/config": "1.49.1",
25
- "@contrast/core": "1.54.1",
26
- "@contrast/deadzones": "1.26.1",
27
- "@contrast/dep-hooks": "1.23.1",
28
- "@contrast/esm-hooks": "2.28.1",
23
+ "@contrast/common": "1.34.2",
24
+ "@contrast/config": "1.49.2",
25
+ "@contrast/core": "1.54.2",
26
+ "@contrast/deadzones": "1.26.2",
27
+ "@contrast/dep-hooks": "1.23.2",
28
+ "@contrast/esm-hooks": "2.28.2",
29
29
  "@contrast/find-package-json": "^1.1.0",
30
- "@contrast/instrumentation": "1.33.1",
31
- "@contrast/logger": "1.27.1",
32
- "@contrast/metrics": "1.31.1",
33
- "@contrast/patcher": "1.26.1",
30
+ "@contrast/instrumentation": "1.33.2",
31
+ "@contrast/logger": "1.27.2",
32
+ "@contrast/metrics": "1.31.2",
33
+ "@contrast/patcher": "1.26.2",
34
34
  "@contrast/perf": "1.3.1",
35
- "@contrast/reporter": "1.51.1",
36
- "@contrast/rewriter": "1.30.1",
37
- "@contrast/scopes": "1.24.1",
35
+ "@contrast/reporter": "1.51.2",
36
+ "@contrast/rewriter": "1.30.2",
37
+ "@contrast/scopes": "1.24.2",
38
38
  "on-finished": "^2.4.1",
39
39
  "semver": "^7.6.0"
40
40
  }