@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.
package/dist/cli.js CHANGED
@@ -1000,6 +1000,9 @@ function registerGroupRunnerProviders(deps, addons) {
1000
1000
  }
1001
1001
  }
1002
1002
  );
1003
+ if (deps.capabilityRegistry.hasProvider(capName, a.addonId)) {
1004
+ deps.capabilityRegistry.unregisterProvider(capName, a.addonId);
1005
+ }
1003
1006
  deps.capabilityRegistry.registerProvider(capName, a.addonId, proxy);
1004
1007
  }
1005
1008
  deps.loadedAddons.set(a.addonId, {