@devvit/ui-renderer 0.12.0-next-2025-03-31-fec8fadd5.0 → 0.12.0-next-2025-04-10-2ee75c532.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 +6 -1
- package/blocks/components/devvit-blocks-web-view.d.ts.map +1 -1
- package/blocks/components/devvit-blocks-web-view.js +23 -2
- package/blocks/components/devvit-blocks-web-view.js.map +1 -1
- package/blocks/components/devvit-blocks-web-view.test.js.map +1 -1
- package/client/devvit-surface.d.ts.map +1 -1
- package/client/devvit-surface.js +2 -0
- 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 +7 -1
- package/client/effects/web-view-effect-handler.js.map +1 -1
- package/client/web-view-scripts.d.ts +10 -0
- package/client/web-view-scripts.d.ts.map +1 -0
- package/client/web-view-scripts.js +16 -0
- package/client/web-view-scripts.js.map +1 -0
- package/client/web-view-scripts.test.d.ts.map +1 -0
- package/client/web-view-scripts.test.js.map +1 -0
- package/devvit-custom-post-meta.min.json +383 -375
- package/devvit-custom-post.min.js +47 -47
- package/devvit-custom-post.min.js.map +4 -4
- package/devvit-surface-meta.min.json +313 -305
- package/devvit-surface.min.js +52 -52
- package/devvit-surface.min.js.map +4 -4
- package/package.json +8 -8
|
@@ -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": 14104,
|
|
1564
1564
|
"imports": [
|
|
1565
1565
|
{
|
|
1566
1566
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -1580,44 +1580,227 @@
|
|
|
1580
1580
|
],
|
|
1581
1581
|
"format": "esm"
|
|
1582
1582
|
},
|
|
1583
|
-
"
|
|
1584
|
-
"bytes":
|
|
1583
|
+
"library/src/client/web-view-scripts.ts": {
|
|
1584
|
+
"bytes": 814,
|
|
1585
1585
|
"imports": [],
|
|
1586
|
-
"format": "
|
|
1586
|
+
"format": "esm"
|
|
1587
1587
|
},
|
|
1588
|
-
"
|
|
1589
|
-
"bytes":
|
|
1588
|
+
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
1589
|
+
"bytes": 9436,
|
|
1590
1590
|
"imports": [
|
|
1591
1591
|
{
|
|
1592
|
-
"path": "
|
|
1592
|
+
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js",
|
|
1593
1593
|
"kind": "import-statement",
|
|
1594
|
-
"original": "
|
|
1594
|
+
"original": "@devvit/protos/types/devvit/ui/effects/web_view/v1alpha/post_message.js"
|
|
1595
1595
|
},
|
|
1596
1596
|
{
|
|
1597
|
-
"path": "../../node_modules/
|
|
1597
|
+
"path": "../../node_modules/@reddit/faceplate/lib/custom-event.js",
|
|
1598
1598
|
"kind": "import-statement",
|
|
1599
|
-
"original": "
|
|
1599
|
+
"original": "@reddit/faceplate/lib/custom-event.js"
|
|
1600
1600
|
},
|
|
1601
1601
|
{
|
|
1602
|
-
"path": "
|
|
1602
|
+
"path": "../../node_modules/lit/index.js",
|
|
1603
1603
|
"kind": "import-statement",
|
|
1604
|
-
"original": "
|
|
1604
|
+
"original": "lit"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"path": "../../node_modules/lit/decorators.js",
|
|
1608
|
+
"kind": "import-statement",
|
|
1609
|
+
"original": "lit/decorators.js"
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"path": "../../node_modules/lit/directives/if-defined.js",
|
|
1613
|
+
"kind": "import-statement",
|
|
1614
|
+
"original": "lit/directives/if-defined.js"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"path": "library/src/client/web-view-scripts.ts",
|
|
1618
|
+
"kind": "import-statement",
|
|
1619
|
+
"original": "../../client/web-view-scripts.js"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"path": "<runtime>",
|
|
1623
|
+
"kind": "import-statement",
|
|
1624
|
+
"external": true
|
|
1605
1625
|
}
|
|
1606
1626
|
],
|
|
1607
1627
|
"format": "esm"
|
|
1608
1628
|
},
|
|
1609
|
-
"
|
|
1610
|
-
"bytes":
|
|
1629
|
+
"library/src/blocks/templates/renderWebViewBlock.ts": {
|
|
1630
|
+
"bytes": 1479,
|
|
1611
1631
|
"imports": [
|
|
1612
1632
|
{
|
|
1613
|
-
"path": "
|
|
1633
|
+
"path": "library/src/blocks/components/devvit-blocks-web-view.ts",
|
|
1614
1634
|
"kind": "import-statement",
|
|
1615
|
-
"original": "
|
|
1635
|
+
"original": "../components/devvit-blocks-web-view.js"
|
|
1616
1636
|
},
|
|
1617
1637
|
{
|
|
1618
|
-
"path": "
|
|
1638
|
+
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
1619
1639
|
"kind": "import-statement",
|
|
1620
|
-
"original": "
|
|
1640
|
+
"original": "@reddit/faceplate-ui/faceplateUIConfig.js"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"path": "../../node_modules/lit/index.js",
|
|
1644
|
+
"kind": "import-statement",
|
|
1645
|
+
"original": "lit"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"path": "library/src/blocks/attributes.ts",
|
|
1649
|
+
"kind": "import-statement",
|
|
1650
|
+
"original": "../attributes.js"
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"path": "library/src/blocks/block-type.ts",
|
|
1654
|
+
"kind": "import-statement",
|
|
1655
|
+
"original": "../block-type.js"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"path": "library/src/blocks/templates/util.ts",
|
|
1659
|
+
"kind": "import-statement",
|
|
1660
|
+
"original": "./util.js"
|
|
1661
|
+
}
|
|
1662
|
+
],
|
|
1663
|
+
"format": "esm"
|
|
1664
|
+
},
|
|
1665
|
+
"library/src/blocks/templates/renderBlock.ts": {
|
|
1666
|
+
"bytes": 3478,
|
|
1667
|
+
"imports": [
|
|
1668
|
+
{
|
|
1669
|
+
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
1670
|
+
"kind": "import-statement",
|
|
1671
|
+
"original": "@devvit/protos/types/devvit/ui/block_kit/v1beta/enums.js"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
1675
|
+
"kind": "import-statement",
|
|
1676
|
+
"original": "@reddit/faceplate-ui/faceplateUIConfig.js"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"path": "../../node_modules/lit/index.js",
|
|
1680
|
+
"kind": "import-statement",
|
|
1681
|
+
"original": "lit"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"path": "library/src/blocks/attributes.ts",
|
|
1685
|
+
"kind": "import-statement",
|
|
1686
|
+
"original": "../attributes.js"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"path": "library/src/blocks/templates/renderAvatarBlock.ts",
|
|
1690
|
+
"kind": "import-statement",
|
|
1691
|
+
"original": "./renderAvatarBlock.js"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"path": "library/src/blocks/templates/renderButtonBlock.ts",
|
|
1695
|
+
"kind": "import-statement",
|
|
1696
|
+
"original": "./renderButtonBlock.js"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"path": "library/src/blocks/templates/renderIconBlock.ts",
|
|
1700
|
+
"kind": "import-statement",
|
|
1701
|
+
"original": "./renderIconBlock.js"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"path": "library/src/blocks/templates/renderImageBlock.ts",
|
|
1705
|
+
"kind": "import-statement",
|
|
1706
|
+
"original": "./renderImageBlock.js"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"path": "library/src/blocks/templates/renderSpacerBlock.ts",
|
|
1710
|
+
"kind": "import-statement",
|
|
1711
|
+
"original": "./renderSpacerBlock.js"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"path": "library/src/blocks/templates/renderStackBlock.ts",
|
|
1715
|
+
"kind": "import-statement",
|
|
1716
|
+
"original": "./renderStackBlock.js"
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"path": "library/src/blocks/templates/renderTextBlock.ts",
|
|
1720
|
+
"kind": "import-statement",
|
|
1721
|
+
"original": "./renderTextBlock.js"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"path": "library/src/blocks/templates/renderWebViewBlock.ts",
|
|
1725
|
+
"kind": "import-statement",
|
|
1726
|
+
"original": "./renderWebViewBlock.js"
|
|
1727
|
+
}
|
|
1728
|
+
],
|
|
1729
|
+
"format": "esm"
|
|
1730
|
+
},
|
|
1731
|
+
"library/src/blocks/templates/index.ts": {
|
|
1732
|
+
"bytes": 49,
|
|
1733
|
+
"imports": [
|
|
1734
|
+
{
|
|
1735
|
+
"path": "library/src/blocks/templates/renderBlock.ts",
|
|
1736
|
+
"kind": "import-statement",
|
|
1737
|
+
"original": "./renderBlock.js"
|
|
1738
|
+
}
|
|
1739
|
+
],
|
|
1740
|
+
"format": "esm"
|
|
1741
|
+
},
|
|
1742
|
+
"library/src/blocks/components/devvit-blocks-renderer.ts": {
|
|
1743
|
+
"bytes": 4533,
|
|
1744
|
+
"imports": [
|
|
1745
|
+
{
|
|
1746
|
+
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
1747
|
+
"kind": "import-statement",
|
|
1748
|
+
"original": "@devvit/protos/types/devvit/ui/block_kit/v1beta/enums.js"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"path": "../../node_modules/@lit/localize/lit-localize.js",
|
|
1752
|
+
"kind": "import-statement",
|
|
1753
|
+
"original": "@lit/localize"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"path": "../../node_modules/@reddit/faceplate/lib/custom-event.js",
|
|
1757
|
+
"kind": "import-statement",
|
|
1758
|
+
"original": "@reddit/faceplate/lib/custom-event.js"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"path": "../../node_modules/@reddit/faceplate-ui/dist/templates/empty-state.js",
|
|
1762
|
+
"kind": "import-statement",
|
|
1763
|
+
"original": "@reddit/faceplate-ui/templates/empty-state.js"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"path": "../../node_modules/lit/index.js",
|
|
1767
|
+
"kind": "import-statement",
|
|
1768
|
+
"original": "lit"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"path": "../../node_modules/lit/decorators.js",
|
|
1772
|
+
"kind": "import-statement",
|
|
1773
|
+
"original": "lit/decorators.js"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"path": "../../node_modules/lit/directives/if-defined.js",
|
|
1777
|
+
"kind": "import-statement",
|
|
1778
|
+
"original": "lit/directives/if-defined.js"
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"path": "library/src/client/dispatcher/events.ts",
|
|
1782
|
+
"kind": "import-statement",
|
|
1783
|
+
"original": "../../client/dispatcher/events.js"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"path": "library/src/client/dispatcher/performance.ts",
|
|
1787
|
+
"kind": "import-statement",
|
|
1788
|
+
"original": "../../client/dispatcher/performance.js"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"path": "library/src/styles.ts",
|
|
1792
|
+
"kind": "import-statement",
|
|
1793
|
+
"original": "../../styles.js"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"path": "library/src/blocks/templates/index.ts",
|
|
1797
|
+
"kind": "import-statement",
|
|
1798
|
+
"original": "../templates/index.js"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"path": "<runtime>",
|
|
1802
|
+
"kind": "import-statement",
|
|
1803
|
+
"external": true
|
|
1621
1804
|
}
|
|
1622
1805
|
],
|
|
1623
1806
|
"format": "esm"
|
|
@@ -6016,8 +6199,8 @@
|
|
|
6016
6199
|
],
|
|
6017
6200
|
"format": "esm"
|
|
6018
6201
|
},
|
|
6019
|
-
"../protos/dist/types/devvit/ui/
|
|
6020
|
-
"bytes":
|
|
6202
|
+
"../protos/dist/types/devvit/ui/common/v1alpha/common.js": {
|
|
6203
|
+
"bytes": 3536,
|
|
6021
6204
|
"imports": [
|
|
6022
6205
|
{
|
|
6023
6206
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6028,28 +6211,128 @@
|
|
|
6028
6211
|
"path": "../protos/dist/types/typeRegistry.js",
|
|
6029
6212
|
"kind": "import-statement",
|
|
6030
6213
|
"original": "../../../../typeRegistry.js"
|
|
6031
|
-
},
|
|
6032
|
-
{
|
|
6033
|
-
"path": "../protos/dist/types/devvit/events/v1alpha/realtime.js",
|
|
6034
|
-
"kind": "import-statement",
|
|
6035
|
-
"original": "../../../events/v1alpha/realtime.js"
|
|
6036
6214
|
}
|
|
6037
6215
|
],
|
|
6038
6216
|
"format": "esm"
|
|
6039
6217
|
},
|
|
6040
|
-
"../
|
|
6041
|
-
"bytes":
|
|
6218
|
+
"../shared-types/dist/CircuitBreaker.js": {
|
|
6219
|
+
"bytes": 884,
|
|
6042
6220
|
"imports": [],
|
|
6043
6221
|
"format": "esm"
|
|
6044
6222
|
},
|
|
6045
|
-
"../
|
|
6046
|
-
"bytes":
|
|
6223
|
+
"../shared-types/dist/Header.js": {
|
|
6224
|
+
"bytes": 2299,
|
|
6225
|
+
"imports": [],
|
|
6226
|
+
"format": "esm"
|
|
6227
|
+
},
|
|
6228
|
+
"../shared-types/dist/throttle.js": {
|
|
6229
|
+
"bytes": 646,
|
|
6230
|
+
"imports": [],
|
|
6231
|
+
"format": "esm"
|
|
6232
|
+
},
|
|
6233
|
+
"../shared-types/dist/assert.js": {
|
|
6234
|
+
"bytes": 89,
|
|
6235
|
+
"imports": [],
|
|
6236
|
+
"format": "esm"
|
|
6237
|
+
},
|
|
6238
|
+
"../shared-types/dist/tid.js": {
|
|
6239
|
+
"bytes": 2825,
|
|
6047
6240
|
"imports": [
|
|
6048
6241
|
{
|
|
6049
|
-
"path": "
|
|
6242
|
+
"path": "../shared-types/dist/assert.js",
|
|
6050
6243
|
"kind": "import-statement",
|
|
6051
|
-
"original": "
|
|
6052
|
-
}
|
|
6244
|
+
"original": "./assert.js"
|
|
6245
|
+
}
|
|
6246
|
+
],
|
|
6247
|
+
"format": "esm"
|
|
6248
|
+
},
|
|
6249
|
+
"library/src/client/dimensions.ts": {
|
|
6250
|
+
"bytes": 892,
|
|
6251
|
+
"imports": [
|
|
6252
|
+
{
|
|
6253
|
+
"path": "../protos/dist/types/devvit/ui/common/v1alpha/common.js",
|
|
6254
|
+
"kind": "import-statement",
|
|
6255
|
+
"original": "@devvit/protos/types/devvit/ui/common/v1alpha/common.js"
|
|
6256
|
+
}
|
|
6257
|
+
],
|
|
6258
|
+
"format": "esm"
|
|
6259
|
+
},
|
|
6260
|
+
"../../node_modules/long/src/long.js": {
|
|
6261
|
+
"bytes": 40100,
|
|
6262
|
+
"imports": [],
|
|
6263
|
+
"format": "cjs"
|
|
6264
|
+
},
|
|
6265
|
+
"../protos/dist/types/google/protobuf/wrappers.js": {
|
|
6266
|
+
"bytes": 15718,
|
|
6267
|
+
"imports": [
|
|
6268
|
+
{
|
|
6269
|
+
"path": "../../node_modules/long/src/long.js",
|
|
6270
|
+
"kind": "import-statement",
|
|
6271
|
+
"original": "long"
|
|
6272
|
+
},
|
|
6273
|
+
{
|
|
6274
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6275
|
+
"kind": "import-statement",
|
|
6276
|
+
"original": "protobufjs/minimal.js"
|
|
6277
|
+
},
|
|
6278
|
+
{
|
|
6279
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6280
|
+
"kind": "import-statement",
|
|
6281
|
+
"original": "../../typeRegistry.js"
|
|
6282
|
+
}
|
|
6283
|
+
],
|
|
6284
|
+
"format": "esm"
|
|
6285
|
+
},
|
|
6286
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js": {
|
|
6287
|
+
"bytes": 11817,
|
|
6288
|
+
"imports": [
|
|
6289
|
+
{
|
|
6290
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6291
|
+
"kind": "import-statement",
|
|
6292
|
+
"original": "protobufjs/minimal.js"
|
|
6293
|
+
},
|
|
6294
|
+
{
|
|
6295
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6296
|
+
"kind": "import-statement",
|
|
6297
|
+
"original": "../../../../typeRegistry.js"
|
|
6298
|
+
}
|
|
6299
|
+
],
|
|
6300
|
+
"format": "esm"
|
|
6301
|
+
},
|
|
6302
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js": {
|
|
6303
|
+
"bytes": 6154,
|
|
6304
|
+
"imports": [
|
|
6305
|
+
{
|
|
6306
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6307
|
+
"kind": "import-statement",
|
|
6308
|
+
"original": "protobufjs/minimal.js"
|
|
6309
|
+
},
|
|
6310
|
+
{
|
|
6311
|
+
"path": "../protos/dist/types/typeRegistry.js",
|
|
6312
|
+
"kind": "import-statement",
|
|
6313
|
+
"original": "../../../../typeRegistry.js"
|
|
6314
|
+
},
|
|
6315
|
+
{
|
|
6316
|
+
"path": "../protos/dist/types/devvit/events/v1alpha/realtime.js",
|
|
6317
|
+
"kind": "import-statement",
|
|
6318
|
+
"original": "../../../events/v1alpha/realtime.js"
|
|
6319
|
+
}
|
|
6320
|
+
],
|
|
6321
|
+
"format": "esm"
|
|
6322
|
+
},
|
|
6323
|
+
"../protos/dist/types/devvit/ui/form_builder/v1alpha/type.js": {
|
|
6324
|
+
"bytes": 2604,
|
|
6325
|
+
"imports": [],
|
|
6326
|
+
"format": "esm"
|
|
6327
|
+
},
|
|
6328
|
+
"../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js": {
|
|
6329
|
+
"bytes": 12795,
|
|
6330
|
+
"imports": [
|
|
6331
|
+
{
|
|
6332
|
+
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6333
|
+
"kind": "import-statement",
|
|
6334
|
+
"original": "protobufjs/minimal.js"
|
|
6335
|
+
},
|
|
6053
6336
|
{
|
|
6054
6337
|
"path": "../protos/dist/types/typeRegistry.js",
|
|
6055
6338
|
"kind": "import-statement",
|
|
@@ -6245,284 +6528,6 @@
|
|
|
6245
6528
|
],
|
|
6246
6529
|
"format": "esm"
|
|
6247
6530
|
},
|
|
6248
|
-
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
6249
|
-
"bytes": 8405,
|
|
6250
|
-
"imports": [
|
|
6251
|
-
{
|
|
6252
|
-
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js",
|
|
6253
|
-
"kind": "import-statement",
|
|
6254
|
-
"original": "@devvit/protos/types/devvit/ui/effects/web_view/v1alpha/post_message.js"
|
|
6255
|
-
},
|
|
6256
|
-
{
|
|
6257
|
-
"path": "../protos/dist/types/devvit/ui/events/v1alpha/event.js",
|
|
6258
|
-
"kind": "import-statement",
|
|
6259
|
-
"original": "@devvit/protos/types/devvit/ui/events/v1alpha/event.js"
|
|
6260
|
-
},
|
|
6261
|
-
{
|
|
6262
|
-
"path": "../../node_modules/@reddit/faceplate/lib/custom-event.js",
|
|
6263
|
-
"kind": "import-statement",
|
|
6264
|
-
"original": "@reddit/faceplate/lib/custom-event.js"
|
|
6265
|
-
},
|
|
6266
|
-
{
|
|
6267
|
-
"path": "../../node_modules/lit/index.js",
|
|
6268
|
-
"kind": "import-statement",
|
|
6269
|
-
"original": "lit"
|
|
6270
|
-
},
|
|
6271
|
-
{
|
|
6272
|
-
"path": "../../node_modules/lit/decorators.js",
|
|
6273
|
-
"kind": "import-statement",
|
|
6274
|
-
"original": "lit/decorators.js"
|
|
6275
|
-
},
|
|
6276
|
-
{
|
|
6277
|
-
"path": "../../node_modules/lit/directives/if-defined.js",
|
|
6278
|
-
"kind": "import-statement",
|
|
6279
|
-
"original": "lit/directives/if-defined.js"
|
|
6280
|
-
},
|
|
6281
|
-
{
|
|
6282
|
-
"path": "<runtime>",
|
|
6283
|
-
"kind": "import-statement",
|
|
6284
|
-
"external": true
|
|
6285
|
-
}
|
|
6286
|
-
],
|
|
6287
|
-
"format": "esm"
|
|
6288
|
-
},
|
|
6289
|
-
"library/src/blocks/templates/renderWebViewBlock.ts": {
|
|
6290
|
-
"bytes": 1479,
|
|
6291
|
-
"imports": [
|
|
6292
|
-
{
|
|
6293
|
-
"path": "library/src/blocks/components/devvit-blocks-web-view.ts",
|
|
6294
|
-
"kind": "import-statement",
|
|
6295
|
-
"original": "../components/devvit-blocks-web-view.js"
|
|
6296
|
-
},
|
|
6297
|
-
{
|
|
6298
|
-
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
6299
|
-
"kind": "import-statement",
|
|
6300
|
-
"original": "@reddit/faceplate-ui/faceplateUIConfig.js"
|
|
6301
|
-
},
|
|
6302
|
-
{
|
|
6303
|
-
"path": "../../node_modules/lit/index.js",
|
|
6304
|
-
"kind": "import-statement",
|
|
6305
|
-
"original": "lit"
|
|
6306
|
-
},
|
|
6307
|
-
{
|
|
6308
|
-
"path": "library/src/blocks/attributes.ts",
|
|
6309
|
-
"kind": "import-statement",
|
|
6310
|
-
"original": "../attributes.js"
|
|
6311
|
-
},
|
|
6312
|
-
{
|
|
6313
|
-
"path": "library/src/blocks/block-type.ts",
|
|
6314
|
-
"kind": "import-statement",
|
|
6315
|
-
"original": "../block-type.js"
|
|
6316
|
-
},
|
|
6317
|
-
{
|
|
6318
|
-
"path": "library/src/blocks/templates/util.ts",
|
|
6319
|
-
"kind": "import-statement",
|
|
6320
|
-
"original": "./util.js"
|
|
6321
|
-
}
|
|
6322
|
-
],
|
|
6323
|
-
"format": "esm"
|
|
6324
|
-
},
|
|
6325
|
-
"library/src/blocks/templates/renderBlock.ts": {
|
|
6326
|
-
"bytes": 3478,
|
|
6327
|
-
"imports": [
|
|
6328
|
-
{
|
|
6329
|
-
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
6330
|
-
"kind": "import-statement",
|
|
6331
|
-
"original": "@devvit/protos/types/devvit/ui/block_kit/v1beta/enums.js"
|
|
6332
|
-
},
|
|
6333
|
-
{
|
|
6334
|
-
"path": "../../node_modules/@reddit/faceplate-ui/dist/faceplateUIConfig.js",
|
|
6335
|
-
"kind": "import-statement",
|
|
6336
|
-
"original": "@reddit/faceplate-ui/faceplateUIConfig.js"
|
|
6337
|
-
},
|
|
6338
|
-
{
|
|
6339
|
-
"path": "../../node_modules/lit/index.js",
|
|
6340
|
-
"kind": "import-statement",
|
|
6341
|
-
"original": "lit"
|
|
6342
|
-
},
|
|
6343
|
-
{
|
|
6344
|
-
"path": "library/src/blocks/attributes.ts",
|
|
6345
|
-
"kind": "import-statement",
|
|
6346
|
-
"original": "../attributes.js"
|
|
6347
|
-
},
|
|
6348
|
-
{
|
|
6349
|
-
"path": "library/src/blocks/templates/renderAvatarBlock.ts",
|
|
6350
|
-
"kind": "import-statement",
|
|
6351
|
-
"original": "./renderAvatarBlock.js"
|
|
6352
|
-
},
|
|
6353
|
-
{
|
|
6354
|
-
"path": "library/src/blocks/templates/renderButtonBlock.ts",
|
|
6355
|
-
"kind": "import-statement",
|
|
6356
|
-
"original": "./renderButtonBlock.js"
|
|
6357
|
-
},
|
|
6358
|
-
{
|
|
6359
|
-
"path": "library/src/blocks/templates/renderIconBlock.ts",
|
|
6360
|
-
"kind": "import-statement",
|
|
6361
|
-
"original": "./renderIconBlock.js"
|
|
6362
|
-
},
|
|
6363
|
-
{
|
|
6364
|
-
"path": "library/src/blocks/templates/renderImageBlock.ts",
|
|
6365
|
-
"kind": "import-statement",
|
|
6366
|
-
"original": "./renderImageBlock.js"
|
|
6367
|
-
},
|
|
6368
|
-
{
|
|
6369
|
-
"path": "library/src/blocks/templates/renderSpacerBlock.ts",
|
|
6370
|
-
"kind": "import-statement",
|
|
6371
|
-
"original": "./renderSpacerBlock.js"
|
|
6372
|
-
},
|
|
6373
|
-
{
|
|
6374
|
-
"path": "library/src/blocks/templates/renderStackBlock.ts",
|
|
6375
|
-
"kind": "import-statement",
|
|
6376
|
-
"original": "./renderStackBlock.js"
|
|
6377
|
-
},
|
|
6378
|
-
{
|
|
6379
|
-
"path": "library/src/blocks/templates/renderTextBlock.ts",
|
|
6380
|
-
"kind": "import-statement",
|
|
6381
|
-
"original": "./renderTextBlock.js"
|
|
6382
|
-
},
|
|
6383
|
-
{
|
|
6384
|
-
"path": "library/src/blocks/templates/renderWebViewBlock.ts",
|
|
6385
|
-
"kind": "import-statement",
|
|
6386
|
-
"original": "./renderWebViewBlock.js"
|
|
6387
|
-
}
|
|
6388
|
-
],
|
|
6389
|
-
"format": "esm"
|
|
6390
|
-
},
|
|
6391
|
-
"library/src/blocks/templates/index.ts": {
|
|
6392
|
-
"bytes": 49,
|
|
6393
|
-
"imports": [
|
|
6394
|
-
{
|
|
6395
|
-
"path": "library/src/blocks/templates/renderBlock.ts",
|
|
6396
|
-
"kind": "import-statement",
|
|
6397
|
-
"original": "./renderBlock.js"
|
|
6398
|
-
}
|
|
6399
|
-
],
|
|
6400
|
-
"format": "esm"
|
|
6401
|
-
},
|
|
6402
|
-
"library/src/blocks/components/devvit-blocks-renderer.ts": {
|
|
6403
|
-
"bytes": 4533,
|
|
6404
|
-
"imports": [
|
|
6405
|
-
{
|
|
6406
|
-
"path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
|
|
6407
|
-
"kind": "import-statement",
|
|
6408
|
-
"original": "@devvit/protos/types/devvit/ui/block_kit/v1beta/enums.js"
|
|
6409
|
-
},
|
|
6410
|
-
{
|
|
6411
|
-
"path": "../../node_modules/@lit/localize/lit-localize.js",
|
|
6412
|
-
"kind": "import-statement",
|
|
6413
|
-
"original": "@lit/localize"
|
|
6414
|
-
},
|
|
6415
|
-
{
|
|
6416
|
-
"path": "../../node_modules/@reddit/faceplate/lib/custom-event.js",
|
|
6417
|
-
"kind": "import-statement",
|
|
6418
|
-
"original": "@reddit/faceplate/lib/custom-event.js"
|
|
6419
|
-
},
|
|
6420
|
-
{
|
|
6421
|
-
"path": "../../node_modules/@reddit/faceplate-ui/dist/templates/empty-state.js",
|
|
6422
|
-
"kind": "import-statement",
|
|
6423
|
-
"original": "@reddit/faceplate-ui/templates/empty-state.js"
|
|
6424
|
-
},
|
|
6425
|
-
{
|
|
6426
|
-
"path": "../../node_modules/lit/index.js",
|
|
6427
|
-
"kind": "import-statement",
|
|
6428
|
-
"original": "lit"
|
|
6429
|
-
},
|
|
6430
|
-
{
|
|
6431
|
-
"path": "../../node_modules/lit/decorators.js",
|
|
6432
|
-
"kind": "import-statement",
|
|
6433
|
-
"original": "lit/decorators.js"
|
|
6434
|
-
},
|
|
6435
|
-
{
|
|
6436
|
-
"path": "../../node_modules/lit/directives/if-defined.js",
|
|
6437
|
-
"kind": "import-statement",
|
|
6438
|
-
"original": "lit/directives/if-defined.js"
|
|
6439
|
-
},
|
|
6440
|
-
{
|
|
6441
|
-
"path": "library/src/client/dispatcher/events.ts",
|
|
6442
|
-
"kind": "import-statement",
|
|
6443
|
-
"original": "../../client/dispatcher/events.js"
|
|
6444
|
-
},
|
|
6445
|
-
{
|
|
6446
|
-
"path": "library/src/client/dispatcher/performance.ts",
|
|
6447
|
-
"kind": "import-statement",
|
|
6448
|
-
"original": "../../client/dispatcher/performance.js"
|
|
6449
|
-
},
|
|
6450
|
-
{
|
|
6451
|
-
"path": "library/src/styles.ts",
|
|
6452
|
-
"kind": "import-statement",
|
|
6453
|
-
"original": "../../styles.js"
|
|
6454
|
-
},
|
|
6455
|
-
{
|
|
6456
|
-
"path": "library/src/blocks/templates/index.ts",
|
|
6457
|
-
"kind": "import-statement",
|
|
6458
|
-
"original": "../templates/index.js"
|
|
6459
|
-
},
|
|
6460
|
-
{
|
|
6461
|
-
"path": "<runtime>",
|
|
6462
|
-
"kind": "import-statement",
|
|
6463
|
-
"external": true
|
|
6464
|
-
}
|
|
6465
|
-
],
|
|
6466
|
-
"format": "esm"
|
|
6467
|
-
},
|
|
6468
|
-
"../protos/dist/types/devvit/ui/common/v1alpha/common.js": {
|
|
6469
|
-
"bytes": 3536,
|
|
6470
|
-
"imports": [
|
|
6471
|
-
{
|
|
6472
|
-
"path": "../../node_modules/protobufjs/minimal.js",
|
|
6473
|
-
"kind": "import-statement",
|
|
6474
|
-
"original": "protobufjs/minimal.js"
|
|
6475
|
-
},
|
|
6476
|
-
{
|
|
6477
|
-
"path": "../protos/dist/types/typeRegistry.js",
|
|
6478
|
-
"kind": "import-statement",
|
|
6479
|
-
"original": "../../../../typeRegistry.js"
|
|
6480
|
-
}
|
|
6481
|
-
],
|
|
6482
|
-
"format": "esm"
|
|
6483
|
-
},
|
|
6484
|
-
"../shared-types/dist/CircuitBreaker.js": {
|
|
6485
|
-
"bytes": 884,
|
|
6486
|
-
"imports": [],
|
|
6487
|
-
"format": "esm"
|
|
6488
|
-
},
|
|
6489
|
-
"../shared-types/dist/Header.js": {
|
|
6490
|
-
"bytes": 2299,
|
|
6491
|
-
"imports": [],
|
|
6492
|
-
"format": "esm"
|
|
6493
|
-
},
|
|
6494
|
-
"../shared-types/dist/throttle.js": {
|
|
6495
|
-
"bytes": 646,
|
|
6496
|
-
"imports": [],
|
|
6497
|
-
"format": "esm"
|
|
6498
|
-
},
|
|
6499
|
-
"../shared-types/dist/assert.js": {
|
|
6500
|
-
"bytes": 89,
|
|
6501
|
-
"imports": [],
|
|
6502
|
-
"format": "esm"
|
|
6503
|
-
},
|
|
6504
|
-
"../shared-types/dist/tid.js": {
|
|
6505
|
-
"bytes": 2825,
|
|
6506
|
-
"imports": [
|
|
6507
|
-
{
|
|
6508
|
-
"path": "../shared-types/dist/assert.js",
|
|
6509
|
-
"kind": "import-statement",
|
|
6510
|
-
"original": "./assert.js"
|
|
6511
|
-
}
|
|
6512
|
-
],
|
|
6513
|
-
"format": "esm"
|
|
6514
|
-
},
|
|
6515
|
-
"library/src/client/dimensions.ts": {
|
|
6516
|
-
"bytes": 892,
|
|
6517
|
-
"imports": [
|
|
6518
|
-
{
|
|
6519
|
-
"path": "../protos/dist/types/devvit/ui/common/v1alpha/common.js",
|
|
6520
|
-
"kind": "import-statement",
|
|
6521
|
-
"original": "@devvit/protos/types/devvit/ui/common/v1alpha/common.js"
|
|
6522
|
-
}
|
|
6523
|
-
],
|
|
6524
|
-
"format": "esm"
|
|
6525
|
-
},
|
|
6526
6531
|
"../protos/dist/types/google/protobuf/timestamp.js": {
|
|
6527
6532
|
"bytes": 2729,
|
|
6528
6533
|
"imports": [
|
|
@@ -6888,7 +6893,7 @@
|
|
|
6888
6893
|
"imports": [],
|
|
6889
6894
|
"exports": [],
|
|
6890
6895
|
"inputs": {},
|
|
6891
|
-
"bytes":
|
|
6896
|
+
"bytes": 1789959
|
|
6892
6897
|
},
|
|
6893
6898
|
"dist/devvit-custom-post.min.js": {
|
|
6894
6899
|
"imports": [
|
|
@@ -6909,64 +6914,64 @@
|
|
|
6909
6914
|
"entryPoint": "library/src/client/devvit-custom-post.ts",
|
|
6910
6915
|
"inputs": {
|
|
6911
6916
|
"../../node_modules/@protobufjs/aspromise/index.js": {
|
|
6912
|
-
"bytesInOutput":
|
|
6917
|
+
"bytesInOutput": 381
|
|
6913
6918
|
},
|
|
6914
6919
|
"../../node_modules/@protobufjs/base64/index.js": {
|
|
6915
|
-
"bytesInOutput":
|
|
6920
|
+
"bytesInOutput": 1229
|
|
6916
6921
|
},
|
|
6917
6922
|
"../../node_modules/@protobufjs/eventemitter/index.js": {
|
|
6918
|
-
"bytesInOutput":
|
|
6923
|
+
"bytesInOutput": 577
|
|
6919
6924
|
},
|
|
6920
6925
|
"../../node_modules/@protobufjs/float/index.js": {
|
|
6921
|
-
"bytesInOutput":
|
|
6926
|
+
"bytesInOutput": 3036
|
|
6922
6927
|
},
|
|
6923
6928
|
"../../node_modules/@protobufjs/inquire/index.js": {
|
|
6924
|
-
"bytesInOutput":
|
|
6929
|
+
"bytesInOutput": 232
|
|
6925
6930
|
},
|
|
6926
6931
|
"../../node_modules/@protobufjs/utf8/index.js": {
|
|
6927
|
-
"bytesInOutput":
|
|
6932
|
+
"bytesInOutput": 1087
|
|
6928
6933
|
},
|
|
6929
6934
|
"../../node_modules/@protobufjs/pool/index.js": {
|
|
6930
|
-
"bytesInOutput":
|
|
6935
|
+
"bytesInOutput": 215
|
|
6931
6936
|
},
|
|
6932
6937
|
"../../node_modules/protobufjs/src/util/longbits.js": {
|
|
6933
|
-
"bytesInOutput":
|
|
6938
|
+
"bytesInOutput": 1834
|
|
6934
6939
|
},
|
|
6935
6940
|
"../../node_modules/protobufjs/src/util/minimal.js": {
|
|
6936
|
-
"bytesInOutput":
|
|
6941
|
+
"bytesInOutput": 3033
|
|
6937
6942
|
},
|
|
6938
6943
|
"../../node_modules/protobufjs/src/writer.js": {
|
|
6939
|
-
"bytesInOutput":
|
|
6944
|
+
"bytesInOutput": 3217
|
|
6940
6945
|
},
|
|
6941
6946
|
"../../node_modules/protobufjs/src/writer_buffer.js": {
|
|
6942
|
-
"bytesInOutput":
|
|
6947
|
+
"bytesInOutput": 836
|
|
6943
6948
|
},
|
|
6944
6949
|
"../../node_modules/protobufjs/src/reader.js": {
|
|
6945
|
-
"bytesInOutput":
|
|
6950
|
+
"bytesInOutput": 3991
|
|
6946
6951
|
},
|
|
6947
6952
|
"../../node_modules/protobufjs/src/reader_buffer.js": {
|
|
6948
|
-
"bytesInOutput":
|
|
6953
|
+
"bytesInOutput": 484
|
|
6949
6954
|
},
|
|
6950
6955
|
"../../node_modules/protobufjs/src/rpc/service.js": {
|
|
6951
|
-
"bytesInOutput":
|
|
6956
|
+
"bytesInOutput": 1058
|
|
6952
6957
|
},
|
|
6953
6958
|
"../../node_modules/protobufjs/src/rpc.js": {
|
|
6954
|
-
"bytesInOutput":
|
|
6959
|
+
"bytesInOutput": 56
|
|
6955
6960
|
},
|
|
6956
6961
|
"../../node_modules/protobufjs/src/roots.js": {
|
|
6957
|
-
"bytesInOutput":
|
|
6962
|
+
"bytesInOutput": 49
|
|
6958
6963
|
},
|
|
6959
6964
|
"../../node_modules/protobufjs/src/index-minimal.js": {
|
|
6960
|
-
"bytesInOutput":
|
|
6965
|
+
"bytesInOutput": 302
|
|
6961
6966
|
},
|
|
6962
6967
|
"../../node_modules/protobufjs/minimal.js": {
|
|
6963
|
-
"bytesInOutput":
|
|
6968
|
+
"bytesInOutput": 51
|
|
6964
6969
|
},
|
|
6965
6970
|
"../../node_modules/long/src/long.js": {
|
|
6966
|
-
"bytesInOutput":
|
|
6971
|
+
"bytesInOutput": 9293
|
|
6967
6972
|
},
|
|
6968
6973
|
"../../node_modules/eventemitter3/index.js": {
|
|
6969
|
-
"bytesInOutput":
|
|
6974
|
+
"bytesInOutput": 2834
|
|
6970
6975
|
},
|
|
6971
6976
|
"../../node_modules/@lit/reactive-element/css-tag.js": {
|
|
6972
6977
|
"bytesInOutput": 1325
|
|
@@ -7227,7 +7232,7 @@
|
|
|
7227
7232
|
"bytesInOutput": 920
|
|
7228
7233
|
},
|
|
7229
7234
|
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
|
|
7230
|
-
"bytesInOutput":
|
|
7235
|
+
"bytesInOutput": 5658
|
|
7231
7236
|
},
|
|
7232
7237
|
"../protos/dist/types/google/protobuf/struct.js": {
|
|
7233
7238
|
"bytesInOutput": 6262
|
|
@@ -7235,50 +7240,11 @@
|
|
|
7235
7240
|
"../protos/dist/types/typeRegistry.js": {
|
|
7236
7241
|
"bytesInOutput": 14
|
|
7237
7242
|
},
|
|
7238
|
-
"
|
|
7239
|
-
"bytesInOutput":
|
|
7240
|
-
},
|
|
7241
|
-
"../protos/dist/types/google/protobuf/wrappers.js": {
|
|
7242
|
-
"bytesInOutput": 6791
|
|
7243
|
-
},
|
|
7244
|
-
"../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js": {
|
|
7245
|
-
"bytesInOutput": 4840
|
|
7246
|
-
},
|
|
7247
|
-
"../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js": {
|
|
7248
|
-
"bytesInOutput": 2464
|
|
7249
|
-
},
|
|
7250
|
-
"../protos/dist/types/devvit/events/v1alpha/realtime.js": {
|
|
7251
|
-
"bytesInOutput": 2096
|
|
7252
|
-
},
|
|
7253
|
-
"../protos/dist/types/google/protobuf/empty.js": {
|
|
7254
|
-
"bytesInOutput": 469
|
|
7255
|
-
},
|
|
7256
|
-
"../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js": {
|
|
7257
|
-
"bytesInOutput": 3123
|
|
7258
|
-
},
|
|
7259
|
-
"../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js": {
|
|
7260
|
-
"bytesInOutput": 2213
|
|
7261
|
-
},
|
|
7262
|
-
"../protos/dist/types/devvit/ui/form_builder/v1alpha/field.js": {
|
|
7263
|
-
"bytesInOutput": 16458
|
|
7264
|
-
},
|
|
7265
|
-
"../protos/dist/types/devvit/ui/form_builder/v1alpha/type.js": {
|
|
7266
|
-
"bytesInOutput": 905
|
|
7267
|
-
},
|
|
7268
|
-
"../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js": {
|
|
7269
|
-
"bytesInOutput": 5352
|
|
7270
|
-
},
|
|
7271
|
-
"../protos/dist/types/devvit/ui/effects/v1alpha/show_toast.js": {
|
|
7272
|
-
"bytesInOutput": 1314
|
|
7273
|
-
},
|
|
7274
|
-
"../protos/dist/types/devvit/ui/toast/toast.js": {
|
|
7275
|
-
"bytesInOutput": 4316
|
|
7276
|
-
},
|
|
7277
|
-
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
7278
|
-
"bytesInOutput": 3538
|
|
7243
|
+
"library/src/client/web-view-scripts.ts": {
|
|
7244
|
+
"bytesInOutput": 107
|
|
7279
7245
|
},
|
|
7280
7246
|
"library/src/blocks/components/devvit-blocks-web-view.ts": {
|
|
7281
|
-
"bytesInOutput":
|
|
7247
|
+
"bytesInOutput": 3673
|
|
7282
7248
|
},
|
|
7283
7249
|
"library/src/blocks/templates/renderWebViewBlock.ts": {
|
|
7284
7250
|
"bytesInOutput": 540
|
|
@@ -7292,6 +7258,12 @@
|
|
|
7292
7258
|
"library/src/blocks/components/devvit-blocks-renderer.ts": {
|
|
7293
7259
|
"bytesInOutput": 1802
|
|
7294
7260
|
},
|
|
7261
|
+
"../protos/dist/types/devvit/events/v1alpha/realtime.js": {
|
|
7262
|
+
"bytesInOutput": 2096
|
|
7263
|
+
},
|
|
7264
|
+
"../protos/dist/types/google/protobuf/empty.js": {
|
|
7265
|
+
"bytesInOutput": 469
|
|
7266
|
+
},
|
|
7295
7267
|
"../protos/dist/types/devvit/ui/common/v1alpha/common.js": {
|
|
7296
7268
|
"bytesInOutput": 1420
|
|
7297
7269
|
},
|
|
@@ -7313,6 +7285,42 @@
|
|
|
7313
7285
|
"library/src/client/dimensions.ts": {
|
|
7314
7286
|
"bytesInOutput": 228
|
|
7315
7287
|
},
|
|
7288
|
+
"../protos/dist/types/devvit/ui/events/v1alpha/event.js": {
|
|
7289
|
+
"bytesInOutput": 11661
|
|
7290
|
+
},
|
|
7291
|
+
"../protos/dist/types/google/protobuf/wrappers.js": {
|
|
7292
|
+
"bytesInOutput": 6791
|
|
7293
|
+
},
|
|
7294
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js": {
|
|
7295
|
+
"bytesInOutput": 4840
|
|
7296
|
+
},
|
|
7297
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js": {
|
|
7298
|
+
"bytesInOutput": 2464
|
|
7299
|
+
},
|
|
7300
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js": {
|
|
7301
|
+
"bytesInOutput": 3123
|
|
7302
|
+
},
|
|
7303
|
+
"../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js": {
|
|
7304
|
+
"bytesInOutput": 2213
|
|
7305
|
+
},
|
|
7306
|
+
"../protos/dist/types/devvit/ui/form_builder/v1alpha/field.js": {
|
|
7307
|
+
"bytesInOutput": 16458
|
|
7308
|
+
},
|
|
7309
|
+
"../protos/dist/types/devvit/ui/form_builder/v1alpha/type.js": {
|
|
7310
|
+
"bytesInOutput": 905
|
|
7311
|
+
},
|
|
7312
|
+
"../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js": {
|
|
7313
|
+
"bytesInOutput": 5352
|
|
7314
|
+
},
|
|
7315
|
+
"../protos/dist/types/devvit/ui/effects/v1alpha/show_toast.js": {
|
|
7316
|
+
"bytesInOutput": 1314
|
|
7317
|
+
},
|
|
7318
|
+
"../protos/dist/types/devvit/ui/toast/toast.js": {
|
|
7319
|
+
"bytesInOutput": 4316
|
|
7320
|
+
},
|
|
7321
|
+
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
7322
|
+
"bytesInOutput": 3538
|
|
7323
|
+
},
|
|
7316
7324
|
"../protos/dist/types/devvit/plugin/logger/logger.js": {
|
|
7317
7325
|
"bytesInOutput": 11081
|
|
7318
7326
|
},
|
|
@@ -7362,7 +7370,7 @@
|
|
|
7362
7370
|
"bytesInOutput": 5936
|
|
7363
7371
|
}
|
|
7364
7372
|
},
|
|
7365
|
-
"bytes":
|
|
7373
|
+
"bytes": 729939
|
|
7366
7374
|
}
|
|
7367
7375
|
}
|
|
7368
7376
|
}
|