@dxos/react-ui-canvas-compute 0.8.1-main.a06ad20 → 0.8.1-main.ba2dec9
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/lib/browser/index.mjs +2 -2
- package/dist/lib/browser/index.mjs.map +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/node/index.cjs +27 -27
- package/dist/lib/node/index.cjs.map +3 -3
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node-esm/index.mjs +2 -2
- package/dist/lib/node-esm/index.mjs.map +1 -1
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/types/src/shapes/Function.d.ts.map +1 -1
- package/dist/types/src/shapes/Trigger.d.ts +1 -1
- package/dist/types/src/shapes/Trigger.d.ts.map +1 -1
- package/package.json +38 -38
- package/src/shapes/Function.tsx +1 -1
- package/src/shapes/Trigger.tsx +1 -1
|
@@ -1367,7 +1367,7 @@ var databaseShape = {
|
|
|
1367
1367
|
import React12, { useCallback as useCallback3, useRef as useRef4 } from "react";
|
|
1368
1368
|
import { AnyOutput, FunctionInput } from "@dxos/conductor";
|
|
1369
1369
|
import { getSnapshot, S as S11 } from "@dxos/echo-schema";
|
|
1370
|
-
import { FunctionType, ScriptType } from "@dxos/functions";
|
|
1370
|
+
import { FunctionType, ScriptType } from "@dxos/functions/types";
|
|
1371
1371
|
import { useClient } from "@dxos/react-client";
|
|
1372
1372
|
import { Filter, makeRef, parseId } from "@dxos/react-client/echo";
|
|
1373
1373
|
import { TextBox as TextBox3 } from "@dxos/react-ui-canvas-editor";
|
|
@@ -2178,7 +2178,7 @@ var textToImageShape = {
|
|
|
2178
2178
|
import React26, { useEffect as useEffect8 } from "react";
|
|
2179
2179
|
import { EmailTriggerOutput, QueueTriggerOutput, SubscriptionTriggerOutput, TimerTriggerOutput, VoidInput as VoidInput3, WebhookTriggerOutput } from "@dxos/conductor";
|
|
2180
2180
|
import { ObjectId as ObjectId4, Ref, S as S25 } from "@dxos/echo-schema";
|
|
2181
|
-
import { FunctionTrigger, TriggerKind } from "@dxos/functions";
|
|
2181
|
+
import { FunctionTrigger, TriggerKind } from "@dxos/functions/types";
|
|
2182
2182
|
import { DXN as DXN2, SpaceId } from "@dxos/keys";
|
|
2183
2183
|
import { create, makeRef as makeRef2, useSpace } from "@dxos/react-client/echo";
|
|
2184
2184
|
import { Select as Select2 } from "@dxos/react-ui";
|