@devvit/ui-renderer 0.10.21-next-2024-05-10-756da3f0c.0 → 0.10.21-next-2024-05-10-123696abd.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/meta.min.json CHANGED
@@ -7964,7 +7964,7 @@
7964
7964
  "format": "esm"
7965
7965
  },
7966
7966
  "../protos/dist/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.js": {
7967
- "bytes": 7388,
7967
+ "bytes": 8642,
7968
7968
  "imports": [
7969
7969
  {
7970
7970
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8037,7 +8037,7 @@
8037
8037
  "format": "esm"
8038
8038
  },
8039
8039
  "../protos/dist/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.js": {
8040
- "bytes": 15792,
8040
+ "bytes": 17145,
8041
8041
  "imports": [
8042
8042
  {
8043
8043
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -11243,7 +11243,7 @@
11243
11243
  "imports": [],
11244
11244
  "exports": [],
11245
11245
  "inputs": {},
11246
- "bytes": 11911072
11246
+ "bytes": 11917885
11247
11247
  },
11248
11248
  "dist/devvit-custom-post.min.js": {
11249
11249
  "imports": [
@@ -11825,7 +11825,7 @@
11825
11825
  "bytesInOutput": 294448
11826
11826
  },
11827
11827
  "../protos/dist/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.js": {
11828
- "bytesInOutput": 18
11828
+ "bytesInOutput": 1452
11829
11829
  },
11830
11830
  "../protos/dist/types/devvit/plugin/redditapi/privatemessages/privatemessages_msg.js": {
11831
11831
  "bytesInOutput": 5271
@@ -11834,7 +11834,7 @@
11834
11834
  "bytesInOutput": 18
11835
11835
  },
11836
11836
  "../protos/dist/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.js": {
11837
- "bytesInOutput": 18
11837
+ "bytesInOutput": 2723
11838
11838
  },
11839
11839
  "../protos/dist/types/devvit/plugin/redditapi/newmodmail/newmodmail_msg.js": {
11840
11840
  "bytesInOutput": 97770
@@ -12152,7 +12152,7 @@
12152
12152
  "bytesInOutput": 4341
12153
12153
  }
12154
12154
  },
12155
- "bytes": 4336130
12155
+ "bytes": 4340269
12156
12156
  }
12157
12157
  }
12158
12158
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/ui-renderer",
3
- "version": "0.10.21-next-2024-05-10-756da3f0c.0",
3
+ "version": "0.10.21-next-2024-05-10-123696abd.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -58,10 +58,10 @@
58
58
  },
59
59
  "types": "./index.d.ts",
60
60
  "dependencies": {
61
- "@devvit/protos": "0.10.21-next-2024-05-10-756da3f0c.0",
62
- "@devvit/runtime-lite": "0.10.21-next-2024-05-10-756da3f0c.0",
63
- "@devvit/runtimes": "0.10.21-next-2024-05-10-756da3f0c.0",
64
- "@devvit/shared-types": "0.10.21-next-2024-05-10-756da3f0c.0",
61
+ "@devvit/protos": "0.10.21-next-2024-05-10-123696abd.0",
62
+ "@devvit/runtime-lite": "0.10.21-next-2024-05-10-123696abd.0",
63
+ "@devvit/runtimes": "0.10.21-next-2024-05-10-123696abd.0",
64
+ "@devvit/shared-types": "0.10.21-next-2024-05-10-123696abd.0",
65
65
  "@dotlottie/player-component": "2.7.2",
66
66
  "nice-grpc-web": "3.3.3",
67
67
  "p-queue": "7.3.4",
@@ -89,9 +89,9 @@
89
89
  "devDependencies": {
90
90
  "@ampproject/filesize": "4.3.0",
91
91
  "@devvit/eslint-config": "0.10.20",
92
- "@devvit/public-api": "0.10.21-next-2024-05-10-756da3f0c.0",
92
+ "@devvit/public-api": "0.10.21-next-2024-05-10-123696abd.0",
93
93
  "@devvit/repo-tools": "0.10.20",
94
- "@devvit/tsconfig": "0.10.21-next-2024-05-10-756da3f0c.0",
94
+ "@devvit/tsconfig": "0.10.21-next-2024-05-10-123696abd.0",
95
95
  "@lit-labs/ssr": "^2.2.3",
96
96
  "@lit/localize": "0.11.4",
97
97
  "@open-wc/testing-helpers": "2.3.0",
@@ -133,5 +133,5 @@
133
133
  }
134
134
  },
135
135
  "source": "./src/index.ts",
136
- "gitHead": "55d1a6607a2ebfff74215f66180649550373255d"
136
+ "gitHead": "c0d740baf1c7b4babccd0c8084e92407f76da035"
137
137
  }