@hiveio/dhive 1.3.3 → 1.3.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.
- package/dist/dhive.d.ts +1 -2
- package/dist/dhive.js.gz +0 -0
- package/dist/dhive.js.map +1 -1
- package/lib/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/dhive.d.ts
CHANGED
|
@@ -3148,8 +3148,7 @@ declare module 'dhive' {
|
|
|
3148
3148
|
*/
|
|
3149
3149
|
import * as utils from 'dhive/utils';
|
|
3150
3150
|
export { utils };
|
|
3151
|
-
export { NodeHealthTracker } from 'dhive/health-tracker';
|
|
3152
|
-
export type { HealthTrackerOptions } from 'dhive/health-tracker';
|
|
3151
|
+
export { NodeHealthTracker, HealthTrackerOptions } from 'dhive/health-tracker';
|
|
3153
3152
|
export * from 'dhive/helpers/blockchain';
|
|
3154
3153
|
export * from 'dhive/helpers/database';
|
|
3155
3154
|
export * from 'dhive/helpers/rc';
|
package/dist/dhive.js.gz
CHANGED
|
Binary file
|