Fix missing return value in TypeScript definition.
Published version 0.0.23
This commit is contained in:
parent
a5a9f7c1ee
commit
cc0b6259d1
2
index.d.ts
vendored
2
index.d.ts
vendored
|
@ -173,7 +173,7 @@ export interface LiveProcessingStartedCallback {
|
|||
}
|
||||
|
||||
export interface SubscriptionDroppedCallback<TSubscription> {
|
||||
(subscription: TSubscription, reason: string, error?: Error);
|
||||
(subscription: TSubscription, reason: string, error?: Error): void;
|
||||
}
|
||||
|
||||
export interface EventStoreNodeConnection {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eventstore-node",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"description": "A port of the EventStore .Net ClientAPI to Node.js",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
|
Loading…
Reference in New Issue
Block a user