@devvit/protos 0.11.8-next-2025-03-06-ce4ed9f1c.0 → 0.11.8-next-2025-03-10-50b0ed2ce.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/meta.min.json CHANGED
@@ -816,7 +816,7 @@
816
816
  "format": "esm"
817
817
  },
818
818
  "src/types/devvit/plugin/redditapi/common/common_msg.ts": {
819
- "bytes": 176006,
819
+ "bytes": 179223,
820
820
  "imports": [
821
821
  {
822
822
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -6052,7 +6052,7 @@
6052
6052
  "format": "esm"
6053
6053
  },
6054
6054
  "src/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.ts": {
6055
- "bytes": 81226,
6055
+ "bytes": 83358,
6056
6056
  "imports": [
6057
6057
  {
6058
6058
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -6083,6 +6083,11 @@
6083
6083
  "path": "src/types/devvit/reddit/comment.ts",
6084
6084
  "kind": "import-statement",
6085
6085
  "original": "../../../reddit/comment.js"
6086
+ },
6087
+ {
6088
+ "path": "src/types/devvit/plugin/redditapi/common/common_msg.ts",
6089
+ "kind": "import-statement",
6090
+ "original": "../common/common_msg.js"
6086
6091
  }
6087
6092
  ],
6088
6093
  "format": "esm"
@@ -7342,7 +7347,7 @@
7342
7347
  "imports": [],
7343
7348
  "exports": [],
7344
7349
  "inputs": {},
7345
- "bytes": 5382734
7350
+ "bytes": 5391026
7346
7351
  },
7347
7352
  "dist/protos.min.js": {
7348
7353
  "imports": [],
@@ -7602,7 +7607,7 @@
7602
7607
  "bytesInOutput": 10456
7603
7608
  },
7604
7609
  "src/types/devvit/plugin/redditapi/common/common_msg.ts": {
7605
- "bytesInOutput": 75091
7610
+ "bytesInOutput": 76282
7606
7611
  },
7607
7612
  "src/types/google/protobuf/any.ts": {
7608
7613
  "bytesInOutput": 1378
@@ -7722,7 +7727,7 @@
7722
7727
  "bytesInOutput": 4505
7723
7728
  },
7724
7729
  "src/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.ts": {
7725
- "bytesInOutput": 31277
7730
+ "bytesInOutput": 32168
7726
7731
  },
7727
7732
  "src/types/devvit/reddit/comment.ts": {
7728
7733
  "bytesInOutput": 26964
@@ -7827,7 +7832,7 @@
7827
7832
  "bytesInOutput": 2438
7828
7833
  }
7829
7834
  },
7830
- "bytes": 1393475
7835
+ "bytes": 1395557
7831
7836
  }
7832
7837
  }
7833
7838
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.11.8-next-2025-03-06-ce4ed9f1c.0",
3
+ "version": "0.11.8-next-2025-03-10-50b0ed2ce.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.8-next-2025-03-06-ce4ed9f1c.0",
49
- "@devvit/tsconfig": "0.11.8-next-2025-03-06-ce4ed9f1c.0",
48
+ "@devvit/repo-tools": "0.11.8-next-2025-03-10-50b0ed2ce.0",
49
+ "@devvit/tsconfig": "0.11.8-next-2025-03-10-50b0ed2ce.0",
50
50
  "@protobuf-ts/plugin": "2.9.3",
51
51
  "@types/long": "4.0.2",
52
52
  "chokidar-cli": "3.0.0",
@@ -63,8 +63,8 @@
63
63
  },
64
64
  "filesize": {
65
65
  "dist/protos.min.js": {
66
- "gzip": "182.14 KB",
67
- "none": "1361 KB"
66
+ "gzip": "183 KB",
67
+ "none": "1363 KB"
68
68
  }
69
69
  },
70
70
  "typesVersions": {
@@ -80,5 +80,5 @@
80
80
  ]
81
81
  }
82
82
  },
83
- "gitHead": "8c5a3bc0e742885a0d449ef8e3786644a08cb945"
83
+ "gitHead": "ae72ac58e6f1d97e8908a50c9605a63c80873c70"
84
84
  }