deepcode-ai 1.2.20 → 1.2.21

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/dist/index.js CHANGED
@@ -11509,7 +11509,7 @@ function parseVersion(version) {
11509
11509
  if (!match) return null;
11510
11510
  return [Number(match[1]), Number(match[2]), Number(match[3])];
11511
11511
  }
11512
- var VERSION = "1.2.20".length > 0 ? "1.2.20" : "0.0.0-dev";
11512
+ var VERSION = "1.2.21".length > 0 ? "1.2.21" : "0.0.0-dev";
11513
11513
  async function updateCommand() {
11514
11514
  writeStdoutLine(`Current version: ${VERSION}`);
11515
11515
  const update = await checkForUpdate(VERSION, { force: true });
@@ -29356,7 +29356,7 @@ var exportCommand = {
29356
29356
  })
29357
29357
  })),
29358
29358
  action: async (context, args) => {
29359
- const fmt2 = args?.trim() ?? "markdown";
29359
+ const fmt2 = args?.trim() || "markdown";
29360
29360
  if (!EXPORT_FORMATS.includes(fmt2)) {
29361
29361
  return {
29362
29362
  type: "message",