@dxos/react-ui-canvas-compute 0.8.4-main.5ea62a8 → 0.8.4-main.a4bbb77

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.
@@ -2334,7 +2334,7 @@ import { useSignals as _useSignals25 } from "@preact-signals/safe-react/tracking
2334
2334
  import { Schema as Schema25 } from "effect";
2335
2335
  import React26, { useEffect as useEffect8 } from "react";
2336
2336
  import { VoidInput as VoidInput3 } from "@dxos/conductor";
2337
- import { Obj } from "@dxos/echo";
2337
+ import { Filter as Filter2, Obj, Query } from "@dxos/echo";
2338
2338
  import { ObjectId as ObjectId4, Ref as Ref3 } from "@dxos/echo-schema";
2339
2339
  import { EmailTriggerOutput, FunctionTrigger, QueueTriggerOutput, SubscriptionTriggerOutput, TimerTriggerOutput, TriggerKinds, WebhookTriggerOutput } from "@dxos/functions";
2340
2340
  import { DXN, SpaceId } from "@dxos/keys";
@@ -2437,7 +2437,7 @@ var createTriggerSpec = (props) => {
2437
2437
  case "subscription":
2438
2438
  return {
2439
2439
  kind: "subscription",
2440
- filter: {}
2440
+ query: Query.select(Filter2.nothing()).ast
2441
2441
  };
2442
2442
  case "email":
2443
2443
  return {