ai 5.0.0-canary.15 → 5.0.0-canary.16

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.
@@ -94,20 +94,20 @@ declare const JSONRPCMessageSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
94
94
  data?: unknown;
95
95
  }>;
96
96
  }, "strict", z.ZodTypeAny, {
97
+ id: string | number;
97
98
  error: {
98
99
  code: number;
99
100
  message: string;
100
101
  data?: unknown;
101
102
  };
102
- id: string | number;
103
103
  jsonrpc: "2.0";
104
104
  }, {
105
+ id: string | number;
105
106
  error: {
106
107
  code: number;
107
108
  message: string;
108
109
  data?: unknown;
109
110
  };
110
- id: string | number;
111
111
  jsonrpc: "2.0";
112
112
  }>]>;
113
113
  type JSONRPCMessage = z.infer<typeof JSONRPCMessageSchema>;
@@ -94,20 +94,20 @@ declare const JSONRPCMessageSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
94
94
  data?: unknown;
95
95
  }>;
96
96
  }, "strict", z.ZodTypeAny, {
97
+ id: string | number;
97
98
  error: {
98
99
  code: number;
99
100
  message: string;
100
101
  data?: unknown;
101
102
  };
102
- id: string | number;
103
103
  jsonrpc: "2.0";
104
104
  }, {
105
+ id: string | number;
105
106
  error: {
106
107
  code: number;
107
108
  message: string;
108
109
  data?: unknown;
109
110
  };
110
- id: string | number;
111
111
  jsonrpc: "2.0";
112
112
  }>]>;
113
113
  type JSONRPCMessage = z.infer<typeof JSONRPCMessageSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai",
3
- "version": "5.0.0-canary.15",
3
+ "version": "5.0.0-canary.16",
4
4
  "description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,