@nxtedition/rocksdb 15.1.3 → 15.1.5

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.
@@ -0,0 +1,16 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(npm pack:*)",
5
+ "Bash(node:*)",
6
+ "Bash(npm view:*)",
7
+ "Bash(npm info:*)",
8
+ "Bash(nm:*)",
9
+ "Bash(grep:*)",
10
+ "Bash(while read f)",
11
+ "Bash(do basename \"$f\")",
12
+ "Bash(done)",
13
+ "Bash(ls:*)"
14
+ ]
15
+ }
16
+ }
package/binding.cc CHANGED
@@ -1653,7 +1653,7 @@ NAPI_METHOD(iterator_init_sync) {
1653
1653
  }
1654
1654
 
1655
1655
  NAPI_METHOD(iterator_seek) {
1656
- NAPI_ARGV(2);
1656
+ NAPI_ARGV(3);
1657
1657
 
1658
1658
  try {
1659
1659
  Iterator* iterator;
@@ -9,7 +9,6 @@
9
9
  "include_dirs": ["rocksdb/include/"]
10
10
  },
11
11
  "defines": [
12
- "NDEBUG=1",
13
12
  "ZSTD=1",
14
13
  "ZSTD_STATIC_LINKING_ONLY=1",
15
14
  "ROCKSDB_BACKTRACE=1",
@@ -369,10 +368,10 @@
369
368
  "rocksdb/table/table_properties.cc",
370
369
  "rocksdb/table/two_level_iterator.cc",
371
370
  "rocksdb/table/unique_id.cc",
372
- # "rocksdb/test_util/sync_point.cc",
373
- # "rocksdb/test_util/sync_point_impl.cc",
374
- # "rocksdb/test_util/testutil.cc",
375
- # "rocksdb/test_util/transaction_test_util.cc",
371
+ "rocksdb/test_util/sync_point.cc",
372
+ "rocksdb/test_util/sync_point_impl.cc",
373
+ "rocksdb/test_util/testutil.cc",
374
+ "rocksdb/test_util/transaction_test_util.cc",
376
375
  # "rocksdb/tools/block_cache_analyzer/block_cache_trace_analyzer.cc",
377
376
  # "rocksdb/tools/dump/db_dump_tool.cc",
378
377
  # "rocksdb/tools/io_tracer_parser_tool.cc",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/rocksdb",
3
- "version": "15.1.3",
3
+ "version": "15.1.5",
4
4
  "description": "A low-level Node.js RocksDB binding",
5
5
  "license": "MIT",
6
6
  "main": "index.js",