@camstack/agent 1.1.24 → 1.1.26

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.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import { createRequire as __cr } from 'node:module'; const require = globalThis.require ?? __cr(import.meta.url);
3
3
  import {
4
4
  startAgent
5
- } from "./chunk-NOCHJ6DR.mjs";
5
+ } from "./chunk-CIITICY3.mjs";
6
6
 
7
7
  // src/cli.ts
8
8
  import { existsSync } from "fs";
package/dist/index.js CHANGED
@@ -1009,6 +1009,9 @@ function registerGroupRunnerProviders(deps, addons) {
1009
1009
  }
1010
1010
  }
1011
1011
  );
1012
+ if (deps.capabilityRegistry.hasProvider(capName, a.addonId)) {
1013
+ deps.capabilityRegistry.unregisterProvider(capName, a.addonId);
1014
+ }
1012
1015
  deps.capabilityRegistry.registerProvider(capName, a.addonId, proxy);
1013
1016
  }
1014
1017
  deps.loadedAddons.set(a.addonId, {