deepcode-ai 1.2.0 → 1.2.2

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
@@ -4077,7 +4077,6 @@ ${assistantText}` : assistantText;
4077
4077
  message: `Failed ${call.name}: ${message}`,
4078
4078
  metadata: { tool: call.name, error: message }
4079
4079
  });
4080
- this.eventBus.emit("app:error", { error: new Error(message), context: { tool: call.name } });
4081
4080
  return {
4082
4081
  ok: false,
4083
4082
  output: `Error running ${call.name}: ${message}${hint}`,
@@ -28589,7 +28588,7 @@ function parseVersion2(version) {
28589
28588
  if (!match) return null;
28590
28589
  return [Number(match[1]), Number(match[2]), Number(match[3])];
28591
28590
  }
28592
- var VERSION = "1.2.0".length > 0 ? "1.2.0" : "0.0.0-dev";
28591
+ var VERSION = "1.2.2".length > 0 ? "1.2.2" : "0.0.0-dev";
28593
28592
  var updateCommand = {
28594
28593
  name: "update",
28595
28594
  description: "Check published DeepCode versions",