@contrast/agentify 1.60.0 → 1.61.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/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright: 2025 Contrast Security, Inc
1
+ Copyright: 2026 Contrast Security, Inc
2
2
  Contact: support@contrastsecurity.com
3
3
  License: Commercial
4
4
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2025 Contrast Security, Inc
2
+ * Copyright: 2026 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2025 Contrast Security, Inc
2
+ * Copyright: 2026 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2025 Contrast Security, Inc
2
+ * Copyright: 2026 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
package/lib/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2025 Contrast Security, Inc
2
+ * Copyright: 2026 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -24,6 +24,7 @@ import { Patcher } from '@contrast/patcher';
24
24
  import { ReporterBus } from '@contrast/reporter';
25
25
  import { Rewriter } from '@contrast/rewriter';
26
26
  import { Scopes } from '@contrast/scopes';
27
+ import { SecObs } from '@contrast/sec-obs';
27
28
 
28
29
  declare module 'module' {
29
30
  class Module {
@@ -62,6 +63,7 @@ export interface Core extends _Core {
62
63
  scopes: Scopes;
63
64
  deadzones: Deadzones;
64
65
  reporter: ReporterBus;
66
+ secObs: SecObs;
65
67
  instrumentation: any;
66
68
  metrics: any;
67
69
  }
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2025 Contrast Security, Inc
2
+ * Copyright: 2026 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2025 Contrast Security, Inc
2
+ * Copyright: 2026 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
package/lib/utils.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2025 Contrast Security, Inc
2
+ * Copyright: 2026 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
package/lib/validators.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2025 Contrast Security, Inc
2
+ * Copyright: 2026 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/agentify",
3
- "version": "1.60.0",
3
+ "version": "1.61.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)",
@@ -23,9 +23,9 @@
23
23
  "@contrast/common": "1.39.0",
24
24
  "@contrast/config": "1.55.0",
25
25
  "@contrast/core": "1.60.0",
26
- "@contrast/deadzones": "1.32.0",
26
+ "@contrast/deadzones": "1.33.0",
27
27
  "@contrast/dep-hooks": "1.29.0",
28
- "@contrast/esm-hooks": "2.35.0",
28
+ "@contrast/esm-hooks": "2.35.1",
29
29
  "@contrast/find-package-json": "^1.1.0",
30
30
  "@contrast/instrumentation": "1.39.0",
31
31
  "@contrast/logger": "1.33.0",
@@ -33,8 +33,9 @@
33
33
  "@contrast/patcher": "1.32.0",
34
34
  "@contrast/perf": "1.4.0",
35
35
  "@contrast/reporter": "1.58.0",
36
- "@contrast/rewriter": "1.37.0",
36
+ "@contrast/rewriter": "1.37.1",
37
37
  "@contrast/scopes": "1.30.0",
38
+ "@contrast/sec-obs": "1.4.1",
38
39
  "@contrast/sources": "1.6.0",
39
40
  "on-finished": "^2.4.1",
40
41
  "semver": "^7.6.0"