@flotrace/runtime-core 2.3.1 → 2.3.3

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/index.js CHANGED
@@ -2666,7 +2666,7 @@ function detectTransitionPending(fiber) {
2666
2666
  }
2667
2667
  return false;
2668
2668
  }
2669
- var MAX_TREE_DEPTH = 100;
2669
+ var MAX_TREE_DEPTH = 3e3;
2670
2670
  var MAX_CHILDREN_PER_NODE = 300;
2671
2671
  var throttleTimer = null;
2672
2672
  var maxWaitTimer = null;
package/dist/index.mjs CHANGED
@@ -2368,7 +2368,7 @@ function detectTransitionPending(fiber) {
2368
2368
  }
2369
2369
  return false;
2370
2370
  }
2371
- var MAX_TREE_DEPTH = 100;
2371
+ var MAX_TREE_DEPTH = 3e3;
2372
2372
  var MAX_CHILDREN_PER_NODE = 300;
2373
2373
  var throttleTimer = null;
2374
2374
  var maxWaitTimer = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flotrace/runtime-core",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "Platform-agnostic core for FloTrace runtime — fiber walker, analyzers, trackers. Shared by @flotrace/runtime (web) and @flotrace/runtime-native (React Native).",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",