yaml-flow 8.1.1 → 8.2.0
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/browser/asset-integrity.json +3 -3
- package/browser/board-livecards-localstorage.js +5 -5
- package/cli/browser-api/board-live-cards-browser-adapter.d.ts +1 -1
- package/cli/node/board-live-cards-cli.js +6 -6
- package/cli/node/card-store-cli.js +4 -4
- package/cli/node/fs-board-adapter.d.ts +2 -2
- package/cli/node/fs-board-adapter.js +7 -7
- package/cli/node/step-machine-cli.js +3 -3
- package/cli/{types-D2XnLbBj.d.ts → types-CSiGbY__.d.ts} +1 -1
- package/examples/board/demo-chat-copilot.flow.json +38 -0
- package/examples/board/{demo-chat-handler.js → demo-chat-copilot.js} +55 -39
- package/examples/board/demo-chat-echo.flow.json +38 -0
- package/examples/board/demo-chat-echo.js +92 -0
- package/examples/board/demo-server-config.copilot-chat.json +10 -0
- package/examples/board/demo-server-config.json +2 -2
- package/examples/board/demo-server.js +57 -8
- package/examples/board/demo-shell-with-server.html +2 -2
- package/examples/board/test/demo-http-test.js +45 -0
- package/examples/board-local/demo-shell-localstorage.html +3 -3
- package/lib/{artifacts-store-lib-public-BWC3YuLa.d.ts → artifacts-store-lib-public-BPW_C15z.d.ts} +1 -1
- package/lib/{artifacts-store-lib-public-DBICnGL6.d.cts → artifacts-store-lib-public-DfU9t5-S.d.cts} +1 -1
- package/lib/artifacts-store-public.d.cts +2 -2
- package/lib/artifacts-store-public.d.ts +2 -2
- package/lib/board-live-cards-node.cjs +7 -7
- package/lib/board-live-cards-node.d.cts +5 -5
- package/lib/board-live-cards-node.d.ts +5 -5
- package/lib/board-live-cards-node.js +7 -7
- package/lib/{board-live-cards-public-dJAl5IL-.d.ts → board-live-cards-public-B8b_0k_j.d.ts} +1 -1
- package/lib/{board-live-cards-public-BF9FP0mL.d.cts → board-live-cards-public-W2zK59m0.d.cts} +1 -1
- package/lib/board-live-cards-public.cjs +2 -2
- package/lib/board-live-cards-public.d.cts +1 -1
- package/lib/board-live-cards-public.d.ts +1 -1
- package/lib/board-live-cards-public.js +2 -2
- package/lib/board-live-cards-server-runtime.cjs +5 -5
- package/lib/board-live-cards-server-runtime.d.cts +2 -2
- package/lib/board-live-cards-server-runtime.d.ts +2 -2
- package/lib/board-live-cards-server-runtime.js +5 -5
- package/lib/card-store-public.d.cts +1 -1
- package/lib/card-store-public.d.ts +1 -1
- package/lib/server-runtime/index.cjs +5 -5
- package/lib/server-runtime/index.d.cts +3 -3
- package/lib/server-runtime/index.d.ts +3 -3
- package/lib/server-runtime/index.js +5 -5
- package/lib/step-machine-public/index.cjs +3 -3
- package/lib/step-machine-public/index.d.cts +26 -9
- package/lib/step-machine-public/index.d.ts +26 -9
- package/lib/step-machine-public/index.js +3 -3
- package/lib/{types-D48hpnTR.d.ts → types-Bm7IFD7r.d.ts} +22 -2
- package/lib/{types-CXBzvC0s.d.cts → types-seTI8zta.d.cts} +22 -2
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { I as InvocationAdapter } from './types-
|
|
2
|
-
export { D as DescribeEnvelope } from './types-
|
|
1
|
+
import { I as InvocationAdapter } from './types-seTI8zta.cjs';
|
|
2
|
+
export { D as DescribeEnvelope } from './types-seTI8zta.cjs';
|
|
3
3
|
import { a as KindValueRef } from './storage-interface-BhAON-gW.cjs';
|
|
4
4
|
export { p as parseRef, s as serializeRef } from './storage-interface-BhAON-gW.cjs';
|
|
5
|
-
import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-
|
|
6
|
-
export { f as BOARD_GRAPH_KEY, g as BoardLiveCardsNonCorePublic, c as BoardLiveCardsPublic, C as CommandInput, a as CommandResult, E as EMPTY_CONFIG, L as LiveCard, S as SNAPSHOT_SCHEMA_VERSION_V1, h as createBoardLiveCardsNonCorePublic, i as createBoardLiveCardsPublic, j as createCardStore } from './board-live-cards-public-
|
|
5
|
+
import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-W2zK59m0.cjs';
|
|
6
|
+
export { f as BOARD_GRAPH_KEY, g as BoardLiveCardsNonCorePublic, c as BoardLiveCardsPublic, C as CommandInput, a as CommandResult, E as EMPTY_CONFIG, L as LiveCard, S as SNAPSHOT_SCHEMA_VERSION_V1, h as createBoardLiveCardsNonCorePublic, i as createBoardLiveCardsPublic, j as createCardStore } from './board-live-cards-public-W2zK59m0.cjs';
|
|
7
7
|
import { ExecutionRef, ArgsMassaging } from './execution-refs.cjs';
|
|
8
8
|
export { executionRefFromScriptPath, parseExecutionRef, serializeExecutionRef } from './execution-refs.cjs';
|
|
9
9
|
export { createCardStorePublic } from './card-store-public.cjs';
|
|
10
|
-
export { c as createArtifactsStore, a as createArtifactsStorePublic, b as createCardFileMetadataStore, d as createChatArtifactsStore, e as createFileArtifactsStore } from './artifacts-store-lib-public-
|
|
10
|
+
export { c as createArtifactsStore, a as createArtifactsStorePublic, b as createCardFileMetadataStore, d as createChatArtifactsStore, e as createFileArtifactsStore } from './artifacts-store-lib-public-DfU9t5-S.cjs';
|
|
11
11
|
import './types-BBhqYGhE.cjs';
|
|
12
12
|
|
|
13
13
|
/**
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { I as InvocationAdapter } from './types-
|
|
2
|
-
export { D as DescribeEnvelope } from './types-
|
|
1
|
+
import { I as InvocationAdapter } from './types-Bm7IFD7r.js';
|
|
2
|
+
export { D as DescribeEnvelope } from './types-Bm7IFD7r.js';
|
|
3
3
|
import { a as KindValueRef } from './storage-interface-BhAON-gW.js';
|
|
4
4
|
export { p as parseRef, s as serializeRef } from './storage-interface-BhAON-gW.js';
|
|
5
|
-
import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-
|
|
6
|
-
export { f as BOARD_GRAPH_KEY, g as BoardLiveCardsNonCorePublic, c as BoardLiveCardsPublic, C as CommandInput, a as CommandResult, E as EMPTY_CONFIG, L as LiveCard, S as SNAPSHOT_SCHEMA_VERSION_V1, h as createBoardLiveCardsNonCorePublic, i as createBoardLiveCardsPublic, j as createCardStore } from './board-live-cards-public-
|
|
5
|
+
import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-B8b_0k_j.js';
|
|
6
|
+
export { f as BOARD_GRAPH_KEY, g as BoardLiveCardsNonCorePublic, c as BoardLiveCardsPublic, C as CommandInput, a as CommandResult, E as EMPTY_CONFIG, L as LiveCard, S as SNAPSHOT_SCHEMA_VERSION_V1, h as createBoardLiveCardsNonCorePublic, i as createBoardLiveCardsPublic, j as createCardStore } from './board-live-cards-public-B8b_0k_j.js';
|
|
7
7
|
import { ExecutionRef, ArgsMassaging } from './execution-refs.js';
|
|
8
8
|
export { executionRefFromScriptPath, parseExecutionRef, serializeExecutionRef } from './execution-refs.js';
|
|
9
9
|
export { createCardStorePublic } from './card-store-public.js';
|
|
10
|
-
export { c as createArtifactsStore, a as createArtifactsStorePublic, b as createCardFileMetadataStore, d as createChatArtifactsStore, e as createFileArtifactsStore } from './artifacts-store-lib-public-
|
|
10
|
+
export { c as createArtifactsStore, a as createArtifactsStorePublic, b as createCardFileMetadataStore, d as createChatArtifactsStore, e as createFileArtifactsStore } from './artifacts-store-lib-public-BPW_C15z.js';
|
|
11
11
|
import './types-BBhqYGhE.js';
|
|
12
12
|
|
|
13
13
|
/**
|