@deephaven-enterprise/query-utils 2026.1.32 → 2026.1.33

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.
@@ -5,6 +5,7 @@ export declare class QueryStatus {
5
5
  static connecting: string;
6
6
  static authenticating: string;
7
7
  static acquiringWorker: string;
8
+ static findingDispatcher: string;
8
9
  static initializing: string;
9
10
  static running: string;
10
11
  static failed: string;
@@ -16,6 +16,7 @@ QueryStatus.uninitialized = 'Uninitialized';
16
16
  QueryStatus.connecting = 'Connecting';
17
17
  QueryStatus.authenticating = 'Authenticating';
18
18
  QueryStatus.acquiringWorker = 'AcquiringWorker';
19
+ QueryStatus.findingDispatcher = 'FindingDispatcher';
19
20
  QueryStatus.initializing = 'Initializing';
20
21
  QueryStatus.running = 'Running';
21
22
  QueryStatus.failed = 'Failed';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven-enterprise/query-utils",
3
- "version": "2026.1.32",
3
+ "version": "2026.1.33",
4
4
  "description": "Deephaven Enterprise Query Utils",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "SEE LICENSE IN LICENSE.md",