@devvit/protos 0.11.6-next-2025-01-23-d28391460.0 → 0.11.6-next-2025-01-24-a496332ee.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-23-d28391460.0",
3
+ "version": "0.11.6-next-2025-01-24-a496332ee.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-23-d28391460.0",
49
- "@devvit/tsconfig": "0.11.6-next-2025-01-23-d28391460.0",
48
+ "@devvit/repo-tools": "0.11.6-next-2025-01-24-a496332ee.0",
49
+ "@devvit/tsconfig": "0.11.6-next-2025-01-24-a496332ee.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": "5cde7a43a599ec326fc9d5ada5b7afe28a1701e6"
83
+ "gitHead": "e2331e04f0cc94d7aae13cb46517eb8b9e83a089"
84
84
  }
@@ -46,7 +46,10 @@ message Bundle {
46
46
  // This field contains configuration needed to enable the Payments capability
47
47
  PaymentsConfig payments_config = 8;
48
48
 
49
- // next 9;
49
+ // The metafile contains the size breakdown of the compiled bundle for analysis
50
+ optional string metafile = 9;
51
+
52
+ // next 10;
50
53
  }
51
54
 
52
55
  message PaymentsConfig {
@@ -93,6 +96,8 @@ message CompileParams {
93
96
  devvit.runtime.ActorSpec info = 4;
94
97
 
95
98
  bool include_assets = 5;
99
+
100
+ bool include_metafile = 6;
96
101
  }
97
102
 
98
103
  message CompileLog {