@camstack/agent 1.1.25 → 1.1.27

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.
@@ -1020,6 +1020,9 @@ function registerGroupRunnerProviders(deps, addons) {
1020
1020
  }
1021
1021
  }
1022
1022
  );
1023
+ if (deps.capabilityRegistry.hasProvider(capName, a.addonId)) {
1024
+ deps.capabilityRegistry.unregisterProvider(capName, a.addonId);
1025
+ }
1023
1026
  deps.capabilityRegistry.registerProvider(capName, a.addonId, proxy);
1024
1027
  }
1025
1028
  deps.loadedAddons.set(a.addonId, {
@@ -1890,4 +1893,4 @@ export {
1890
1893
  startAgentHttpServer,
1891
1894
  startAgent
1892
1895
  };
1893
- //# sourceMappingURL=chunk-NOCHJ6DR.mjs.map
1896
+ //# sourceMappingURL=chunk-CIITICY3.mjs.map