haystack-nclient
Advanced tools
Comparing version 3.0.44 to 3.0.45
@@ -101,2 +101,6 @@ import { HRef, HDict, HGrid } from 'haystack-core'; | ||
inspect(): void; | ||
/** | ||
* Request a watch poll. | ||
*/ | ||
poll(): Promise<void>; | ||
} |
@@ -68,2 +68,6 @@ import { HRef, HDict, HGrid } from 'haystack-core'; | ||
inspect(): void; | ||
/** | ||
* Request a watch poll. | ||
*/ | ||
poll(): Promise<void>; | ||
} |
@@ -413,2 +413,9 @@ import { HGrid, HDict, HRef } from 'haystack-core'; | ||
hasErrorForId(id: string | HRef | HDict): boolean; | ||
/** | ||
* Request a watch poll. | ||
* | ||
* Please note, polls are normally handled automatically so manually | ||
* calling this is not normally required. | ||
*/ | ||
poll(): Promise<void>; | ||
} |
@@ -46,2 +46,9 @@ import { HaysonDict, HDict, HGrid, HList } from 'haystack-core'; | ||
update(dicts: HDict | HaysonDict | HDict[] | HaysonDict[] | HGrid | HList<HDict>): Promise<void>; | ||
/** | ||
* Request a poll for all opened watches. | ||
* | ||
* Please note, polls are normally handled automatically so manually | ||
* calling this is not normally required. | ||
*/ | ||
poll(): Promise<void>; | ||
} |
@@ -13,3 +13,3 @@ { | ||
"homepage": "https://github.com/j2inn/haystack-nclient", | ||
"version": "3.0.44", | ||
"version": "3.0.45", | ||
"module": "dist/index.es.js", | ||
@@ -76,4 +76,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"haystack-core": "^2.0.60" | ||
"haystack-core": "^2.0.61" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
432535
13692
Updatedhaystack-core@^2.0.61