@devvit/public-api 0.11.0-next-2024-08-01-c0bea029c.0 → 0.11.0-next-2024-08-01-fe4c690d1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -385,7 +385,7 @@ async function _BlocksHandler_handleAsyncQueues(context, ...batch) {
385
385
  return children;
386
386
  }
387
387
  else if (typeof element.type === 'function') {
388
- const propsWithChildren = { ...element.props, children: element.children };
388
+ const propsWithChildren = { ...element.props, children: element.children.flat(Infinity) };
389
389
  return __classPrivateFieldGet(this, _BlocksHandler_instances, "m", _BlocksHandler_render).call(this, element.type, propsWithChildren, context);
390
390
  }
391
391
  else {
package/meta.json CHANGED
@@ -12504,7 +12504,7 @@
12504
12504
  "format": "esm"
12505
12505
  },
12506
12506
  "src/devvit/internals/blocks/handler/BlocksHandler.ts": {
12507
- "bytes": 18289,
12507
+ "bytes": 18304,
12508
12508
  "imports": [
12509
12509
  {
12510
12510
  "path": "@devvit/protos",
@@ -14446,7 +14446,7 @@
14446
14446
  "bytesInOutput": 1362
14447
14447
  },
14448
14448
  "src/devvit/internals/blocks/handler/BlocksHandler.ts": {
14449
- "bytesInOutput": 14529
14449
+ "bytesInOutput": 14544
14450
14450
  },
14451
14451
  "src/devvit/internals/ui-request-handler.ts": {
14452
14452
  "bytesInOutput": 618
@@ -14530,7 +14530,7 @@
14530
14530
  "bytesInOutput": 370
14531
14531
  }
14532
14532
  },
14533
- "bytes": 14791032
14533
+ "bytes": 14791087
14534
14534
  }
14535
14535
  }
14536
14536
  }
package/meta.min.json CHANGED
@@ -3833,7 +3833,7 @@
3833
3833
  "format": "esm"
3834
3834
  },
3835
3835
  "src/devvit/internals/blocks/handler/BlocksHandler.ts": {
3836
- "bytes": 18289,
3836
+ "bytes": 18304,
3837
3837
  "imports": [
3838
3838
  {
3839
3839
  "path": "@devvit/protos",
@@ -4738,7 +4738,7 @@
4738
4738
  "imports": [],
4739
4739
  "exports": [],
4740
4740
  "inputs": {},
4741
- "bytes": 1185042
4741
+ "bytes": 1185072
4742
4742
  },
4743
4743
  "dist/public-api.min.js": {
4744
4744
  "imports": [
@@ -5471,7 +5471,7 @@
5471
5471
  "bytesInOutput": 530
5472
5472
  },
5473
5473
  "src/devvit/internals/blocks/handler/BlocksHandler.ts": {
5474
- "bytesInOutput": 6597
5474
+ "bytesInOutput": 6607
5475
5475
  },
5476
5476
  "src/apis/reddit/helpers/makeGettersEnumerable.ts": {
5477
5477
  "bytesInOutput": 166
@@ -5549,7 +5549,7 @@
5549
5549
  "bytesInOutput": 178
5550
5550
  }
5551
5551
  },
5552
- "bytes": 249650
5552
+ "bytes": 249660
5553
5553
  }
5554
5554
  }
5555
5555
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.11.0-next-2024-08-01-c0bea029c.0",
3
+ "version": "0.11.0-next-2024-08-01-fe4c690d1.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "types": "./index.d.ts",
32
32
  "dependencies": {
33
- "@devvit/protos": "0.11.0-next-2024-08-01-c0bea029c.0",
34
- "@devvit/shared-types": "0.11.0-next-2024-08-01-c0bea029c.0",
33
+ "@devvit/protos": "0.11.0-next-2024-08-01-fe4c690d1.0",
34
+ "@devvit/shared-types": "0.11.0-next-2024-08-01-fe4c690d1.0",
35
35
  "base64-js": "1.5.1",
36
36
  "clone-deep": "4.0.1",
37
37
  "core-js": "3.27.2",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@ampproject/filesize": "4.3.0",
42
- "@devvit/eslint-config": "0.11.0-next-2024-08-01-c0bea029c.0",
43
- "@devvit/repo-tools": "0.11.0-next-2024-08-01-c0bea029c.0",
44
- "@devvit/tsconfig": "0.11.0-next-2024-08-01-c0bea029c.0",
42
+ "@devvit/eslint-config": "0.11.0-next-2024-08-01-fe4c690d1.0",
43
+ "@devvit/repo-tools": "0.11.0-next-2024-08-01-fe4c690d1.0",
44
+ "@devvit/tsconfig": "0.11.0-next-2024-08-01-fe4c690d1.0",
45
45
  "@microsoft/api-extractor": "7.41.0",
46
46
  "@reddit/faceplate-ui": "11.3.3",
47
47
  "@types/clone-deep": "4.0.1",
@@ -64,5 +64,5 @@
64
64
  }
65
65
  },
66
66
  "source": "./src/index.ts",
67
- "gitHead": "9fb891723de635481db8e44f16b40616f8234cdd"
67
+ "gitHead": "6f5e35848b5eb5f2c7f6e1b189d4b26238c980d6"
68
68
  }