@devvit/ui-renderer 0.11.3-next-2024-11-13-3641e33a1.0 → 0.11.3-next-2024-11-14-5b95193da.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -8439,7 +8439,7 @@
8439
8439
  "format": "esm"
8440
8440
  },
8441
8441
  "library/src/blocks/components/devvit-blocks-web-view.ts": {
8442
- "bytes": 8567,
8442
+ "bytes": 8642,
8443
8443
  "imports": [
8444
8444
  {
8445
8445
  "path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js",
@@ -8684,6 +8684,117 @@
8684
8684
  ],
8685
8685
  "format": "esm"
8686
8686
  },
8687
+ "../../node_modules/semver/internal/debug.js": {
8688
+ "bytes": 226,
8689
+ "imports": [],
8690
+ "format": "cjs"
8691
+ },
8692
+ "../../node_modules/semver/internal/constants.js": {
8693
+ "bytes": 859,
8694
+ "imports": [],
8695
+ "format": "cjs"
8696
+ },
8697
+ "../../node_modules/semver/internal/re.js": {
8698
+ "bytes": 7937,
8699
+ "imports": [
8700
+ {
8701
+ "path": "../../node_modules/semver/internal/constants.js",
8702
+ "kind": "require-call",
8703
+ "original": "./constants"
8704
+ },
8705
+ {
8706
+ "path": "../../node_modules/semver/internal/debug.js",
8707
+ "kind": "require-call",
8708
+ "original": "./debug"
8709
+ }
8710
+ ],
8711
+ "format": "cjs"
8712
+ },
8713
+ "../../node_modules/semver/internal/parse-options.js": {
8714
+ "bytes": 324,
8715
+ "imports": [],
8716
+ "format": "cjs"
8717
+ },
8718
+ "../../node_modules/semver/internal/identifiers.js": {
8719
+ "bytes": 410,
8720
+ "imports": [],
8721
+ "format": "cjs"
8722
+ },
8723
+ "../../node_modules/semver/classes/semver.js": {
8724
+ "bytes": 8751,
8725
+ "imports": [
8726
+ {
8727
+ "path": "../../node_modules/semver/internal/debug.js",
8728
+ "kind": "require-call",
8729
+ "original": "../internal/debug"
8730
+ },
8731
+ {
8732
+ "path": "../../node_modules/semver/internal/constants.js",
8733
+ "kind": "require-call",
8734
+ "original": "../internal/constants"
8735
+ },
8736
+ {
8737
+ "path": "../../node_modules/semver/internal/re.js",
8738
+ "kind": "require-call",
8739
+ "original": "../internal/re"
8740
+ },
8741
+ {
8742
+ "path": "../../node_modules/semver/internal/parse-options.js",
8743
+ "kind": "require-call",
8744
+ "original": "../internal/parse-options"
8745
+ },
8746
+ {
8747
+ "path": "../../node_modules/semver/internal/identifiers.js",
8748
+ "kind": "require-call",
8749
+ "original": "../internal/identifiers"
8750
+ }
8751
+ ],
8752
+ "format": "cjs"
8753
+ },
8754
+ "../../node_modules/semver/functions/compare.js": {
8755
+ "bytes": 156,
8756
+ "imports": [
8757
+ {
8758
+ "path": "../../node_modules/semver/classes/semver.js",
8759
+ "kind": "require-call",
8760
+ "original": "../classes/semver"
8761
+ }
8762
+ ],
8763
+ "format": "cjs"
8764
+ },
8765
+ "../../node_modules/semver/functions/lt.js": {
8766
+ "bytes": 110,
8767
+ "imports": [
8768
+ {
8769
+ "path": "../../node_modules/semver/functions/compare.js",
8770
+ "kind": "require-call",
8771
+ "original": "./compare"
8772
+ }
8773
+ ],
8774
+ "format": "cjs"
8775
+ },
8776
+ "../../node_modules/semver/functions/parse.js": {
8777
+ "bytes": 317,
8778
+ "imports": [
8779
+ {
8780
+ "path": "../../node_modules/semver/classes/semver.js",
8781
+ "kind": "require-call",
8782
+ "original": "../classes/semver"
8783
+ }
8784
+ ],
8785
+ "format": "cjs"
8786
+ },
8787
+ "../../node_modules/semver/functions/valid.js": {
8788
+ "bytes": 162,
8789
+ "imports": [
8790
+ {
8791
+ "path": "../../node_modules/semver/functions/parse.js",
8792
+ "kind": "require-call",
8793
+ "original": "./parse"
8794
+ }
8795
+ ],
8796
+ "format": "cjs"
8797
+ },
8687
8798
  "library/src/client/dimensions.ts": {
8688
8799
  "bytes": 856,
8689
8800
  "imports": [],
@@ -9058,7 +9169,7 @@
9058
9169
  "format": "esm"
9059
9170
  },
9060
9171
  "library/src/client/devvit-surface.ts": {
9061
- "bytes": 16644,
9172
+ "bytes": 16959,
9062
9173
  "imports": [
9063
9174
  {
9064
9175
  "path": "../../node_modules/@reddit/faceplate-ui/dist/templateRenderingStrategy/clientStrategy.js",
@@ -9120,6 +9231,16 @@
9120
9231
  "kind": "import-statement",
9121
9232
  "original": "lit/decorators.js"
9122
9233
  },
9234
+ {
9235
+ "path": "../../node_modules/semver/functions/lt.js",
9236
+ "kind": "import-statement",
9237
+ "original": "semver/functions/lt.js"
9238
+ },
9239
+ {
9240
+ "path": "../../node_modules/semver/functions/valid.js",
9241
+ "kind": "import-statement",
9242
+ "original": "semver/functions/valid.js"
9243
+ },
9123
9244
  {
9124
9245
  "path": "library/src/blocks/block-type.ts",
9125
9246
  "kind": "import-statement",
@@ -9179,7 +9300,7 @@
9179
9300
  "imports": [],
9180
9301
  "exports": [],
9181
9302
  "inputs": {},
9182
- "bytes": 6679096
9303
+ "bytes": 6711882
9183
9304
  },
9184
9305
  "dist/devvit-surface.min.js": {
9185
9306
  "imports": [
@@ -9256,6 +9377,36 @@
9256
9377
  "../../node_modules/long/src/long.js": {
9257
9378
  "bytesInOutput": 9347
9258
9379
  },
9380
+ "../../node_modules/semver/internal/debug.js": {
9381
+ "bytesInOutput": 193
9382
+ },
9383
+ "../../node_modules/semver/internal/constants.js": {
9384
+ "bytesInOutput": 351
9385
+ },
9386
+ "../../node_modules/semver/internal/re.js": {
9387
+ "bytesInOutput": 3576
9388
+ },
9389
+ "../../node_modules/semver/internal/parse-options.js": {
9390
+ "bytesInOutput": 125
9391
+ },
9392
+ "../../node_modules/semver/internal/identifiers.js": {
9393
+ "bytesInOutput": 217
9394
+ },
9395
+ "../../node_modules/semver/classes/semver.js": {
9396
+ "bytesInOutput": 3833
9397
+ },
9398
+ "../../node_modules/semver/functions/compare.js": {
9399
+ "bytesInOutput": 93
9400
+ },
9401
+ "../../node_modules/semver/functions/lt.js": {
9402
+ "bytesInOutput": 72
9403
+ },
9404
+ "../../node_modules/semver/functions/parse.js": {
9405
+ "bytesInOutput": 152
9406
+ },
9407
+ "../../node_modules/semver/functions/valid.js": {
9408
+ "bytesInOutput": 98
9409
+ },
9259
9410
  "../../node_modules/@lit/reactive-element/css-tag.js": {
9260
9411
  "bytesInOutput": 1325
9261
9412
  },
@@ -9797,7 +9948,7 @@
9797
9948
  "bytesInOutput": 929
9798
9949
  },
9799
9950
  "library/src/blocks/components/devvit-blocks-web-view.ts": {
9800
- "bytesInOutput": 3547
9951
+ "bytesInOutput": 3570
9801
9952
  },
9802
9953
  "library/src/blocks/templates/renderWebViewBlock.ts": {
9803
9954
  "bytesInOutput": 542
@@ -9826,6 +9977,9 @@
9826
9977
  "../shared-types/dist/tid.js": {
9827
9978
  "bytesInOutput": 282
9828
9979
  },
9980
+ "library/src/client/devvit-surface.ts": {
9981
+ "bytesInOutput": 6803
9982
+ },
9829
9983
  "library/src/client/dimensions.ts": {
9830
9984
  "bytesInOutput": 212
9831
9985
  },
@@ -9888,12 +10042,9 @@
9888
10042
  },
9889
10043
  "library/src/client/web-view.ts": {
9890
10044
  "bytesInOutput": 256
9891
- },
9892
- "library/src/client/devvit-surface.ts": {
9893
- "bytesInOutput": 6630
9894
10045
  }
9895
10046
  },
9896
- "bytes": 2049234
10047
+ "bytes": 2058140
9897
10048
  }
9898
10049
  }
9899
10050
  }