harperdb 4.7.0-alpha.2 → 4.7.0-alpha.3
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 +48 -51
- package/bin/lite.js +48 -51
- package/components/status/ComponentStatus.d.ts +1 -1
- package/components/status/ComponentStatusRegistry.d.ts +1 -1
- package/components/status/crossThread.d.ts +1 -1
- package/components/status/index.d.ts +3 -3
- package/launchServiceScripts/launchNatsIngestService.js +48 -51
- package/launchServiceScripts/launchNatsReplyService.js +48 -51
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +48 -51
- package/npm-shrinkwrap.json +23 -23
- package/package.json +1 -1
- package/resources/RequestTarget.d.ts +1 -1
- package/resources/Resource.d.ts +1 -1
- package/resources/ResourceInterface.d.ts +7 -7
- package/resources/usageLicensing.d.ts +13 -8
- package/server/jobs/jobProcess.js +48 -51
- package/server/replication/replicator.d.ts +2 -2
- package/server/status/index.d.ts +2 -2
- package/server/threads/threadServer.js +48 -51
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.b93998e3.js → main.eedb02ca.js} +2 -2
- package/utility/hdbTerms.d.ts +3 -0
- package/utility/scripts/restartHdb.js +48 -51
- package/validation/usageLicensing.d.ts +7 -0
- /package/studio/build-local/static/js/{main.b93998e3.js.LICENSE.txt → main.eedb02ca.js.LICENSE.txt} +0 -0
package/utility/hdbTerms.d.ts
CHANGED
|
@@ -514,6 +514,8 @@ export declare const CONFIG_PARAMS: {
|
|
|
514
514
|
readonly HTTP_MAXHEADERSIZE: "http_maxHeaderSize";
|
|
515
515
|
readonly HTTP_THREADRANGE: "http_threadRange";
|
|
516
516
|
readonly HTTP_HTTP2: "http_http2";
|
|
517
|
+
readonly LICENSE_MODE: "license_mode";
|
|
518
|
+
readonly LICENSE_REGION: "license_region";
|
|
517
519
|
readonly LOCALSTUDIO_ENABLED: "localStudio_enabled";
|
|
518
520
|
readonly LOGGING_CONSOLE: "logging_console";
|
|
519
521
|
readonly LOGGING_FILE: "logging_file";
|
|
@@ -559,6 +561,7 @@ export declare const CONFIG_PARAMS: {
|
|
|
559
561
|
readonly REPLICATION_ENABLEROOTCAS: "replication_enableRootCAs";
|
|
560
562
|
readonly REPLICATION_SHARD: "replication_shard";
|
|
561
563
|
readonly REPLICATION_BLOBTIMEOUT: "replication_blobTimeout";
|
|
564
|
+
readonly REPLICATION_FAILOVER: "replication_failOver";
|
|
562
565
|
readonly ROOTPATH: "rootPath";
|
|
563
566
|
readonly SERIALIZATION_BIGINT: "serialization_bigInt";
|
|
564
567
|
readonly STORAGE_WRITEASYNC: "storage_writeAsync";
|