@contrast/cli 1.59.0 → 1.59.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.
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,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
- * Copyright: 2025 Contrast Security, Inc
3
+ * Copyright: 2026 Contrast Security, Inc
4
4
  * Contact: support@contrastsecurity.com
5
5
  * License: Commercial
6
6
 
package/bin/rewrite.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
- * Copyright: 2025 Contrast Security, Inc
3
+ * Copyright: 2026 Contrast Security, Inc
4
4
  * Contact: support@contrastsecurity.com
5
5
  * License: Commercial
6
6
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
- * Copyright: 2025 Contrast Security, Inc
3
+ * Copyright: 2026 Contrast Security, Inc
4
4
  * Contact: support@contrastsecurity.com
5
5
  * License: Commercial
6
6
 
@@ -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
 
@@ -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/cli",
3
- "version": "1.59.0",
3
+ "version": "1.59.2",
4
4
  "type": "module",
5
5
  "description": "A collection of agent related CLI utilities",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -26,14 +26,14 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@contrast/find-package-json": "^1.1.0",
29
- "@contrast/rewriter": "1.37.0",
30
- "@contrast/common": "1.39.0",
31
- "@contrast/config": "1.55.0",
32
- "@contrast/core": "1.60.0",
33
- "@contrast/logger": "1.33.0",
29
+ "@contrast/rewriter": "1.37.2",
30
+ "@contrast/common": "1.39.1",
31
+ "@contrast/config": "1.55.1",
32
+ "@contrast/core": "1.60.1",
33
+ "@contrast/logger": "1.33.1",
34
34
  "@contrast/perf": "1.4.0",
35
- "@contrast/reporter": "1.58.0",
36
- "@contrast/scopes": "1.30.0",
35
+ "@contrast/reporter": "1.58.1",
36
+ "@contrast/scopes": "1.30.1",
37
37
  "@swc/core": "1.13.3",
38
38
  "commander": "^9.4.1"
39
39
  }