harperdb 4.5.0 → 4.5.1

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.
@@ -539,6 +539,7 @@ export declare const CONFIG_PARAMS: {
539
539
  readonly REPLICATION_ROUTES: "replication_routes";
540
540
  readonly REPLICATION_DATABASES: "replication_databases";
541
541
  readonly REPLICATION_ENABLEROOTCAS: "replication_enableRootCAs";
542
+ readonly REPLICATION_SHARD: "replication_shard";
542
543
  readonly REPLICATION_COPYTABLESTOCATCHUP: "replication_copyTablesToCatchUp";
543
544
  readonly ROOTPATH: "rootPath";
544
545
  readonly SERIALIZATION_BIGINT: "serialization_bigInt";