@devvit/protos 0.11.6-next-2025-01-13-2696f78b0.0 → 0.11.6-next-2025-01-13-6cc27b78a.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/protos",
3
- "version": "0.11.6-next-2025-01-13-2696f78b0.0",
3
+ "version": "0.11.6-next-2025-01-13-6cc27b78a.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@ampproject/filesize": "4.3.0",
48
- "@devvit/repo-tools": "0.11.6-next-2025-01-13-2696f78b0.0",
49
- "@devvit/tsconfig": "0.11.6-next-2025-01-13-2696f78b0.0",
48
+ "@devvit/repo-tools": "0.11.6-next-2025-01-13-6cc27b78a.0",
49
+ "@devvit/tsconfig": "0.11.6-next-2025-01-13-6cc27b78a.0",
50
50
  "@protobuf-ts/plugin": "2.9.3",
51
51
  "@types/long": "4.0.2",
52
52
  "chokidar-cli": "3.0.0",
@@ -80,5 +80,5 @@
80
80
  ]
81
81
  }
82
82
  },
83
- "gitHead": "8ab79a5963b186b625bf537a16ad693ccd9241e5"
83
+ "gitHead": "827db7454a3b8044d9ff3cf1b2360ef720b30910"
84
84
  }
@@ -12,8 +12,6 @@ option java_package = "com.reddit.devvit.gql";
12
12
  //
13
13
  // This file contains types for the Subreddit.devPlatformMetadata field, which is (as of 2024Q4)
14
14
  // the old way to fetch Devvit metadata for a subreddit.
15
- //
16
- // For the newer types, see subreddit_manifest.proto.
17
15
 
18
16
  message SubredditContextActions {
19
17
  option deprecated = true;