@socketsecurity/cli-with-sentry 1.1.136 → 1.1.138

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,6 +4,16 @@ 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.138](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.138) - 2026-07-07
8
+
9
+ ### Changed
10
+ - Updated the Coana CLI to v `15.8.2`.
11
+
12
+ ## [1.1.137](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.137) - 2026-07-03
13
+
14
+ ### Changed
15
+ - Updated the Coana CLI to v `15.8.1`.
16
+
7
17
  ## [1.1.136](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.136) - 2026-07-02
8
18
 
9
19
  ### Changed
package/dist/cli.js CHANGED
@@ -21788,20 +21788,7 @@ utils.setupTelemetryExitHandlers();
21788
21788
  void (async () => {
21789
21789
  // Track CLI start for telemetry.
21790
21790
  await utils.trackCliStart(process.argv);
21791
- const registryUrl = vendor.registryUrl();
21792
- await vendor.updater({
21793
- authInfo: vendor.registryAuthTokenExports(registryUrl, {
21794
- recursive: true
21795
- }),
21796
- name: constants.default.SOCKET_CLI_BIN_NAME,
21797
- registryUrl,
21798
- ttl: 86_400_000 /* 24 hours in milliseconds */,
21799
- version: constants.default.ENV.INLINED_SOCKET_CLI_VERSION,
21800
- logCallback: (name, version, latest) => {
21801
- logger.logger.log(`\n\nšŸ“¦ Update available for ${vendor.yoctocolorsCjsExports.cyan(name)}: ${vendor.yoctocolorsCjsExports.gray(version)} → ${vendor.yoctocolorsCjsExports.green(latest)}`);
21802
- logger.logger.log(`šŸ“ ${utils.socketPackageLink('npm', name, `files/${latest}/CHANGELOG.md`, 'View changelog')}`);
21803
- }
21804
- });
21791
+ await utils.runSelfUpdateCheck();
21805
21792
  try {
21806
21793
  await utils.meowWithSubcommands({
21807
21794
  name: constants.default.SOCKET_CLI_BIN_NAME,
@@ -21915,5 +21902,5 @@ process.on('unhandledRejection', async (reason, promise) => {
21915
21902
  // eslint-disable-next-line n/no-process-exit
21916
21903
  process.exit(1);
21917
21904
  });
21918
- //# debugId=7e8416d5-be6a-4d93-954d-13ea1803d95e
21905
+ //# debugId=e3648eac-e83a-498a-89eb-cf4c309aaf2a
21919
21906
  //# sourceMappingURL=cli.js.map