@agentvault/agentvault 0.23.6 → 0.23.7

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/cli.js CHANGED
@@ -64793,7 +64793,7 @@ var init_channel = __esm({
64793
64793
  */
64794
64794
  sendActivitySpan(spanData) {
64795
64795
  if (!this._ws || this._ws.readyState !== WebSocket.OPEN) return;
64796
- const pluginVersion = true ? "0.23.6" : "0.0.0-dev";
64796
+ const pluginVersion = true ? "0.23.7" : "0.0.0-dev";
64797
64797
  const agentName = this.config.agentName ?? "Agent";
64798
64798
  const resource = {
64799
64799
  "service.name": "agentvault-agent",
@@ -66410,7 +66410,7 @@ var init_channel = __esm({
66410
66410
  agentVersion: this.config.agentVersion ?? "0.0.0",
66411
66411
  // __AV_VERSION__ is injected by esbuild from package.json at build time.
66412
66412
  // Falls back to "0.0.0-dev" in non-bundled contexts (tests).
66413
- pluginVersion: true ? "0.23.6" : "0.0.0-dev"
66413
+ pluginVersion: true ? "0.23.7" : "0.0.0-dev"
66414
66414
  });
66415
66415
  this._telemetryReporter.startAutoFlush(3e4);
66416
66416
  }
@@ -66723,7 +66723,7 @@ var init_channel = __esm({
66723
66723
  agentVersion: this.config.agentVersion ?? "0.0.0",
66724
66724
  // __AV_VERSION__ is injected by esbuild from package.json at build time.
66725
66725
  // Falls back to "0.0.0-dev" in non-bundled contexts (tests).
66726
- pluginVersion: true ? "0.23.6" : "0.0.0-dev"
66726
+ pluginVersion: true ? "0.23.7" : "0.0.0-dev"
66727
66727
  });
66728
66728
  this._telemetryReporter.startAutoFlush(3e4);
66729
66729
  }
@@ -90813,7 +90813,7 @@ var init_index = __esm({
90813
90813
  init_skill_invoker();
90814
90814
  await init_skill_telemetry();
90815
90815
  await init_policy_enforcer();
90816
- VERSION = true ? "0.23.6" : "0.0.0-dev";
90816
+ VERSION = true ? "0.23.7" : "0.0.0-dev";
90817
90817
  }
90818
90818
  });
90819
90819