@replit/river
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -11,3 +11,3 @@ import { | ||
serializeService | ||
} from "../chunk-7WJ6YLE5.js"; | ||
} from "../chunk-IYRPZPSQ.js"; | ||
import "../chunk-ZE4MX7DF.js"; | ||
@@ -14,0 +14,0 @@ import "../chunk-SLUSVGQH.js"; |
import { | ||
UNCAUGHT_ERROR | ||
} from "../chunk-7WJ6YLE5.js"; | ||
UNCAUGHT_ERROR, | ||
pushable | ||
} from "../chunk-IYRPZPSQ.js"; | ||
import "../chunk-ORAG7IAU.js"; | ||
@@ -23,3 +24,2 @@ import { | ||
import { WebSocketServer } from "ws"; | ||
import { pushable } from "it-pushable"; | ||
async function createWebSocketServer(server) { | ||
@@ -26,0 +26,0 @@ return new WebSocketServer({ server }); |
{ | ||
"name": "@replit/river", | ||
"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"type": "module", | ||
@@ -48,2 +48,3 @@ "exports": { | ||
"@msgpack/msgpack": "^3.0.0-beta2", | ||
"it-pushable": "^3.2.3", | ||
"nanoid": "^4.0.2" | ||
@@ -54,3 +55,2 @@ }, | ||
"isomorphic-ws": "^5.0.0", | ||
"it-pushable": "^3.2.1", | ||
"ws": "^8.13.0" | ||
@@ -57,0 +57,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
225110
6140
0
+ Addedit-pushable@^3.2.3