Fix #30, publish version 0.0.31

This commit is contained in:
Nicolas Dextraze 2017-04-01 14:56:34 -07:00
parent 85814ed03f
commit 56c2dee6d6
2 changed files with 2 additions and 2 deletions

2
index.d.ts vendored
View File

@ -20,7 +20,7 @@ export class PersistentSubscriptionSettings {
maxRetryCount: number, liveBufferSize: number, readBatchSize: number, historyBufferSize: number,
checkPointAfter: number, minCheckPointCount: number, maxCheckPointCount: number,
maxSubscriberCount: number, namedConsumerStrategy: string)
static create();
static create(): PersistentSubscriptionSettings;
}
export namespace SystemConsumerStrategies {

View File

@ -1,6 +1,6 @@
{
"name": "eventstore-node",
"version": "0.0.30",
"version": "0.0.31",
"description": "A port of the EventStore .Net ClientAPI to Node.js",
"main": "index.js",
"types": "index.d.ts",