@nxtedition/rocksdb 7.1.27 → 7.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/binding.cc CHANGED
@@ -439,8 +439,8 @@ struct BaseIterator : public Closable {
439
439
  std::unique_ptr<rocksdb::Iterator> iterator_;
440
440
  const bool reverse_;
441
441
  const int limit_;
442
- const bool tailing_;
443
442
  const bool fillCache_;
443
+ const bool tailing_;
444
444
  };
445
445
 
446
446
  struct Iterator final : public BaseIterator {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/rocksdb",
3
- "version": "7.1.27",
3
+ "version": "7.1.28",
4
4
  "description": "A low-level Node.js RocksDB binding",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
Binary file
Binary file