@contrast/cli 1.11.0 → 1.12.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.
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
- * Copyright: 2022 Contrast Security, Inc
3
+ * Copyright: 2023 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: 2022 Contrast Security, Inc
3
+ * Copyright: 2023 Contrast Security, Inc
4
4
  * Contact: support@contrastsecurity.com
5
5
  * License: Commercial
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
3
3
  "name": "@contrast/cli",
4
- "version": "1.11.0",
4
+ "version": "1.12.0",
5
5
  "description": "A collection of agent related CLI utilities",
6
6
  "scripts": {
7
7
  "test": "../scripts/test.sh"
@@ -21,11 +21,11 @@
21
21
  "keywords": [],
22
22
  "license": "SEE LICENSE IN LICENSE",
23
23
  "peerDependencies": {
24
- "@contrast/agent": "5.0.0-alpha.10",
24
+ "@contrast/agent": "5.0.0-beta.1",
25
25
  "@contrast/protect-agent": "5.11.0"
26
26
  },
27
27
  "dependencies": {
28
- "@contrast/core": "1.20.0",
28
+ "@contrast/core": "1.21.0",
29
29
  "commander": "^9.4.1"
30
30
  }
31
- }
31
+ }