Comparing version 4.0.1 to 4.0.2
@@ -18,3 +18,3 @@ /// <reference types="node" /> | ||
constructor(configuration: Configuration, logger?: Logger, hooks?: Hooks); | ||
task<T = any, R = any>(name: string, callback: Callback<T, R>, sqsAttributes?: Attribute[], attributes?: TaskOpts): ITask<T>; | ||
task<T = any, R = any, C = any>(name: string, callback: Callback<T, R, C>, sqsAttributes?: Attribute[], attributes?: TaskOpts): ITask<T>; | ||
publish<T = any>(name: string, payload: T, key?: string): Promise<void>; | ||
@@ -21,0 +21,0 @@ getTopicName(name: string): string; |
{ | ||
"name": "steveo", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "A Task Pub/Sub Background processing library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
90933