Skip to content

Commit

Permalink
Correct lock file, optimize renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Jan 7, 2019
1 parent f55bcb5 commit e92c4ac
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 250 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pipeline([
- [lifion-kinesis](#module_lifion-kinesis)
- [Kinesis](#exp_module_lifion-kinesis--Kinesis)[<code>Readable</code>](https://nodejs.org/dist/latest-v10.x/docs/api/stream.html#stream_readable_streams)
- [new Kinesis(options)](#new_module_lifion-kinesis--Kinesis_new)
- [.connect()](#module_lifion-kinesis--Kinesis+connect) ⇒ <code>Promise</code>
- [.connect()](#module_lifion-kinesis--Kinesis+connect)

<a name="exp_module_lifion-kinesis--Kinesis"></a>

Expand Down Expand Up @@ -96,7 +96,7 @@ Initializes a new instance of the Kinesis client.

<a name="module_lifion-kinesis--Kinesis+connect"></a>

#### kinesis.connect() ⇒ <code>Promise</code>
#### kinesis.connect()

Initializes the Kinesis client, then it proceeds to:

Expand Down
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class Kinesis extends PassThrough {
* 7. A subscription for data is issued to all the shard in the stream.
* 8. Data will then be available in both [stream read modes]{@link external:readModes}.
*
* @returns {Promise}
* @fulfil Once the stream is active, encrypted, tagged, the enhanced fan-out consumer is active,
* and the client is subscribed to the data in all the stream shards.
* @reject {Error} - If at least one of the above steps fails to succeed.
Expand Down
Loading

0 comments on commit e92c4ac

Please sign in to comment.