@prefecthq/graphs 2.2.13 → 2.2.14

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.
@@ -105,6 +105,7 @@ export type RunGraphConfig = {
105
105
  runId: string;
106
106
  fetch: RunGraphFetch;
107
107
  fetchEvents?: RunGraphFetchEvents;
108
+ fetchEventsInterval?: number;
108
109
  animationDuration?: number;
109
110
  styles?: RunGraphStyles;
110
111
  disableAnimationsThreshold?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prefecthq/graphs",
3
3
  "private": false,
4
- "version": "2.2.13",
4
+ "version": "2.2.14",
5
5
  "description": "Large scale graphs designed for Prefect",
6
6
  "scripts": {
7
7
  "serve": "vite --host --mode=demo",