@nxtedition/rocksdb 7.0.42 → 7.0.43

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.
@@ -1,10 +1,8 @@
1
1
  #pragma once
2
2
 
3
- #include <memory.h>
4
-
5
3
  int compareRev(const rocksdb::Slice& a, const rocksdb::Slice& b) {
6
- auto indexA = 0;
7
- auto indexB = 0;
4
+ auto indexA = 0UL;
5
+ auto indexB = 0UL;
8
6
  const auto endA = a.size();
9
7
  const auto endB = b.size();
10
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/rocksdb",
3
- "version": "7.0.42",
3
+ "version": "7.0.43",
4
4
  "description": "A low-level Node.js RocksDB binding",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
Binary file