@devvit/ui-renderer 0.12.0-next-2025-04-12-5721a9506.0 → 0.12.0-next-2025-04-24-137462f28.0
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/blocks/components/devvit-blocks-web-view.d.ts.map +1 -1
- package/blocks/components/devvit-blocks-web-view.js +17 -2
- package/blocks/components/devvit-blocks-web-view.js.map +1 -1
- package/client/devvit-custom-post.d.ts.map +1 -1
- package/client/devvit-custom-post.js +2 -1
- package/client/devvit-custom-post.js.map +1 -1
- package/client/devvit-surface.d.ts +2 -0
- package/client/devvit-surface.d.ts.map +1 -1
- package/client/devvit-surface.js +8 -2
- package/client/devvit-surface.js.map +1 -1
- package/client/effects/web-view-effect-handler.d.ts.map +1 -1
- package/client/effects/web-view-effect-handler.js +0 -6
- package/client/effects/web-view-effect-handler.js.map +1 -1
- package/client/web-view.d.ts +2 -1
- package/client/web-view.d.ts.map +1 -1
- package/client/web-view.js +4 -1
- package/client/web-view.js.map +1 -1
- package/client/web-view.test.js.map +1 -1
- package/devvit-custom-post-meta.min.json +32 -13
- package/devvit-custom-post.min.js +47 -47
- package/devvit-custom-post.min.js.map +4 -4
- package/devvit-surface-meta.min.json +33 -14
- package/devvit-surface.min.js +39 -39
- package/devvit-surface.min.js.map +4 -4
- package/package.json +9 -9
|
@@ -1560,7 +1560,7 @@
|
|
|
1560
1560
|
"format": "esm"
|
|
1561
1561
|
},
|
|
1562
1562
|
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
|
|
1563
|
-
"bytes":
|
|
1563
|
+
"bytes": 14726,
|
|
1564
1564
|
"imports": [
|
|
1565
1565
|
{
|
|
1566
1566
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -1586,7 +1586,7 @@
|
|
|
1586
1586
|
"format": "esm"
|
|
1587
1587
|
},
|
|
1588
1588
|
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
1589
|
-
"bytes":
|
|
1589
|
+
"bytes": 10175,
|
|
1590
1590
|
"imports": [
|
|
1591
1591
|
{
|
|
1592
1592
|
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js",
|
|
@@ -6492,7 +6492,7 @@
|
|
|
6492
6492
|
"format": "esm"
|
|
6493
6493
|
},
|
|
6494
6494
|
"../shared-types/dist/Header.js": {
|
|
6495
|
-
"bytes":
|
|
6495
|
+
"bytes": 2440,
|
|
6496
6496
|
"imports": [],
|
|
6497
6497
|
"format": "esm"
|
|
6498
6498
|
},
|
|
@@ -6517,6 +6517,11 @@
|
|
|
6517
6517
|
],
|
|
6518
6518
|
"format": "esm"
|
|
6519
6519
|
},
|
|
6520
|
+
"../shared-types/dist/webbit.js": {
|
|
6521
|
+
"bytes": 38,
|
|
6522
|
+
"imports": [],
|
|
6523
|
+
"format": "esm"
|
|
6524
|
+
},
|
|
6520
6525
|
"../../node_modules/compare-versions/lib/esm/utils.js": {
|
|
6521
6526
|
"bytes": 1251,
|
|
6522
6527
|
"imports": [],
|
|
@@ -6869,12 +6874,18 @@
|
|
|
6869
6874
|
"format": "esm"
|
|
6870
6875
|
},
|
|
6871
6876
|
"library/src/client/web-view.ts": {
|
|
6872
|
-
"bytes":
|
|
6873
|
-
"imports": [
|
|
6877
|
+
"bytes": 1703,
|
|
6878
|
+
"imports": [
|
|
6879
|
+
{
|
|
6880
|
+
"path": "../shared-types/dist/webbit.js",
|
|
6881
|
+
"kind": "import-statement",
|
|
6882
|
+
"original": "@devvit/shared-types/webbit.js"
|
|
6883
|
+
}
|
|
6884
|
+
],
|
|
6874
6885
|
"format": "esm"
|
|
6875
6886
|
},
|
|
6876
6887
|
"library/src/client/devvit-surface.ts": {
|
|
6877
|
-
"bytes":
|
|
6888
|
+
"bytes": 21673,
|
|
6878
6889
|
"imports": [
|
|
6879
6890
|
{
|
|
6880
6891
|
"path": "../../node_modules/@reddit/faceplate-ui/dist/templateRenderingStrategy/clientStrategy.js",
|
|
@@ -6931,6 +6942,11 @@
|
|
|
6931
6942
|
"kind": "import-statement",
|
|
6932
6943
|
"original": "@devvit/shared-types/tid.js"
|
|
6933
6944
|
},
|
|
6945
|
+
{
|
|
6946
|
+
"path": "../shared-types/dist/webbit.js",
|
|
6947
|
+
"kind": "import-statement",
|
|
6948
|
+
"original": "@devvit/shared-types/webbit.js"
|
|
6949
|
+
},
|
|
6934
6950
|
{
|
|
6935
6951
|
"path": "../../node_modules/@reddit/faceplate/lib/custom-event.js",
|
|
6936
6952
|
"kind": "import-statement",
|
|
@@ -7015,7 +7031,7 @@
|
|
|
7015
7031
|
"imports": [],
|
|
7016
7032
|
"exports": [],
|
|
7017
7033
|
"inputs": {},
|
|
7018
|
-
"bytes":
|
|
7034
|
+
"bytes": 1884348
|
|
7019
7035
|
},
|
|
7020
7036
|
"dist/devvit-surface.min.js": {
|
|
7021
7037
|
"imports": [
|
|
@@ -7351,7 +7367,7 @@
|
|
|
7351
7367
|
"bytesInOutput": 913
|
|
7352
7368
|
},
|
|
7353
7369
|
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
|
|
7354
|
-
"bytesInOutput":
|
|
7370
|
+
"bytesInOutput": 5927
|
|
7355
7371
|
},
|
|
7356
7372
|
"../protos/dist/types/google/protobuf/struct.js": {
|
|
7357
7373
|
"bytesInOutput": 6275
|
|
@@ -7363,7 +7379,7 @@
|
|
|
7363
7379
|
"bytesInOutput": 107
|
|
7364
7380
|
},
|
|
7365
7381
|
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
7366
|
-
"bytesInOutput":
|
|
7382
|
+
"bytesInOutput": 3905
|
|
7367
7383
|
},
|
|
7368
7384
|
"library/src/blocks/templates/renderWebViewBlock.ts": {
|
|
7369
7385
|
"bytesInOutput": 540
|
|
@@ -7426,7 +7442,7 @@
|
|
|
7426
7442
|
"bytesInOutput": 186
|
|
7427
7443
|
},
|
|
7428
7444
|
"../shared-types/dist/Header.js": {
|
|
7429
|
-
"bytesInOutput":
|
|
7445
|
+
"bytesInOutput": 1196
|
|
7430
7446
|
},
|
|
7431
7447
|
"../shared-types/dist/throttle.js": {
|
|
7432
7448
|
"bytesInOutput": 221
|
|
@@ -7437,6 +7453,9 @@
|
|
|
7437
7453
|
"../shared-types/dist/tid.js": {
|
|
7438
7454
|
"bytesInOutput": 282
|
|
7439
7455
|
},
|
|
7456
|
+
"../shared-types/dist/webbit.js": {
|
|
7457
|
+
"bytesInOutput": 15
|
|
7458
|
+
},
|
|
7440
7459
|
"../../node_modules/compare-versions/lib/esm/utils.js": {
|
|
7441
7460
|
"bytesInOutput": 686
|
|
7442
7461
|
},
|
|
@@ -7453,7 +7472,7 @@
|
|
|
7453
7472
|
"bytesInOutput": 228
|
|
7454
7473
|
},
|
|
7455
7474
|
"../../node_modules/@devvit/multiplatform/kotlin/kotlin-kotlin-stdlib.js": {
|
|
7456
|
-
"bytesInOutput":
|
|
7475
|
+
"bytesInOutput": 45678
|
|
7457
7476
|
},
|
|
7458
7477
|
"../../node_modules/@devvit/multiplatform/kotlin/ui-shared-shared.js": {
|
|
7459
7478
|
"bytesInOutput": 17912
|
|
@@ -7498,13 +7517,13 @@
|
|
|
7498
7517
|
"bytesInOutput": 3205
|
|
7499
7518
|
},
|
|
7500
7519
|
"library/src/client/web-view.ts": {
|
|
7501
|
-
"bytesInOutput":
|
|
7520
|
+
"bytesInOutput": 413
|
|
7502
7521
|
},
|
|
7503
7522
|
"library/src/client/devvit-surface.ts": {
|
|
7504
|
-
"bytesInOutput":
|
|
7523
|
+
"bytesInOutput": 8371
|
|
7505
7524
|
}
|
|
7506
7525
|
},
|
|
7507
|
-
"bytes":
|
|
7526
|
+
"bytes": 789901
|
|
7508
7527
|
}
|
|
7509
7528
|
}
|
|
7510
7529
|
}
|