@socketsecurity/cli-with-sentry 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 CHANGED
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
- ## [1.1.54](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.54) - 2026-01-08
7
+ ## [1.1.55](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.55) - 2026-01-09
8
+
9
+ ### Changed
10
+ - Updated the Coana CLI to v `14.12.148`.
11
+
12
+ ## [1.1.54](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.54) - 2026-01-09
8
13
 
9
14
  ### Changed
10
15
  - Updated the Coana CLI to v `14.12.143`.
package/dist/cli.js CHANGED
@@ -947,8 +947,8 @@ async function fetchCreateOrgFullScan(packagePaths, orgSlug, config, options) {
947
947
  async function fetchSupportedScanFileNames(options) {
948
948
  const {
949
949
  sdkOpts,
950
- spinner,
951
- silence = false
950
+ silence = false,
951
+ spinner
952
952
  } = {
953
953
  __proto__: null,
954
954
  ...options
@@ -15336,5 +15336,5 @@ process.on('unhandledRejection', async (reason, promise) => {
15336
15336
  // eslint-disable-next-line n/no-process-exit
15337
15337
  process.exit(1);
15338
15338
  });
15339
- //# debugId=b7461448-5a2e-4be5-83d0-ab7faa8bc055
15339
+ //# debugId=a0ac0175-4e40-434b-ada6-1188cb4b4d1
15340
15340
  //# sourceMappingURL=cli.js.map