@blocklet/pages-kit 0.2.217 → 0.2.218

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.
@@ -54,7 +54,7 @@ const api_1 = require("../../api");
54
54
  const preload_1 = require("../../types/preload");
55
55
  const property_1 = require("../../utils/property");
56
56
  const builtin_module_transformer_1 = require("../../utils/typescript/builtin-module-transformer");
57
- const MAXIMUM_RENDER_STACK_SIZE = 50;
57
+ const MAXIMUM_RENDER_STACK_SIZE = 20;
58
58
  function CustomComponentRenderer(_a) {
59
59
  var _b;
60
60
  var props = __rest(_a, []);
@@ -28,7 +28,7 @@ import { preloadComponents } from '../../api';
28
28
  import { PreloadComponentsStateGlobalVariableName } from '../../types/preload';
29
29
  import { RenderNestedComponent, mergeComponent } from '../../utils/property';
30
30
  import { createBuiltinModuleTransformer } from '../../utils/typescript/builtin-module-transformer';
31
- const MAXIMUM_RENDER_STACK_SIZE = 50;
31
+ const MAXIMUM_RENDER_STACK_SIZE = 20;
32
32
  export default function CustomComponentRenderer(_a) {
33
33
  var _b;
34
34
  var props = __rest(_a, []);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.2.217",
3
+ "version": "0.2.218",
4
4
  "description": "Pages Kit components and utils",
5
5
  "publishConfig": {
6
6
  "access": "public"