Fix issue #63 - export PersistentSubscriptionNakEventAction
This commit is contained in:
parent
0db2b93b79
commit
e9d86a3c4d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-eventstore-client",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.8",
|
||||
"description": "A port of the EventStore .Net ClientAPI to Node.js",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
|
|
@ -72,6 +72,8 @@ exports.streamPosition = streamPosition;
|
|||
exports.systemMetadata = require('./common/systemMetadata');
|
||||
exports.eventReadStatus = results.EventReadStatus;
|
||||
exports.sliceReadStatus = require('./sliceReadStatus');
|
||||
exports.persistentSubscriptionNakEventAction =
|
||||
exports.PersistentSubscriptionNakEventAction = require('./persistentSubscriptionNakEventAction');
|
||||
// Expose loggers
|
||||
exports.NoopLogger = require('./common/log/noopLogger');
|
||||
exports.FileLogger = require('./common/log/fileLogger');
|
||||
|
|
Loading…
Reference in New Issue
Block a user