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