@mindline/sync 1.0.110 → 1.0.111
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/src/index.d.ts +0 -2
- package/dist/sync.es.js +585 -596
- package/dist/sync.es.js.map +1 -1
- package/dist/sync.umd.js +21 -21
- package/dist/sync.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +15 -70
package/dist/src/index.d.ts
CHANGED
|
@@ -249,8 +249,6 @@ export declare class BatchArray {
|
|
|
249
249
|
private pollInstance;
|
|
250
250
|
private pollAuthorizedUser;
|
|
251
251
|
private pollBatchIdArray;
|
|
252
|
-
private lastQueues;
|
|
253
|
-
private hasQueueInfo;
|
|
254
252
|
private setIdleText;
|
|
255
253
|
private statsHydrationHandler;
|
|
256
254
|
milestoneArray: MilestoneArray;
|