@push-rpc/core
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -27,3 +27,3 @@ /** | ||
export interface LocalTopic<D, P, TD = D> { | ||
trigger(p?: P, data?: TD): void; | ||
trigger(p?: Partial<P>, data?: TD): void; | ||
} | ||
@@ -30,0 +30,0 @@ export interface RpcConnectionContext<Remote = any> { |
{ | ||
"name": "@push-rpc/core", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -54,3 +54,3 @@ /** | ||
export interface LocalTopic<D, P, TD = D> { | ||
trigger(p?: P, data?: TD): void | ||
trigger(p?: Partial<P>, data?: TD): void | ||
} | ||
@@ -57,0 +57,0 @@ |
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
124804