@rayondigital/nest-dapr 0.9.33 → 0.9.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,8 +13,8 @@ export declare class DaprPubSubClient implements OnApplicationShutdown {
13
13
  private readonly bufferTimeSpan;
14
14
  private onError;
15
15
  constructor(options: DaprModuleOptions, daprClient: DaprClient);
16
- registerErrorHandler(handler: (messages: PublishMessage[], error: any) => void): void;
17
- protected handleError(messages: PublishMessage[], error: any): Promise<void>;
16
+ registerErrorHandler(handler: (messages: PublishMessage[], error: Error) => void): void;
17
+ protected handleError(messages: PublishMessage[], error: Error): Promise<void>;
18
18
  onApplicationShutdown(signal?: string): Promise<void>;
19
19
  protected setupBufferSubscription(): void;
20
20
  protected publishBulkDirectly(messages: PublishMessage[]): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rayondigital/nest-dapr",
3
- "version": "0.9.33",
3
+ "version": "0.9.34",
4
4
  "description": "Develop NestJs microservices using Dapr pubsub, actors and other bindings",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",