@tstdl/base 0.86.0-beta8 → 0.86.0-beta9

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.
@@ -478,7 +478,7 @@ function throwOnPromise(value, type, chain) {
478
478
  }
479
479
  }
480
480
  function checkOverflow(chain, context) {
481
- if (chain.length > 750 || ++context.resolves > 750) {
481
+ if (chain.length > 100 || ++context.resolves > 7500) {
482
482
  throw new import_resolve_error.ResolveError("Resolve stack overflow. This can happen on circular dependencies with transient lifecycles and self reference. Use scoped or singleton lifecycle or forwardRef instead.", chain);
483
483
  }
484
484
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tstdl/base",
3
- "version": "0.86.0-beta8",
3
+ "version": "0.86.0-beta9",
4
4
  "author": "Patrick Hein",
5
5
  "publishConfig": {
6
6
  "access": "public"