cloudant-follow
Advanced tools
Comparing version 0.17.0-SNAPSHOT.20 to 0.17.0-SNAPSHOT.21
# UNRELEASED | ||
- [FIXED] Retry `/_db_updates` request using the last recorded sequence value as | ||
the `since` query parameter. | ||
@@ -3,0 +5,0 @@ # 0.16.1 (2017-11-02) |
@@ -713,3 +713,3 @@ // Copyright © 2017 IBM Corp. All rights reserved. | ||
if (!self.is_db_updates) { | ||
if (change && change.seq) { | ||
self.since = change.seq; | ||
@@ -716,0 +716,0 @@ } |
{ | ||
"name": "cloudant-follow", | ||
"version": "0.17.0-SNAPSHOT.20", | ||
"version": "0.17.0-SNAPSHOT.21", | ||
"author": { | ||
@@ -40,3 +40,4 @@ "name": "IBM Cloudant", | ||
"eslint-plugin-header": "^1.0.0", | ||
"tap": "~10.7.2" | ||
"tap": "~10.7.2", | ||
"commander": "^2.11.0" | ||
}, | ||
@@ -48,3 +49,4 @@ "browser": { | ||
"scripts": { | ||
"test": "eslint --ignore-path .eslintignore . && tap test/*.js" | ||
"test": "eslint --ignore-path .eslintignore . && tap test/*.js", | ||
"unreliable-feed-test": "tap --no-timeout test/unreliable_feed_test/unreliable_feed.js" | ||
}, | ||
@@ -51,0 +53,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58124
11