@rivetkit/cloudflare-workers 2.0.31 → 2.0.32
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/dist/mod.d.cts +1 -0
- package/dist/mod.d.ts +1 -0
- package/package.json +2 -2
package/dist/mod.d.cts
CHANGED
|
@@ -10,6 +10,7 @@ interface DriverContext {
|
|
|
10
10
|
|
|
11
11
|
declare const ConfigSchema: z.ZodDefault<z.ZodObject<{
|
|
12
12
|
maxIncomingMessageSize: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
13
|
+
maxOutgoingMessageSize: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
13
14
|
inspector: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
14
15
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodObject<{
|
|
15
16
|
actor: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
package/dist/mod.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ interface DriverContext {
|
|
|
10
10
|
|
|
11
11
|
declare const ConfigSchema: z.ZodDefault<z.ZodObject<{
|
|
12
12
|
maxIncomingMessageSize: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
13
|
+
maxOutgoingMessageSize: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
13
14
|
inspector: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
14
15
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodObject<{
|
|
15
16
|
actor: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivetkit/cloudflare-workers",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.32",
|
|
4
4
|
"description": "Cloudflare Workers adapter for RivetKit actors",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rivetkit",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"invariant": "^2.2.4",
|
|
47
47
|
"zod": "^4.1.0",
|
|
48
48
|
"hono": "^4.7.0",
|
|
49
|
-
"rivetkit": "2.0.
|
|
49
|
+
"rivetkit": "2.0.32"
|
|
50
50
|
},
|
|
51
51
|
"stableVersion": "0.8.0",
|
|
52
52
|
"scripts": {
|