@stemy/backend 3.1.6 → 3.1.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.
@@ -6078,6 +6078,8 @@
6078
6078
  diContainer = parent.createChildContainer();
6079
6079
  allProviders.forEach(function (provider) {
6080
6080
  if (isType(provider)) {
6081
+ if (tsyringe.container.isRegistered(provider))
6082
+ return;
6081
6083
  diContainer.register(provider, provider);
6082
6084
  return;
6083
6085
  }