@contrast/agent 5.10.1 → 5.11.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.
@@ -88,6 +88,7 @@ function startAgent({ type = 'cjs' } = {}) {
88
88
  'rewriteHooks',
89
89
  'functionHooks',
90
90
  'esmHooks',
91
+ 'diagnostics',
91
92
  ],
92
93
  type
93
94
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/agent",
3
- "version": "5.10.1",
3
+ "version": "5.11.0",
4
4
  "description": "Assess and Protect agents for Node.js",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
@@ -21,12 +21,12 @@
21
21
  "test": "../scripts/test.sh"
22
22
  },
23
23
  "dependencies": {
24
- "@contrast/agentify": "1.27.2",
25
- "@contrast/architecture-components": "1.19.3",
26
- "@contrast/assess": "1.30.0",
27
- "@contrast/library-analysis": "1.20.3",
28
- "@contrast/protect": "1.38.0",
29
- "@contrast/route-coverage": "1.20.7",
30
- "@contrast/telemetry": "1.7.4"
24
+ "@contrast/agentify": "1.28.0",
25
+ "@contrast/architecture-components": "1.20.0",
26
+ "@contrast/assess": "1.31.0",
27
+ "@contrast/library-analysis": "1.21.0",
28
+ "@contrast/protect": "1.39.0",
29
+ "@contrast/route-coverage": "1.21.0",
30
+ "@contrast/telemetry": "1.8.0"
31
31
  }
32
32
  }