@devvit/shared-types 0.12.1-next-2025-10-01-17-54-03-31a196c4f.0 → 0.12.1-next-2025-10-01-18-10-24-62f08d94f.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.1-next-2025-10-01-
|
|
3
|
+
"version": "0.12.1-next-2025-10-01-18-10-24-62f08d94f.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.1-next-2025-10-01-
|
|
36
|
+
"@devvit/protos": "0.12.1-next-2025-10-01-18-10-24-62f08d94f.0",
|
|
37
37
|
"jsonschema": "1.4.1",
|
|
38
38
|
"uuid": "9.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@devvit/repo-tools": "0.12.1-next-2025-10-01-
|
|
42
|
-
"@devvit/tsconfig": "0.12.1-next-2025-10-01-
|
|
41
|
+
"@devvit/repo-tools": "0.12.1-next-2025-10-01-18-10-24-62f08d94f.0",
|
|
42
|
+
"@devvit/tsconfig": "0.12.1-next-2025-10-01-18-10-24-62f08d94f.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": "2fda14fe0187efebee457e09ac011bc15939d754"
|
|
55
55
|
}
|
|
@@ -282,7 +282,12 @@
|
|
|
282
282
|
"type": "boolean",
|
|
283
283
|
"description": "Whether this setting contains secret/sensitive information."
|
|
284
284
|
}
|
|
285
|
-
}
|
|
285
|
+
},
|
|
286
|
+
"if": {
|
|
287
|
+
"properties": { "isSecret": { "const": true } },
|
|
288
|
+
"required": ["isSecret"]
|
|
289
|
+
},
|
|
290
|
+
"then": { "not": { "required": ["defaultValue"] } }
|
|
286
291
|
},
|
|
287
292
|
"GlobalSetting": {
|
|
288
293
|
"oneOf": [
|