@devvit/shared-types 0.12.1-next-2025-10-13-15-45-30-e599d04dc.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/shared-types",
3
- "version": "0.12.1-next-2025-10-13-15-45-30-e599d04dc.0",
3
+ "version": "0.12.1",
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-13-15-45-30-e599d04dc.0",
36
+ "@devvit/protos": "0.12.1",
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-13-15-45-30-e599d04dc.0",
42
- "@devvit/tsconfig": "0.12.1-next-2025-10-13-15-45-30-e599d04dc.0",
41
+ "@devvit/repo-tools": "0.12.1",
42
+ "@devvit/tsconfig": "0.12.1",
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": "d4ee12dcd2080cc81fca29eea7cb531356c76a0c"
54
+ "gitHead": "8cdb303cb40ab59d383ad54b04168f659e6d82b5"
55
55
  }
@@ -313,13 +313,7 @@
313
313
  "required": ["name"],
314
314
  "anyOf": [{ "required": ["post"] }, { "required": ["server"] }, { "required": ["blocks"] }],
315
315
  "dependentRequired": { "triggers": ["server"] },
316
- "additionalProperties": false,
317
316
  "properties": {
318
- "$schema": {
319
- "type": "string",
320
- "description": "The app configuration schema URI.",
321
- "default": "https://developers.reddit.com/schema/config-file.v1.json"
322
- },
323
317
  "name": {
324
318
  "type": "string",
325
319
  "description": "App account name and Community URL slug.",