harperdb 4.7.0-alpha.2 → 4.7.0-alpha.4

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.
@@ -8,8 +8,8 @@
8
8
  * 4. Node B sends back the table names and structures
9
9
  * 5. Node B sends back the audit records
10
10
  */
11
- export { startOnMainThread } from './subscriptionManager';
12
- import { Database } from 'lmdb';
11
+ export { startOnMainThread } from './subscriptionManager.ts';
12
+ import type { Database } from 'lmdb';
13
13
  export declare const servers: any[];
14
14
  export declare const replicationCertificateAuthorities: Set<unknown>;
15
15
  /**
@@ -1,5 +1,5 @@
1
- import { StatusId, StatusValueMap, StatusRecord } from './definitions.ts';
2
- import type { AggregatedComponentStatus } from '../../components/status';
1
+ import { type StatusId, type StatusValueMap, type StatusRecord } from './definitions.ts';
2
+ import { type AggregatedComponentStatus } from '../../components/status/index.ts';
3
3
  export { clearStatus as clear, getStatus as get, setStatus as set };
4
4
  export type { StatusId, StatusRecord, StatusValueMap } from './definitions.ts';
5
5
  export { STATUS_IDS, DEFAULT_STATUS_ID } from './definitions.ts';