@devvit/protos 0.10.21-next-2024-05-22-331701ae1.0 → 0.10.21-next-2024-05-22-410ab3d77.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 +3 -3
- package/protos.min.js +2 -2
- package/protos.min.js.map +2 -2
- package/schema/devvit/plugin/redditapi/flair/flair_svc.proto +59 -11
- package/types/devvit/plugin/redditapi/flair/flair_svc.d.ts +55 -11
- package/types/devvit/plugin/redditapi/flair/flair_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/flair/flair_svc.js +719 -11
package/meta.min.json
CHANGED
@@ -8207,7 +8207,7 @@
|
|
8207
8207
|
"format": "esm"
|
8208
8208
|
},
|
8209
8209
|
"src/types/devvit/plugin/redditapi/flair/flair_svc.ts": {
|
8210
|
-
"bytes":
|
8210
|
+
"bytes": 26571,
|
8211
8211
|
"imports": [
|
8212
8212
|
{
|
8213
8213
|
"path": "../../node_modules/protobufjs/minimal.js",
|
@@ -9465,7 +9465,7 @@
|
|
9465
9465
|
"imports": [],
|
9466
9466
|
"exports": [],
|
9467
9467
|
"inputs": {},
|
9468
|
-
"bytes":
|
9468
|
+
"bytes": 6933173
|
9469
9469
|
},
|
9470
9470
|
"dist/protos.min.js": {
|
9471
9471
|
"imports": [],
|
@@ -11295,7 +11295,7 @@
|
|
11295
11295
|
"bytesInOutput": 3083
|
11296
11296
|
},
|
11297
11297
|
"src/types/devvit/plugin/redditapi/flair/flair_svc.ts": {
|
11298
|
-
"bytesInOutput":
|
11298
|
+
"bytesInOutput": 7269
|
11299
11299
|
},
|
11300
11300
|
"src/types/devvit/gateway/utils/v1alpha/utilities.ts": {
|
11301
11301
|
"bytesInOutput": 8951
|
@@ -11346,7 +11346,7 @@
|
|
11346
11346
|
"bytesInOutput": 879
|
11347
11347
|
}
|
11348
11348
|
},
|
11349
|
-
"bytes":
|
11349
|
+
"bytes": 1871361
|
11350
11350
|
}
|
11351
11351
|
}
|
11352
11352
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devvit/protos",
|
3
|
-
"version": "0.10.21-next-2024-05-22-
|
3
|
+
"version": "0.10.21-next-2024-05-22-410ab3d77.0",
|
4
4
|
"license": "BSD-3-Clause",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"@ampproject/filesize": "4.3.0",
|
47
47
|
"@devvit/eslint-config": "0.10.20",
|
48
48
|
"@devvit/repo-tools": "0.10.20",
|
49
|
-
"@devvit/tsconfig": "0.10.21-next-2024-05-22-
|
49
|
+
"@devvit/tsconfig": "0.10.21-next-2024-05-22-410ab3d77.0",
|
50
50
|
"@types/long": "4.0.2",
|
51
51
|
"chokidar-cli": "3.0.0",
|
52
52
|
"esbuild": "0.18.12",
|
@@ -76,5 +76,5 @@
|
|
76
76
|
]
|
77
77
|
}
|
78
78
|
},
|
79
|
-
"gitHead": "
|
79
|
+
"gitHead": "bb55ec747ad6080c4e5365ac2392330379b4d4da"
|
80
80
|
}
|