@devvit/ui-renderer 0.10.21-next-2024-05-13-14ba9bbcb.0 → 0.10.21-next-2024-05-13-a9ec16d57.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
|
@@ -5518,7 +5518,7 @@
|
|
|
5518
5518
|
"format": "esm"
|
|
5519
5519
|
},
|
|
5520
5520
|
"../protos/dist/types/devvit/plugin/redditapi/common/common_msg.js": {
|
|
5521
|
-
"bytes":
|
|
5521
|
+
"bytes": 162703,
|
|
5522
5522
|
"imports": [
|
|
5523
5523
|
{
|
|
5524
5524
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -11243,7 +11243,7 @@
|
|
|
11243
11243
|
"imports": [],
|
|
11244
11244
|
"exports": [],
|
|
11245
11245
|
"inputs": {},
|
|
11246
|
-
"bytes":
|
|
11246
|
+
"bytes": 11917947
|
|
11247
11247
|
},
|
|
11248
11248
|
"dist/devvit-custom-post.min.js": {
|
|
11249
11249
|
"imports": [
|
|
@@ -11540,7 +11540,7 @@
|
|
|
11540
11540
|
"bytesInOutput": 10162
|
|
11541
11541
|
},
|
|
11542
11542
|
"../protos/dist/types/devvit/plugin/redditapi/common/common_msg.js": {
|
|
11543
|
-
"bytesInOutput":
|
|
11543
|
+
"bytesInOutput": 74099
|
|
11544
11544
|
},
|
|
11545
11545
|
"../protos/dist/types/devvit/ui/effects/v1alpha/effect.js": {
|
|
11546
11546
|
"bytesInOutput": 4716
|
|
@@ -12152,7 +12152,7 @@
|
|
|
12152
12152
|
"bytesInOutput": 4341
|
|
12153
12153
|
}
|
|
12154
12154
|
},
|
|
12155
|
-
"bytes":
|
|
12155
|
+
"bytes": 4340329
|
|
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-13-
|
|
3
|
+
"version": "0.10.21-next-2024-05-13-a9ec16d57.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-13-
|
|
62
|
-
"@devvit/runtime-lite": "0.10.21-next-2024-05-13-
|
|
63
|
-
"@devvit/runtimes": "0.10.21-next-2024-05-13-
|
|
64
|
-
"@devvit/shared-types": "0.10.21-next-2024-05-13-
|
|
61
|
+
"@devvit/protos": "0.10.21-next-2024-05-13-a9ec16d57.0",
|
|
62
|
+
"@devvit/runtime-lite": "0.10.21-next-2024-05-13-a9ec16d57.0",
|
|
63
|
+
"@devvit/runtimes": "0.10.21-next-2024-05-13-a9ec16d57.0",
|
|
64
|
+
"@devvit/shared-types": "0.10.21-next-2024-05-13-a9ec16d57.0",
|
|
65
65
|
"@dotlottie/player-component": "2.7.2",
|
|
66
66
|
"compare-versions": "6.1.0",
|
|
67
67
|
"nice-grpc-web": "3.3.3",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@ampproject/filesize": "4.3.0",
|
|
92
92
|
"@devvit/eslint-config": "0.10.20",
|
|
93
|
-
"@devvit/public-api": "0.10.21-next-2024-05-13-
|
|
93
|
+
"@devvit/public-api": "0.10.21-next-2024-05-13-a9ec16d57.0",
|
|
94
94
|
"@devvit/repo-tools": "0.10.20",
|
|
95
|
-
"@devvit/tsconfig": "0.10.21-next-2024-05-13-
|
|
95
|
+
"@devvit/tsconfig": "0.10.21-next-2024-05-13-a9ec16d57.0",
|
|
96
96
|
"@lit-labs/ssr": "^2.2.3",
|
|
97
97
|
"@lit/localize": "0.11.4",
|
|
98
98
|
"@open-wc/testing-helpers": "2.3.0",
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
136
|
"source": "./src/index.ts",
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "c8506901dd0e84d329a40d91f3c507101683850d"
|
|
138
138
|
}
|