@soos-io/soos-sbom 0.1.1-pre.3 → 0.1.1-pre.4

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/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -68,7 +68,7 @@ class SOOSSBOMAnalysis {
68
68
  parser.add_argument("--integrationType", {
69
69
  help: "Integration Type - Intended for internal use only.",
70
70
  required: false,
71
- const: constants_1.CONSTANTS.SOOS.DEFAULT_INTEGRATION_TYPE,
71
+ default: constants_1.CONSTANTS.SOOS.DEFAULT_INTEGRATION_TYPE,
72
72
  });
73
73
  parser.add_argument("--logLevel", {
74
74
  help: "Minimum level to show logs: PASS, IGNORE, INFO, WARN or FAIL.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soos-io/soos-sbom",
3
- "version": "0.1.1-pre.3",
3
+ "version": "0.1.1-pre.4",
4
4
  "description": "SOOS wrapper script to upload sboms.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {