@devvit/ui-renderer 0.12.7-next-2025-12-22-16-00-13-bfb4aee88.0 → 0.12.7
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/package.json +8 -8
- package/devvit-custom-post-meta.min.json +0 -7734
- package/devvit-custom-post.min.js +0 -750
- package/devvit-custom-post.min.js.map +0 -7
- package/devvit-surface-meta.min.json +0 -7868
- package/devvit-surface.min.js +0 -750
- package/devvit-surface.min.js.map +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/ui-renderer",
|
|
3
|
-
"version": "0.12.7
|
|
3
|
+
"version": "0.12.7",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"types": "./dist/index.d.ts",
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@devvit/multiplatform": "0.0.1-20250218-2f1c7a2a",
|
|
71
|
-
"@devvit/protos": "0.12.7
|
|
72
|
-
"@devvit/runtime-lite": "0.12.7
|
|
73
|
-
"@devvit/shared-types": "0.12.7
|
|
71
|
+
"@devvit/protos": "0.12.7",
|
|
72
|
+
"@devvit/runtime-lite": "0.12.7",
|
|
73
|
+
"@devvit/shared-types": "0.12.7",
|
|
74
74
|
"compare-versions": "6.1.1",
|
|
75
75
|
"nice-grpc-web": "3.3.3",
|
|
76
76
|
"p-queue": "7.3.4"
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@ampproject/filesize": "4.3.0",
|
|
115
|
-
"@devvit/public-api": "0.12.7
|
|
116
|
-
"@devvit/repo-tools": "0.12.7
|
|
117
|
-
"@devvit/tsconfig": "0.12.7
|
|
115
|
+
"@devvit/public-api": "0.12.7",
|
|
116
|
+
"@devvit/repo-tools": "0.12.7",
|
|
117
|
+
"@devvit/tsconfig": "0.12.7",
|
|
118
118
|
"@lit/localize": "0.11.4",
|
|
119
119
|
"@open-wc/testing-helpers": "2.3.0",
|
|
120
120
|
"@reddit/baseplate": "8.0.0",
|
|
@@ -158,5 +158,5 @@
|
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
160
|
"source": "./src/index.ts",
|
|
161
|
-
"gitHead": "
|
|
161
|
+
"gitHead": "cd1a43ead3e27d873f7d5506f4c826729a32bb76"
|
|
162
162
|
}
|