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.
- package/README.md +1 -1
- package/bin/harperdb.js +72 -73
- package/bin/lite.js +71 -72
- package/launchServiceScripts/launchInstallNATSServer.js +2 -2
- package/launchServiceScripts/launchNatsIngestService.js +73 -74
- package/launchServiceScripts/launchNatsReplyService.js +70 -71
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +70 -71
- package/npm-shrinkwrap.json +5 -5
- package/package.json +1 -1
- package/server/jobs/jobProcess.js +71 -72
- package/server/threads/threadServer.js +71 -72
- package/studio/build-local/asset-manifest.json +3 -3
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/164.a6861c91.chunk.js +1 -0
- package/studio/build-local/static/js/{main.ea494c13.js → main.20cb1d9f.js} +2 -2
- package/utility/hdbTerms.d.ts +1 -0
- package/utility/scripts/restartHdb.js +71 -72
- package/studio/build-local/static/js/164.05df362d.chunk.js +0 -1
- /package/studio/build-local/static/js/{main.ea494c13.js.LICENSE.txt → main.20cb1d9f.js.LICENSE.txt} +0 -0
package/utility/hdbTerms.d.ts
CHANGED
|
@@ -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";
|