@contrast/agentify 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/index.js +2 -1
  2. package/package.json +14 -14
package/lib/index.js CHANGED
@@ -136,7 +136,7 @@ module.exports = function init(core = {}) {
136
136
  console.error(err);
137
137
  console.error(ERROR_MESSAGE);
138
138
 
139
- // TODO: Consider proper UNINSTALLATION and normal startup w/o agent
139
+ // TODO: Consider proper UNINSTALLATION and normal startup w/o agent
140
140
  logger.error({ err }, ERROR_MESSAGE);
141
141
  }
142
142
  }
@@ -204,6 +204,7 @@ module.exports = function init(core = {}) {
204
204
  if (isDefault) {
205
205
  mod = mod.default;
206
206
  }
207
+
207
208
  _perf.wrapInit(mod, spec)(core);
208
209
 
209
210
  // perform any validations that can take place now that this module is loaded.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/agentify",
3
- "version": "1.36.0",
3
+ "version": "1.38.0",
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)",
@@ -18,20 +18,20 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@contrast/common": "1.26.0",
21
- "@contrast/config": "1.35.0",
22
- "@contrast/core": "1.40.0",
23
- "@contrast/deadzones": "1.11.0",
24
- "@contrast/dep-hooks": "1.8.0",
25
- "@contrast/esm-hooks": "2.14.0",
21
+ "@contrast/config": "1.36.0",
22
+ "@contrast/core": "1.41.1",
23
+ "@contrast/deadzones": "1.13.0",
24
+ "@contrast/dep-hooks": "1.10.0",
25
+ "@contrast/esm-hooks": "2.15.1",
26
26
  "@contrast/find-package-json": "^1.1.0",
27
- "@contrast/instrumentation": "1.18.0",
28
- "@contrast/logger": "1.13.0",
29
- "@contrast/metrics": "1.16.0",
30
- "@contrast/patcher": "1.12.0",
31
- "@contrast/perf": "1.2.1",
32
- "@contrast/reporter": "1.35.1",
33
- "@contrast/rewriter": "1.16.0",
34
- "@contrast/scopes": "1.9.0",
27
+ "@contrast/instrumentation": "1.20.0",
28
+ "@contrast/logger": "1.14.0",
29
+ "@contrast/metrics": "1.18.0",
30
+ "@contrast/patcher": "1.13.0",
31
+ "@contrast/perf": "1.2.2",
32
+ "@contrast/reporter": "1.37.0",
33
+ "@contrast/rewriter": "1.17.1",
34
+ "@contrast/scopes": "1.11.0",
35
35
  "semver": "^7.6.0"
36
36
  }
37
37
  }