@viamrobotics/rpc
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "@viamrobotics/rpc", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -5,3 +5,3 @@ import { grpc } from "@improbable-eng/grpc-web"; | ||
// MaxMessageSize is the maximum size a gRPC message can be. | ||
let MaxMessageSize = 1 << 24; | ||
let MaxMessageSize = 1 << 25; | ||
@@ -8,0 +8,0 @@ export class BaseStream { |
Sorry, the diff of this file is too big to display
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