harperdb 4.6.0 → 4.6.2
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 +31 -31
- package/bin/lite.js +29 -29
- package/launchServiceScripts/launchNatsIngestService.js +29 -29
- package/launchServiceScripts/launchNatsReplyService.js +29 -29
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +30 -30
- package/npm-shrinkwrap.json +147 -147
- package/package.json +2 -2
- package/server/jobs/jobProcess.js +29 -29
- package/server/replication/knownNodes.d.ts +1 -2
- package/server/replication/replicator.d.ts +1 -1
- package/server/threads/threadServer.js +29 -29
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.9a793bdf.js → main.447848b8.js} +2 -2
- package/utility/scripts/restartHdb.js +29 -29
- /package/studio/build-local/static/js/{main.9a793bdf.js.LICENSE.txt → main.447848b8.js.LICENSE.txt} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare function getHDBNodeTable(): any;
|
|
2
2
|
export declare function getReplicationSharedStatus(auditStore: any, databaseName: string, node_name: string, callback?: () => void): Float64Array<any>;
|
|
3
|
-
export declare function subscribeToNodeUpdates(listener: any): void;
|
|
3
|
+
export declare function subscribeToNodeUpdates(listener: (node: any, id: string) => void): void;
|
|
4
4
|
export declare function shouldReplicateToNode(node: any, databaseName: any): any;
|
|
5
5
|
/** Ensure that the shared user buffers are instantiated so we can communicate through them
|
|
6
6
|
*/
|
|
@@ -30,6 +30,5 @@ export declare function iterateRoutes(options: {
|
|
|
30
30
|
routes: any;
|
|
31
31
|
startTime: any;
|
|
32
32
|
revoked_certificates: any;
|
|
33
|
-
shard: any;
|
|
34
33
|
}, void, unknown>;
|
|
35
34
|
export {};
|
|
@@ -17,7 +17,7 @@ export declare const replicationCertificateAuthorities: Set<unknown>;
|
|
|
17
17
|
* @param options
|
|
18
18
|
*/
|
|
19
19
|
export declare function start(options: any): void;
|
|
20
|
-
export declare function monitorNodeCAs(listener:
|
|
20
|
+
export declare function monitorNodeCAs(listener: () => void): void;
|
|
21
21
|
export declare function disableReplication(disabled?: boolean): void;
|
|
22
22
|
export declare let enabledDatabases: any;
|
|
23
23
|
/**
|