@soos-io/soos-sbom 0.1.1-pre.1 → 0.1.1-pre.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/bin/index.js +0 -1
- package/bin/utils/constants.d.ts +0 -1
- package/bin/utils/constants.js +0 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -64,7 +64,6 @@ class SOOSSBOMAnalysis {
|
|
|
64
64
|
parser.add_argument("--integrationName", {
|
|
65
65
|
help: "Integration Name - Intended for internal use only.",
|
|
66
66
|
required: false,
|
|
67
|
-
default: constants_1.CONSTANTS.SOOS.DEFAULT_INTEGRATION_NAME,
|
|
68
67
|
});
|
|
69
68
|
parser.add_argument("--integrationType", {
|
|
70
69
|
help: "Integration Type - Intended for internal use only.",
|
package/bin/utils/constants.d.ts
CHANGED
package/bin/utils/constants.js
CHANGED