@socketsecurity/cli 1.1.54 → 1.1.55
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/CHANGELOG.md +6 -1
- package/dist/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +4 -4
- package/dist/constants.js.map +1 -1
- package/dist/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/utils.js +3 -3
- package/dist/utils.js.map +1 -1
- package/package.json +2 -2
package/dist/utils.js
CHANGED
|
@@ -2039,8 +2039,8 @@ async function handleApiCall(value, options) {
|
|
|
2039
2039
|
const {
|
|
2040
2040
|
commandPath,
|
|
2041
2041
|
description,
|
|
2042
|
-
|
|
2043
|
-
|
|
2042
|
+
silence = false,
|
|
2043
|
+
spinner
|
|
2044
2044
|
} = {
|
|
2045
2045
|
__proto__: null,
|
|
2046
2046
|
...options
|
|
@@ -7571,5 +7571,5 @@ exports.updateConfigValue = updateConfigValue;
|
|
|
7571
7571
|
exports.walkNestedMap = walkNestedMap;
|
|
7572
7572
|
exports.webLink = webLink;
|
|
7573
7573
|
exports.writeSocketJson = writeSocketJson;
|
|
7574
|
-
//# debugId=
|
|
7574
|
+
//# debugId=68d86e29-e96e-422d-9344-803beda1a6e1
|
|
7575
7575
|
//# sourceMappingURL=utils.js.map
|