@devvit/protos 0.11.4-next-2024-12-03-a15fa09b9.0 → 0.11.4-next-2024-12-03-2baa412bf.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/redis/redisapi.proto +1 -0
- package/schema/snootobuf.lock +713 -665
- package/schema/snootobuf.redditapi.lock +1016 -665
- package/schema/snootobuf.ts.lock +1019 -665
- package/types/devvit/gateway/utils/v1alpha/app_health.d.ts +84 -0
- package/types/devvit/gateway/utils/v1alpha/app_health.d.ts.map +1 -0
- package/types/devvit/gateway/utils/v1alpha/app_health.js +158 -0
- package/types/devvit/gateway/utils/v1alpha/app_health.twirp-client.d.ts +19 -0
- package/types/devvit/gateway/utils/v1alpha/app_health.twirp-client.d.ts.map +1 -0
- package/types/devvit/gateway/utils/v1alpha/app_health.twirp-client.js +23 -0
- package/types/devvit/gateway/utils/v1alpha/app_health.twirp.d.ts +12 -0
- package/types/devvit/gateway/utils/v1alpha/app_health.twirp.d.ts.map +1 -0
- package/types/devvit/gateway/utils/v1alpha/app_health.twirp.js +88 -0
- package/types/devvit/plugin/redis/redisapi.d.ts +1 -0
- package/types/devvit/plugin/redis/redisapi.d.ts.map +1 -1
- package/types/devvit/plugin/redis/redisapi.js +15 -1
package/meta.min.json
CHANGED
@@ -6617,7 +6617,7 @@
|
|
6617
6617
|
"format": "esm"
|
6618
6618
|
},
|
6619
6619
|
"src/types/devvit/plugin/redis/redisapi.ts": {
|
6620
|
-
"bytes":
|
6620
|
+
"bytes": 151433,
|
6621
6621
|
"imports": [
|
6622
6622
|
{
|
6623
6623
|
"path": "../../node_modules/long/src/long.js",
|
@@ -7327,7 +7327,7 @@
|
|
7327
7327
|
"imports": [],
|
7328
7328
|
"exports": [],
|
7329
7329
|
"inputs": {},
|
7330
|
-
"bytes":
|
7330
|
+
"bytes": 5306227
|
7331
7331
|
},
|
7332
7332
|
"dist/protos.min.js": {
|
7333
7333
|
"imports": [],
|
@@ -7766,7 +7766,7 @@
|
|
7766
7766
|
"bytesInOutput": 26092
|
7767
7767
|
},
|
7768
7768
|
"src/types/devvit/plugin/redis/redisapi.ts": {
|
7769
|
-
"bytesInOutput":
|
7769
|
+
"bytesInOutput": 56984
|
7770
7770
|
},
|
7771
7771
|
"src/types/devvit/plugin/scheduler/scheduler.ts": {
|
7772
7772
|
"bytesInOutput": 9544
|
@@ -7808,7 +7808,7 @@
|
|
7808
7808
|
"bytesInOutput": 2438
|
7809
7809
|
}
|
7810
7810
|
},
|
7811
|
-
"bytes":
|
7811
|
+
"bytes": 1373930
|
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-2baa412bf.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-2baa412bf.0",
|
49
|
+
"@devvit/tsconfig": "0.11.4-next-2024-12-03-2baa412bf.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": "009d2fc2a22fb218ab08eba0fe9bcba2f0b62f4e"
|
84
84
|
}
|