socket 0.14.60 → 0.14.61

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.
@@ -1526,7 +1526,7 @@ function emitBanner(name) {
1526
1526
  }
1527
1527
  function getAsciiHeader(command) {
1528
1528
  const cliVersion = // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
1529
- "0.14.60:48319f6:f94ddce7:pub";
1529
+ "0.14.61:d32a295:0c87e09e:pub";
1530
1530
  const nodeVersion = process.version;
1531
1531
  const apiToken = shadowNpmInject.getSetting('apiToken');
1532
1532
  const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no';
@@ -8291,7 +8291,7 @@ void (async () => {
8291
8291
  await updateNotifier({
8292
8292
  name: SOCKET_CLI_BIN_NAME,
8293
8293
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
8294
- version: "0.14.60",
8294
+ version: "0.14.61",
8295
8295
  ttl: 86_400_000 /* 24 hours in milliseconds */
8296
8296
  });
8297
8297
  try {
@@ -8358,5 +8358,5 @@ void (async () => {
8358
8358
  await shadowNpmInject.captureException(e);
8359
8359
  }
8360
8360
  })();
8361
- //# debugId=405b6afc-7ca7-41cf-a3c7-e11f02ae076d
8361
+ //# debugId=10176045-1812-42a1-9fa6-32814c810beb
8362
8362
  //# sourceMappingURL=cli.js.map