@contrast/common 1.38.0 → 1.39.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/types.d.ts +5 -0
  2. package/package.json +1 -1
package/lib/types.d.ts CHANGED
@@ -335,6 +335,11 @@ export interface RouteInfo {
335
335
  * @example "get"
336
336
  */
337
337
  method?: string;
338
+ /**
339
+ * The HTTP framework being used.
340
+ * @example "express"
341
+ */
342
+ framework: string;
338
343
  /**
339
344
  * The type of route that is being reported. Default should be RouteType.HTTP.
340
345
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/common",
3
- "version": "1.38.0",
3
+ "version": "1.39.0",
4
4
  "description": "Shared constants and utilities for all Contrast Agent modules",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",