@devvit/ui-renderer 0.11.0-next-2024-08-07-afd0dc587.0 → 0.11.0-next-2024-08-08-4750f1ee5.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/client/webDispatcher.js
CHANGED
|
@@ -104,7 +104,7 @@ export class WebDispatcher {
|
|
|
104
104
|
this.init();
|
|
105
105
|
}
|
|
106
106
|
set metadata(metadata) {
|
|
107
|
-
const copy = { ...metadata }
|
|
107
|
+
const copy = { ...metadata };
|
|
108
108
|
const debug = [];
|
|
109
109
|
for (const [k, v] of Object.entries(devvit?.debug ?? {}))
|
|
110
110
|
debug.push(`${k}=${v}`);
|
|
@@ -10111,7 +10111,7 @@
|
|
|
10111
10111
|
"format": "esm"
|
|
10112
10112
|
},
|
|
10113
10113
|
"library/src/client/webDispatcher.ts": {
|
|
10114
|
-
"bytes":
|
|
10114
|
+
"bytes": 8037,
|
|
10115
10115
|
"imports": [
|
|
10116
10116
|
{
|
|
10117
10117
|
"path": "../../node_modules/@devvit/multiplatform/kotlin/ui-shared-shared.js",
|
|
@@ -10863,7 +10863,7 @@
|
|
|
10863
10863
|
"imports": [],
|
|
10864
10864
|
"exports": [],
|
|
10865
10865
|
"inputs": {},
|
|
10866
|
-
"bytes":
|
|
10866
|
+
"bytes": 12017881
|
|
10867
10867
|
},
|
|
10868
10868
|
"dist/devvit-surface.min.js": {
|
|
10869
10869
|
"imports": [
|