@nxtedition/rocksdb 12.2.4 → 12.2.6

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.
@@ -149,7 +149,7 @@
149
149
  ]
150
150
  ],
151
151
  "sources": [
152
- "rocksdb/cache/cache.cc",
152
+ "rocksdb/cache/cache.cc",
153
153
  "rocksdb/cache/cache_entry_roles.cc",
154
154
  "rocksdb/cache/cache_key.cc",
155
155
  "rocksdb/cache/cache_helpers.cc",
@@ -201,6 +201,7 @@
201
201
  "rocksdb/db/db_impl/db_impl_write.cc",
202
202
  "rocksdb/db/db_impl/db_impl_compaction_flush.cc",
203
203
  "rocksdb/db/db_impl/db_impl_files.cc",
204
+ "rocksdb/db/db_impl/db_impl_follower.cc",
204
205
  "rocksdb/db/db_impl/db_impl_open.cc",
205
206
  "rocksdb/db/db_impl/db_impl_debug.cc",
206
207
  "rocksdb/db/db_impl/db_impl_experimental.cc",
@@ -258,6 +259,7 @@
258
259
  "rocksdb/env/env_encryption.cc",
259
260
  "rocksdb/env/file_system.cc",
260
261
  "rocksdb/env/file_system_tracer.cc",
262
+ "rocksdb/env/fs_on_demand.cc",
261
263
  "rocksdb/env/fs_remap.cc",
262
264
  "rocksdb/env/mock_env.cc",
263
265
  "rocksdb/env/unique_id_gen.cc",
@@ -446,6 +448,7 @@
446
448
  "rocksdb/utilities/persistent_cache/volatile_tier_impl.cc",
447
449
  "rocksdb/utilities/simulator_cache/cache_simulator.cc",
448
450
  "rocksdb/utilities/simulator_cache/sim_cache.cc",
451
+ "rocksdb/utilities/table_properties_collectors/compact_for_tiering_collector.cc",
449
452
  "rocksdb/utilities/table_properties_collectors/compact_on_deletion_collector.cc",
450
453
  "rocksdb/utilities/trace/file_trace_reader_writer.cc",
451
454
  "rocksdb/utilities/trace/replayer_impl.cc",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/rocksdb",
3
- "version": "12.2.4",
3
+ "version": "12.2.6",
4
4
  "description": "A low-level Node.js RocksDB binding",
5
5
  "license": "MIT",
6
6
  "main": "index.js",