Comparing version 0.1.1 to 0.1.2
@@ -1,2 +0,2 @@ | ||
export { createRPCClient } from "./createRPCClient"; | ||
export type { RPCClient, CreateRPCClientArgs, ResponseLike, FetchLike, } from "./createRPCClient"; | ||
export { createRPCClient, RPCClient } from "./createRPCClient"; | ||
export type { CreateRPCClientArgs, ResponseLike, FetchLike, } from "./createRPCClient"; |
{ | ||
"name": "r19", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Simple remote procedure calls in TypeScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,4 +0,3 @@ | ||
export { createRPCClient } from "./createRPCClient"; | ||
export { createRPCClient, RPCClient } from "./createRPCClient"; | ||
export type { | ||
RPCClient, | ||
CreateRPCClientArgs, | ||
@@ -5,0 +4,0 @@ ResponseLike, |
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
145791
1738