@rocicorp/zero 0.18.2025032400 → 0.18.2025032401

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.
@@ -6294,16 +6294,8 @@ var appErrorSchema = valita_exports.object({
6294
6294
  var zeroErrorSchema = valita_exports.object({
6295
6295
  error: valita_exports.literal("ooo-mutation")
6296
6296
  });
6297
- var tokenErrorSchema = valita_exports.object({
6298
- error: valita_exports.literal("token")
6299
- // the user can add any additional fields in their API server
6300
- });
6301
6297
  var mutationOkSchema = valita_exports.object({});
6302
- var mutationErrorSchema = valita_exports.union(
6303
- appErrorSchema,
6304
- zeroErrorSchema,
6305
- tokenErrorSchema
6306
- );
6298
+ var mutationErrorSchema = valita_exports.union(appErrorSchema, zeroErrorSchema);
6307
6299
  var mutationResultSchema = valita_exports.union(mutationOkSchema, mutationErrorSchema);
6308
6300
  var mutationResponseSchema = valita_exports.object({
6309
6301
  id: mutationIDSchema,
@@ -8329,7 +8321,7 @@ function makeMessage(message, context, logLevel) {
8329
8321
  }
8330
8322
 
8331
8323
  // ../zero-client/src/client/version.ts
8332
- var version2 = "0.18.2025032400";
8324
+ var version2 = "0.18.2025032401";
8333
8325
 
8334
8326
  // ../zero-client/src/client/log-options.ts
8335
8327
  var LevelFilterLogSink = class {
@@ -10741,4 +10733,4 @@ export {
10741
10733
  escapeLike,
10742
10734
  Zero
10743
10735
  };
10744
- //# sourceMappingURL=chunk-YAABAEJV.js.map
10736
+ //# sourceMappingURL=chunk-5WXONOGR.js.map