@appolo/bus
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -36,3 +36,3 @@ "use strict"; | ||
public publish(routingKey: string | Object, type?: string, data?: any, expire?: number): Promise<void> | ||
public publish(routingKey: string | IPublishProviderOptions, type?: string, data?: any, expire?: number): Promise<void> | ||
public publish(opts: IPublishProviderOptions): Promise<void> { | ||
@@ -39,0 +39,0 @@ |
{ | ||
"name": "@appolo/bus", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "appolo bus module", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
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
71685