@devvit/ui-renderer 0.12.1-next-2025-10-13-14-52-49-1d7fa4677.0 → 0.12.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/ui-renderer",
3
- "version": "0.12.1-next-2025-10-13-14-52-49-1d7fa4677.0",
3
+ "version": "0.12.1",
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.1-next-2025-10-13-14-52-49-1d7fa4677.0",
72
- "@devvit/runtime-lite": "0.12.1-next-2025-10-13-14-52-49-1d7fa4677.0",
73
- "@devvit/shared-types": "0.12.1-next-2025-10-13-14-52-49-1d7fa4677.0",
71
+ "@devvit/protos": "0.12.1",
72
+ "@devvit/runtime-lite": "0.12.1",
73
+ "@devvit/shared-types": "0.12.1",
74
74
  "compare-versions": "6.1.1",
75
75
  "nice-grpc-web": "3.3.3",
76
76
  "p-queue": "7.3.4"
@@ -100,9 +100,9 @@
100
100
  },
101
101
  "devDependencies": {
102
102
  "@ampproject/filesize": "4.3.0",
103
- "@devvit/public-api": "0.12.1-next-2025-10-13-14-52-49-1d7fa4677.0",
104
- "@devvit/repo-tools": "0.12.1-next-2025-10-13-14-52-49-1d7fa4677.0",
105
- "@devvit/tsconfig": "0.12.1-next-2025-10-13-14-52-49-1d7fa4677.0",
103
+ "@devvit/public-api": "0.12.1",
104
+ "@devvit/repo-tools": "0.12.1",
105
+ "@devvit/tsconfig": "0.12.1",
106
106
  "@lit/localize": "0.11.4",
107
107
  "@open-wc/testing-helpers": "2.3.0",
108
108
  "@reddit/baseplate": "1.1.3",
@@ -134,14 +134,14 @@
134
134
  },
135
135
  "filesize": {
136
136
  "dist/devvit-custom-post.min.js": {
137
- "gzip": "209 KB",
138
- "none": "793 KB"
137
+ "gzip": "208 KB",
138
+ "none": "784 KB"
139
139
  },
140
140
  "dist/devvit-surface.min.js": {
141
- "gzip": "228 KB",
142
- "none": "851 KB"
141
+ "gzip": "227 KB",
142
+ "none": "843 KB"
143
143
  }
144
144
  },
145
145
  "source": "./src/index.ts",
146
- "gitHead": "d87eba0f7a44af87c8f9833f0cfc3e575e640cff"
146
+ "gitHead": "8cdb303cb40ab59d383ad54b04168f659e6d82b5"
147
147
  }