@devvit/ui-renderer 0.11.20-next-2025-08-06-23-43-21-b00d46f33.0 → 0.11.20-next-2025-08-07-15-44-07-c1bac627e.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/package.json +18 -13
package/package.json
CHANGED
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/ui-renderer",
|
|
3
|
-
"version": "0.11.20-next-2025-08-
|
|
3
|
+
"version": "0.11.20-next-2025-08-07-15-44-07-c1bac627e.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://developers.reddit.com/"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
|
-
"
|
|
10
|
+
"exports": {
|
|
11
|
+
".": "./index.js",
|
|
12
|
+
"./package.json": "./package.json",
|
|
13
|
+
"./*": "./*"
|
|
14
|
+
},
|
|
15
|
+
"main": "./dist/index.js",
|
|
16
|
+
"files": [
|
|
17
|
+
"**"
|
|
18
|
+
],
|
|
11
19
|
"scripts": {
|
|
12
20
|
"build": "yarn library:build",
|
|
13
21
|
"build:min": "esbuild --bundle --external:@reddit/baseplate --format=esm --minify --sourcemap=linked --target=es2020",
|
|
@@ -57,12 +65,12 @@
|
|
|
57
65
|
"visual-test:report": "backstop --config backstop.config.cjs openReport",
|
|
58
66
|
"visual-test:test": "backstop --config backstop.config.cjs test"
|
|
59
67
|
},
|
|
60
|
-
"types": "./index.d.ts",
|
|
68
|
+
"types": "./dist/index.d.ts",
|
|
61
69
|
"dependencies": {
|
|
62
70
|
"@devvit/multiplatform": "0.0.1-20250218-2f1c7a2a",
|
|
63
|
-
"@devvit/protos": "0.11.20-next-2025-08-
|
|
64
|
-
"@devvit/runtime-lite": "0.11.20-next-2025-08-
|
|
65
|
-
"@devvit/shared-types": "0.11.20-next-2025-08-
|
|
71
|
+
"@devvit/protos": "0.11.20-next-2025-08-07-15-44-07-c1bac627e.0",
|
|
72
|
+
"@devvit/runtime-lite": "0.11.20-next-2025-08-07-15-44-07-c1bac627e.0",
|
|
73
|
+
"@devvit/shared-types": "0.11.20-next-2025-08-07-15-44-07-c1bac627e.0",
|
|
66
74
|
"compare-versions": "6.1.1",
|
|
67
75
|
"nice-grpc-web": "3.3.3",
|
|
68
76
|
"p-queue": "7.3.4"
|
|
@@ -92,9 +100,9 @@
|
|
|
92
100
|
},
|
|
93
101
|
"devDependencies": {
|
|
94
102
|
"@ampproject/filesize": "4.3.0",
|
|
95
|
-
"@devvit/public-api": "0.11.20-next-2025-08-
|
|
96
|
-
"@devvit/repo-tools": "0.11.20-next-2025-08-
|
|
97
|
-
"@devvit/tsconfig": "0.11.20-next-2025-08-
|
|
103
|
+
"@devvit/public-api": "0.11.20-next-2025-08-07-15-44-07-c1bac627e.0",
|
|
104
|
+
"@devvit/repo-tools": "0.11.20-next-2025-08-07-15-44-07-c1bac627e.0",
|
|
105
|
+
"@devvit/tsconfig": "0.11.20-next-2025-08-07-15-44-07-c1bac627e.0",
|
|
98
106
|
"@lit/localize": "0.11.4",
|
|
99
107
|
"@open-wc/testing-helpers": "2.3.0",
|
|
100
108
|
"@reddit/baseplate": "1.1.3",
|
|
@@ -124,9 +132,6 @@
|
|
|
124
132
|
"vite": "5.4.19",
|
|
125
133
|
"vitest": "1.6.1"
|
|
126
134
|
},
|
|
127
|
-
"publishConfig": {
|
|
128
|
-
"directory": "dist"
|
|
129
|
-
},
|
|
130
135
|
"filesize": {
|
|
131
136
|
"dist/devvit-custom-post.min.js": {
|
|
132
137
|
"gzip": "205 KB",
|
|
@@ -138,5 +143,5 @@
|
|
|
138
143
|
}
|
|
139
144
|
},
|
|
140
145
|
"source": "./src/index.ts",
|
|
141
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "84887da2693437a2852e00624dad7bb8dd7ffbb5"
|
|
142
147
|
}
|