@devvit/protos 0.12.0-next-2025-04-29-e6a641649.0 → 0.12.0-next-2025-04-30-2e2a14dbe.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 +4 -4
- package/package.json +4 -4
- package/protos.min.js +1 -1
- package/protos.min.js.map +3 -3
- package/schema/devvit/plugin/redditapi/common/common_msg.proto +8 -0
- package/schema/snootobuf.devenv.lock +505 -331
- package/schema/snootobuf.lock +505 -331
- package/schema/snootobuf.redditapi.lock +505 -331
- package/schema/snootobuf.ts.lock +505 -331
- package/types/devvit/plugin/redditapi/common/common_msg.d.ts +10 -0
- package/types/devvit/plugin/redditapi/common/common_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/common/common_msg.js +52 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts +4 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/listings/listings_svc.d.ts +16 -0
- package/types/devvit/plugin/redditapi/listings/listings_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.d.ts +14 -0
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.d.ts +2 -0
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.d.ts +4 -0
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/users/users_svc.d.ts +2 -0
- package/types/devvit/plugin/redditapi/users/users_svc.d.ts.map +1 -1
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":
|
819
|
+
"bytes": 185141,
|
820
820
|
"imports": [
|
821
821
|
{
|
822
822
|
"path": "../../node_modules/long/src/long.js",
|
@@ -7383,7 +7383,7 @@
|
|
7383
7383
|
"imports": [],
|
7384
7384
|
"exports": [],
|
7385
7385
|
"inputs": {},
|
7386
|
-
"bytes":
|
7386
|
+
"bytes": 5424043
|
7387
7387
|
},
|
7388
7388
|
"dist/protos.min.js": {
|
7389
7389
|
"imports": [],
|
@@ -7645,7 +7645,7 @@
|
|
7645
7645
|
"bytesInOutput": 10456
|
7646
7646
|
},
|
7647
7647
|
"src/types/devvit/plugin/redditapi/common/common_msg.ts": {
|
7648
|
-
"bytesInOutput":
|
7648
|
+
"bytesInOutput": 78696
|
7649
7649
|
},
|
7650
7650
|
"src/types/google/protobuf/any.ts": {
|
7651
7651
|
"bytesInOutput": 1378
|
@@ -7873,7 +7873,7 @@
|
|
7873
7873
|
"bytesInOutput": 2438
|
7874
7874
|
}
|
7875
7875
|
},
|
7876
|
-
"bytes":
|
7876
|
+
"bytes": 1403397
|
7877
7877
|
}
|
7878
7878
|
}
|
7879
7879
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devvit/protos",
|
3
|
-
"version": "0.12.0-next-2025-04-
|
3
|
+
"version": "0.12.0-next-2025-04-30-2e2a14dbe.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.12.0-next-2025-04-
|
49
|
-
"@devvit/tsconfig": "0.12.0-next-2025-04-
|
48
|
+
"@devvit/repo-tools": "0.12.0-next-2025-04-30-2e2a14dbe.0",
|
49
|
+
"@devvit/tsconfig": "0.12.0-next-2025-04-30-2e2a14dbe.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": "
|
83
|
+
"gitHead": "f5c8aebe82ecd7cdf07201d3f3b4f022c86016d9"
|
84
84
|
}
|