@devvit/protos 0.11.4-next-2024-12-03-2baa412bf.0 → 0.11.4-next-2024-12-03-7d3fffba9.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 +6 -6
- package/package.json +6 -6
- package/protos.min.js +1 -1
- package/protos.min.js.map +3 -3
- package/schema/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.proto +18 -0
- package/schema/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.proto +4 -0
- package/schema/snootobuf.devenv.lock +1678 -1016
- package/schema/snootobuf.lock +661 -352
- package/schema/snootobuf.redditapi.lock +661 -352
- package/schema/snootobuf.ts.lock +661 -352
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.d.ts +31 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.js +115 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts +38 -7
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.js +16 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp-client.d.ts +4 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp-client.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp-client.js +13 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp.d.ts +3 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp.js +67 -1
package/meta.min.json
CHANGED
@@ -6052,7 +6052,7 @@
|
|
6052
6052
|
"format": "esm"
|
6053
6053
|
},
|
6054
6054
|
"src/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.ts": {
|
6055
|
-
"bytes":
|
6055
|
+
"bytes": 80444,
|
6056
6056
|
"imports": [
|
6057
6057
|
{
|
6058
6058
|
"path": "../../node_modules/protobufjs/minimal.js",
|
@@ -6083,7 +6083,7 @@
|
|
6083
6083
|
"format": "esm"
|
6084
6084
|
},
|
6085
6085
|
"src/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.ts": {
|
6086
|
-
"bytes":
|
6086
|
+
"bytes": 40832,
|
6087
6087
|
"imports": [
|
6088
6088
|
{
|
6089
6089
|
"path": "../../node_modules/protobufjs/minimal.js",
|
@@ -7327,7 +7327,7 @@
|
|
7327
7327
|
"imports": [],
|
7328
7328
|
"exports": [],
|
7329
7329
|
"inputs": {},
|
7330
|
-
"bytes":
|
7330
|
+
"bytes": 5314075
|
7331
7331
|
},
|
7332
7332
|
"dist/protos.min.js": {
|
7333
7333
|
"imports": [],
|
@@ -7703,13 +7703,13 @@
|
|
7703
7703
|
"bytesInOutput": 4505
|
7704
7704
|
},
|
7705
7705
|
"src/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.ts": {
|
7706
|
-
"bytesInOutput":
|
7706
|
+
"bytesInOutput": 30943
|
7707
7707
|
},
|
7708
7708
|
"src/types/devvit/reddit/comment.ts": {
|
7709
7709
|
"bytesInOutput": 26964
|
7710
7710
|
},
|
7711
7711
|
"src/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.ts": {
|
7712
|
-
"bytesInOutput":
|
7712
|
+
"bytesInOutput": 7608
|
7713
7713
|
},
|
7714
7714
|
"src/types/devvit/plugin/redditapi/listings/listings_svc.ts": {
|
7715
7715
|
"bytesInOutput": 4597
|
@@ -7808,7 +7808,7 @@
|
|
7808
7808
|
"bytesInOutput": 2438
|
7809
7809
|
}
|
7810
7810
|
},
|
7811
|
-
"bytes":
|
7811
|
+
"bytes": 1375646
|
7812
7812
|
}
|
7813
7813
|
}
|
7814
7814
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devvit/protos",
|
3
|
-
"version": "0.11.4-next-2024-12-03-
|
3
|
+
"version": "0.11.4-next-2024-12-03-7d3fffba9.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.4-next-2024-12-03-
|
49
|
-
"@devvit/tsconfig": "0.11.4-next-2024-12-03-
|
48
|
+
"@devvit/repo-tools": "0.11.4-next-2024-12-03-7d3fffba9.0",
|
49
|
+
"@devvit/tsconfig": "0.11.4-next-2024-12-03-7d3fffba9.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": "
|
67
|
-
"none": "
|
66
|
+
"gzip": "181 KB",
|
67
|
+
"none": "1344 KB"
|
68
68
|
}
|
69
69
|
},
|
70
70
|
"typesVersions": {
|
@@ -80,5 +80,5 @@
|
|
80
80
|
]
|
81
81
|
}
|
82
82
|
},
|
83
|
-
"gitHead": "
|
83
|
+
"gitHead": "07f09b94c360551435607c4adf263ef4356b4983"
|
84
84
|
}
|