@devvit/ui-renderer 0.10.20-next-2024-05-07-d0f4d978f.0 → 0.10.20-next-2024-05-07-be1701188.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
|
@@ -8931,7 +8931,7 @@
|
|
|
8931
8931
|
"format": "esm"
|
|
8932
8932
|
},
|
|
8933
8933
|
"../protos/dist/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.js": {
|
|
8934
|
-
"bytes":
|
|
8934
|
+
"bytes": 37617,
|
|
8935
8935
|
"imports": [
|
|
8936
8936
|
{
|
|
8937
8937
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -12205,7 +12205,7 @@
|
|
|
12205
12205
|
"imports": [],
|
|
12206
12206
|
"exports": [],
|
|
12207
12207
|
"inputs": {},
|
|
12208
|
-
"bytes":
|
|
12208
|
+
"bytes": 12601270
|
|
12209
12209
|
},
|
|
12210
12210
|
"dist/devvit-custom-post.min.js": {
|
|
12211
12211
|
"imports": [
|
|
@@ -12874,7 +12874,7 @@
|
|
|
12874
12874
|
"bytesInOutput": 17772
|
|
12875
12875
|
},
|
|
12876
12876
|
"../protos/dist/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.js": {
|
|
12877
|
-
"bytesInOutput":
|
|
12877
|
+
"bytesInOutput": 7006
|
|
12878
12878
|
},
|
|
12879
12879
|
"../protos/dist/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.js": {
|
|
12880
12880
|
"bytesInOutput": 27986
|
|
@@ -13177,7 +13177,7 @@
|
|
|
13177
13177
|
"bytesInOutput": 4341
|
|
13178
13178
|
}
|
|
13179
13179
|
},
|
|
13180
|
-
"bytes":
|
|
13180
|
+
"bytes": 4497836
|
|
13181
13181
|
}
|
|
13182
13182
|
}
|
|
13183
13183
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/ui-renderer",
|
|
3
|
-
"version": "0.10.20-next-2024-05-07-
|
|
3
|
+
"version": "0.10.20-next-2024-05-07-be1701188.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.20-next-2024-05-07-
|
|
62
|
-
"@devvit/runtime-lite": "0.10.20-next-2024-05-07-
|
|
63
|
-
"@devvit/runtimes": "0.10.20-next-2024-05-07-
|
|
64
|
-
"@devvit/shared-types": "0.10.20-next-2024-05-07-
|
|
61
|
+
"@devvit/protos": "0.10.20-next-2024-05-07-be1701188.0",
|
|
62
|
+
"@devvit/runtime-lite": "0.10.20-next-2024-05-07-be1701188.0",
|
|
63
|
+
"@devvit/runtimes": "0.10.20-next-2024-05-07-be1701188.0",
|
|
64
|
+
"@devvit/shared-types": "0.10.20-next-2024-05-07-be1701188.0",
|
|
65
65
|
"@dotlottie/player-component": "2.7.2",
|
|
66
66
|
"nice-grpc-web": "3.3.3",
|
|
67
67
|
"p-queue": "7.3.4",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@devvit/eslint-config": "0.10.19",
|
|
91
|
-
"@devvit/public-api": "0.10.20-next-2024-05-07-
|
|
91
|
+
"@devvit/public-api": "0.10.20-next-2024-05-07-be1701188.0",
|
|
92
92
|
"@devvit/repo-tools": "0.10.19",
|
|
93
|
-
"@devvit/tsconfig": "0.10.20-next-2024-05-07-
|
|
93
|
+
"@devvit/tsconfig": "0.10.20-next-2024-05-07-be1701188.0",
|
|
94
94
|
"@lit-labs/ssr": "^2.2.3",
|
|
95
95
|
"@lit/localize": "0.11.4",
|
|
96
96
|
"@open-wc/testing-helpers": "2.3.0",
|
|
@@ -137,5 +137,5 @@
|
|
|
137
137
|
}
|
|
138
138
|
],
|
|
139
139
|
"source": "./src/index.ts",
|
|
140
|
-
"gitHead": "
|
|
140
|
+
"gitHead": "f7df2d7e85da94d40e18974dd10f1f0d9c1258ed"
|
|
141
141
|
}
|