socket 0.14.63 → 0.14.64

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.
@@ -650,7 +650,7 @@ function emitBanner(name) {
650
650
  }
651
651
  function getAsciiHeader(command) {
652
652
  const cliVersion = // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
653
- "0.14.63:988a495:b9768528:pub";
653
+ "0.14.64:6005821:3eae2174:pub";
654
654
  const nodeVersion = process.version;
655
655
  const apiToken = shadowNpmInject.getSetting('apiToken');
656
656
  const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no';
@@ -8214,7 +8214,7 @@ void (async () => {
8214
8214
  await updateNotifier({
8215
8215
  name: SOCKET_CLI_BIN_NAME,
8216
8216
  // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
8217
- version: "0.14.63",
8217
+ version: "0.14.64",
8218
8218
  ttl: 86_400_000 /* 24 hours in milliseconds */
8219
8219
  });
8220
8220
  try {
@@ -8281,5 +8281,5 @@ void (async () => {
8281
8281
  await shadowNpmInject.captureException(e);
8282
8282
  }
8283
8283
  })();
8284
- //# debugId=f4f96236-93e1-49bc-8920-ea7dc4befd99
8284
+ //# debugId=fdc4cb4d-fc52-4a3c-af90-4e5eeefd4040
8285
8285
  //# sourceMappingURL=cli.js.map