@devvit/protos 0.11.0-next-2024-07-31-32c8a9289.0 → 0.11.0-next-2024-07-31-d303e7c43.0
Sign up to get free protection for your applications and to get access to all the features.
- package/meta.min.json +4 -4
- package/package.json +5 -5
- package/protos.min.js +1 -1
- package/protos.min.js.map +2 -2
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/newmodmail/newmodmail_svc.ts +2 -2
- package/schema/devvit/plugin/redditapi/newmodmail/newmodmail_svc.proto +10 -2
- package/schema/snootobuf.devenv.lock +0 -0
- package/schema/snootobuf.redditapi.lock +0 -0
- package/schema/snootobuf.ts.lock +0 -0
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.d.ts +10 -2
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.js +179 -2
package/meta.min.json
CHANGED
@@ -7853,7 +7853,7 @@
|
|
7853
7853
|
"format": "esm"
|
7854
7854
|
},
|
7855
7855
|
"src/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.ts": {
|
7856
|
-
"bytes":
|
7856
|
+
"bytes": 42152,
|
7857
7857
|
"imports": [
|
7858
7858
|
{
|
7859
7859
|
"path": "../../node_modules/protobufjs/minimal.js",
|
@@ -9038,7 +9038,7 @@
|
|
9038
9038
|
"imports": [],
|
9039
9039
|
"exports": [],
|
9040
9040
|
"inputs": {},
|
9041
|
-
"bytes":
|
9041
|
+
"bytes": 6698616
|
9042
9042
|
},
|
9043
9043
|
"dist/protos.min.js": {
|
9044
9044
|
"imports": [],
|
@@ -10663,7 +10663,7 @@
|
|
10663
10663
|
"bytesInOutput": 3569
|
10664
10664
|
},
|
10665
10665
|
"src/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.ts": {
|
10666
|
-
"bytesInOutput":
|
10666
|
+
"bytesInOutput": 12230
|
10667
10667
|
},
|
10668
10668
|
"src/types/devvit/plugin/redditapi/newmodmail/newmodmail_msg.ts": {
|
10669
10669
|
"bytesInOutput": 97227
|
@@ -10723,7 +10723,7 @@
|
|
10723
10723
|
"bytesInOutput": 879
|
10724
10724
|
}
|
10725
10725
|
},
|
10726
|
-
"bytes":
|
10726
|
+
"bytes": 1795728
|
10727
10727
|
}
|
10728
10728
|
}
|
10729
10729
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devvit/protos",
|
3
|
-
"version": "0.11.0-next-2024-07-31-
|
3
|
+
"version": "0.11.0-next-2024-07-31-d303e7c43.0",
|
4
4
|
"license": "BSD-3-Clause",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -45,9 +45,9 @@
|
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@ampproject/filesize": "4.3.0",
|
48
|
-
"@devvit/eslint-config": "0.11.0-next-2024-07-31-
|
49
|
-
"@devvit/repo-tools": "0.11.0-next-2024-07-31-
|
50
|
-
"@devvit/tsconfig": "0.11.0-next-2024-07-31-
|
48
|
+
"@devvit/eslint-config": "0.11.0-next-2024-07-31-d303e7c43.0",
|
49
|
+
"@devvit/repo-tools": "0.11.0-next-2024-07-31-d303e7c43.0",
|
50
|
+
"@devvit/tsconfig": "0.11.0-next-2024-07-31-d303e7c43.0",
|
51
51
|
"@types/long": "4.0.2",
|
52
52
|
"chokidar-cli": "3.0.0",
|
53
53
|
"esbuild": "0.23.0",
|
@@ -80,5 +80,5 @@
|
|
80
80
|
]
|
81
81
|
}
|
82
82
|
},
|
83
|
-
"gitHead": "
|
83
|
+
"gitHead": "65b08ac6aef9b975b49bbeb96233434007ae0216"
|
84
84
|
}
|