@devvit/protos 0.11.8-next-2025-02-21-00ba78383.0 → 0.11.8-next-2025-02-25-ea5bddb86.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.devenv.lock +1127 -1082
- package/schema/snootobuf.lock +1127 -1082
- package/schema/snootobuf.redditapi.lock +1127 -1082
- package/schema/snootobuf.ts.lock +1127 -1082
- package/types/devvit/plugin/redis/redisapi.d.ts +31 -1
- package/types/devvit/plugin/redis/redisapi.d.ts.map +1 -1
- package/types/devvit/plugin/redis/redisapi.js +15 -1
- package/types/devvit/plugin/redis/redisapi.twirp-client.d.ts +4 -1
- package/types/devvit/plugin/redis/redisapi.twirp-client.d.ts.map +1 -1
- package/types/devvit/plugin/redis/redisapi.twirp-client.js +13 -1
- package/types/devvit/plugin/redis/redisapi.twirp.d.ts +3 -1
- package/types/devvit/plugin/redis/redisapi.twirp.d.ts.map +1 -1
- package/types/devvit/plugin/redis/redisapi.twirp.js +67 -1
package/meta.min.json
CHANGED
@@ -6622,7 +6622,7 @@
|
|
6622
6622
|
"format": "esm"
|
6623
6623
|
},
|
6624
6624
|
"src/types/devvit/plugin/redis/redisapi.ts": {
|
6625
|
-
"bytes":
|
6625
|
+
"bytes": 179366,
|
6626
6626
|
"imports": [
|
6627
6627
|
{
|
6628
6628
|
"path": "../../node_modules/long/src/long.js",
|
@@ -7337,7 +7337,7 @@
|
|
7337
7337
|
"imports": [],
|
7338
7338
|
"exports": [],
|
7339
7339
|
"inputs": {},
|
7340
|
-
"bytes":
|
7340
|
+
"bytes": 5360579
|
7341
7341
|
},
|
7342
7342
|
"dist/protos.min.js": {
|
7343
7343
|
"imports": [],
|
@@ -7778,7 +7778,7 @@
|
|
7778
7778
|
"bytesInOutput": 26092
|
7779
7779
|
},
|
7780
7780
|
"src/types/devvit/plugin/redis/redisapi.ts": {
|
7781
|
-
"bytesInOutput":
|
7781
|
+
"bytesInOutput": 68417
|
7782
7782
|
},
|
7783
7783
|
"src/types/devvit/plugin/scheduler/scheduler.ts": {
|
7784
7784
|
"bytesInOutput": 9544
|
@@ -7820,7 +7820,7 @@
|
|
7820
7820
|
"bytesInOutput": 2438
|
7821
7821
|
}
|
7822
7822
|
},
|
7823
|
-
"bytes":
|
7823
|
+
"bytes": 1387770
|
7824
7824
|
}
|
7825
7825
|
}
|
7826
7826
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devvit/protos",
|
3
|
-
"version": "0.11.8-next-2025-02-
|
3
|
+
"version": "0.11.8-next-2025-02-25-ea5bddb86.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.8-next-2025-02-
|
49
|
-
"@devvit/tsconfig": "0.11.8-next-2025-02-
|
48
|
+
"@devvit/repo-tools": "0.11.8-next-2025-02-25-ea5bddb86.0",
|
49
|
+
"@devvit/tsconfig": "0.11.8-next-2025-02-25-ea5bddb86.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": "a9c19973f2b372aa6ee06572361d1923d65ca3d8"
|
84
84
|
}
|