@viamrobotics/rpc
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@viamrobotics/rpc", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "Apache-2.0", | ||
@@ -41,3 +41,3 @@ "dependencies": { | ||
"format": "prettier --write '**/*.{ts,js,cjs}'", | ||
"build": "vite build", | ||
"build": "vite build && tsc --project tsconfig.build.json", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -44,0 +44,0 @@ }, |
@@ -252,3 +252,3 @@ import { grpc } from '@improbable-eng/grpc-web'; | ||
interface WebRTCConnection { | ||
export interface WebRTCConnection { | ||
transportFactory: grpc.TransportFactory; | ||
@@ -255,0 +255,0 @@ peerConnection: RTCPeerConnection; |
@@ -1,2 +0,10 @@ | ||
export { dialDirect, dialWebRTC, type Credentials } from './dial'; | ||
export { | ||
dialDirect, | ||
dialWebRTC, | ||
type Credentials, | ||
type DialOptions, | ||
type DialWebRTCOptions, | ||
type WebRTCConnection, | ||
} from './dial'; | ||
export { ConnectionClosedError, GRPCError } from './errors'; |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
2128538
120
53522
0