@replit/river
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -12,3 +12,3 @@ import { NaiveJsonCodec } from '../codec/json'; | ||
}); | ||
rl.on('line', this.onMessage); | ||
rl.on('line', (msg) => this.onMessage(msg)); | ||
} | ||
@@ -15,0 +15,0 @@ send(msg) { |
{ | ||
"name": "@replit/river", | ||
"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
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
36134