@devvit/shared-types 0.12.2-next-2025-10-29-16-05-52-9ea38fec7.0 → 0.12.2-next-2025-10-29-22-09-18-2b8ae2b23.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/shared-types",
|
|
3
|
-
"version": "0.12.2-next-2025-10-29-
|
|
3
|
+
"version": "0.12.2-next-2025-10-29-22-09-18-2b8ae2b23.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
},
|
|
34
34
|
"types": "./dist/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@devvit/protos": "0.12.2-next-2025-10-29-
|
|
36
|
+
"@devvit/protos": "0.12.2-next-2025-10-29-22-09-18-2b8ae2b23.0",
|
|
37
37
|
"jsonschema": "1.4.1",
|
|
38
38
|
"uuid": "9.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@devvit/repo-tools": "0.12.2-next-2025-10-29-
|
|
42
|
-
"@devvit/tsconfig": "0.12.2-next-2025-10-29-
|
|
41
|
+
"@devvit/repo-tools": "0.12.2-next-2025-10-29-22-09-18-2b8ae2b23.0",
|
|
42
|
+
"@devvit/tsconfig": "0.12.2-next-2025-10-29-22-09-18-2b8ae2b23.0",
|
|
43
43
|
"@types/redis-mock": "0.17.1",
|
|
44
44
|
"@types/uuid": "9.0.0",
|
|
45
45
|
"chokidar-cli": "3.0.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"vitest": "1.6.1"
|
|
52
52
|
},
|
|
53
53
|
"source": "./src/index.ts",
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "421de3ada2ed21a93c32440711e203c37f6540d7"
|
|
55
55
|
}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"pattern": "^(/api/)?[^/].*$"
|
|
22
22
|
},
|
|
23
23
|
"height": {
|
|
24
|
-
"description": "The height configuration for this post view.",
|
|
24
|
+
"description": "The height configuration for this post view. Height is only applicable when app is shown inline and ignored when expanded.",
|
|
25
25
|
"enum": ["regular", "tall"],
|
|
26
26
|
"default": "tall"
|
|
27
27
|
}
|