@replit/river
Advanced tools
Comparing version 0.12.4 to 0.12.5
@@ -8,6 +8,4 @@ import { | ||
import "../../../chunk-GZ7HCLLM.js"; | ||
import "../../../chunk-XFFS4UOD.js"; | ||
import { | ||
coerceErrorString | ||
} from "../../../chunk-XFFS4UOD.js"; | ||
import { | ||
log | ||
@@ -68,3 +66,3 @@ } from "../../../chunk-H4BYJELI.js"; | ||
resolve({ | ||
err: err?.code ?? coerceErrorString(err) | ||
err: err?.code ?? "unexpected disconnect" | ||
}); | ||
@@ -71,0 +69,0 @@ }; |
{ | ||
"name": "@replit/river", | ||
"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!", | ||
"version": "0.12.4", | ||
"version": "0.12.5", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
395825
11583