yaml-flow 8.4.15 → 8.4.17
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-client.js +1 -1
- package/browser/board-livecards-localstorage.js +6 -6
- package/cli/browser-api/board-live-cards-browser-adapter.d.ts +2 -2
- package/cli/browser-api/board-live-cards-browser-adapter.js +3 -3
- package/cli/browser-api/card-store-browser-api.js +1 -1
- package/cli/bundled/artifacts-store-cli.mjs +4 -4
- package/cli/bundled/batch-runner-cli.mjs +1 -1
- package/cli/bundled/board-live-cards-cli.mjs +20 -20
- package/cli/bundled/card-store-cli.mjs +78 -78
- package/cli/{execution-interface-DCFBy4L8.d.ts → execution-interface-BCIhu1gO.d.ts} +7 -0
- package/cli/{types-BbQ75HLf.d.ts → types-juH2nFpz.d.ts} +21 -1
- package/examples/board/demo-shell-with-server.html +2 -2
- package/examples/board/doc.html +2 -2
- package/examples/board-local/demo-shell-localstorage.html +3 -3
- package/lib/{artifacts-store-lib-WdoKNAF0.d.cts → artifacts-store-lib-CVgtQrNZ.d.cts} +1 -1
- package/lib/{artifacts-store-lib-CXgRA5J7.d.ts → artifacts-store-lib-D-k-E8Vy.d.ts} +1 -1
- package/lib/artifacts-store-public.d.cts +3 -3
- package/lib/artifacts-store-public.d.ts +3 -3
- package/lib/board-live-cards-node.cjs +14 -14
- package/lib/board-live-cards-node.d.cts +10 -10
- package/lib/board-live-cards-node.d.ts +10 -10
- package/lib/board-live-cards-node.js +14 -14
- package/lib/{board-live-cards-public-wbWRD1nO.d.cts → board-live-cards-public-B4RcYPC_.d.cts} +21 -1
- package/lib/{board-live-cards-public-C81ZEkF-.d.ts → board-live-cards-public-ydXuA4zh.d.ts} +21 -1
- package/lib/board-live-cards-public.cjs +2 -2
- package/lib/board-live-cards-public.d.cts +2 -2
- package/lib/board-live-cards-public.d.ts +2 -2
- package/lib/board-live-cards-public.js +2 -2
- package/lib/board-live-cards-server-runtime.cjs +3 -3
- package/lib/board-live-cards-server-runtime.d.cts +5 -5
- package/lib/board-live-cards-server-runtime.d.ts +5 -5
- package/lib/board-live-cards-server-runtime.js +3 -3
- package/lib/board-livegraph-runtime/index.cjs +1 -1
- package/lib/board-livegraph-runtime/index.d.cts +1 -1
- package/lib/board-livegraph-runtime/index.d.ts +1 -1
- package/lib/board-livegraph-runtime/index.js +1 -1
- package/lib/card-store-public.cjs +1 -1
- package/lib/card-store-public.d.cts +13 -2
- package/lib/card-store-public.d.ts +13 -2
- package/lib/card-store-public.js +1 -1
- package/lib/{chat-storage-lib-OX0Q_Ttf.d.cts → chat-storage-lib-B1wU27y3.d.cts} +1 -1
- package/lib/{chat-storage-lib-DGaKrjVe.d.ts → chat-storage-lib-DsF4kPon.d.ts} +1 -1
- package/lib/chat-store-public.d.cts +3 -3
- package/lib/chat-store-public.d.ts +3 -3
- package/lib/continuous-event-graph/index.cjs +2 -2
- package/lib/continuous-event-graph/index.d.cts +2 -2
- package/lib/continuous-event-graph/index.d.ts +2 -2
- package/lib/continuous-event-graph/index.js +2 -2
- package/lib/execution-refs.cjs +2 -2
- package/lib/execution-refs.js +2 -2
- package/lib/index.cjs +12 -12
- package/lib/index.d.cts +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js +12 -12
- package/lib/{live-cards-bridge-b25aAVvE.d.cts → live-cards-bridge-Bwi-lbBT.d.cts} +2 -0
- package/lib/{live-cards-bridge-DC_ZU0eS.d.ts → live-cards-bridge-YL6AWawT.d.ts} +2 -0
- package/lib/server-runtime/index.cjs +3 -3
- package/lib/server-runtime/index.d.cts +6 -6
- package/lib/server-runtime/index.d.ts +6 -6
- package/lib/server-runtime/index.js +3 -3
- package/lib/step-machine-public/index.cjs +3 -3
- package/lib/step-machine-public/index.d.cts +1 -1
- package/lib/step-machine-public/index.d.ts +1 -1
- package/lib/step-machine-public/index.js +3 -3
- package/lib/{storage-interface-B-7pDHwD.d.cts → storage-interface-B2WD9D5n.d.cts} +7 -0
- package/lib/{storage-interface-B-7pDHwD.d.ts → storage-interface-B2WD9D5n.d.ts} +7 -0
- package/lib/stores/index.d.cts +1 -1
- package/lib/stores/index.d.ts +1 -1
- package/lib/stores/kv.d.cts +1 -1
- package/lib/stores/kv.d.ts +1 -1
- package/lib/{types-DsKGXgeT.d.ts → types-1L1D33mr.d.ts} +4 -4
- package/lib/{types-U3Iu6jDR.d.cts → types-D501gMQt.d.cts} +4 -4
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { a as ArtifactsStore } from './artifacts-store-lib-
|
|
2
|
-
export { c as createArtifactsStore, b as createCardFileMetadataStore, d as createFileArtifactsStore } from './artifacts-store-lib-
|
|
3
|
-
import { I as InvocationAdapter } from './types-
|
|
4
|
-
export { D as DescribeEnvelope } from './types-
|
|
5
|
-
import { a as KindValueRef } from './storage-interface-
|
|
6
|
-
export { p as parseRef, s as serializeRef } from './storage-interface-
|
|
7
|
-
import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-
|
|
8
|
-
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-
|
|
9
|
-
import { c as ChatStorage } from './chat-storage-lib-
|
|
10
|
-
export { b as ChatConfig, C as ChatRecord, d as createChatStorage, e as createInMemoryChatStorage } from './chat-storage-lib-
|
|
1
|
+
import { a as ArtifactsStore } from './artifacts-store-lib-CVgtQrNZ.cjs';
|
|
2
|
+
export { c as createArtifactsStore, b as createCardFileMetadataStore, d as createFileArtifactsStore } from './artifacts-store-lib-CVgtQrNZ.cjs';
|
|
3
|
+
import { I as InvocationAdapter } from './types-D501gMQt.cjs';
|
|
4
|
+
export { D as DescribeEnvelope } from './types-D501gMQt.cjs';
|
|
5
|
+
import { a as KindValueRef } from './storage-interface-B2WD9D5n.cjs';
|
|
6
|
+
export { p as parseRef, s as serializeRef } from './storage-interface-B2WD9D5n.cjs';
|
|
7
|
+
import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-B4RcYPC_.cjs';
|
|
8
|
+
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-B4RcYPC_.cjs';
|
|
9
|
+
import { c as ChatStorage } from './chat-storage-lib-B1wU27y3.cjs';
|
|
10
|
+
export { b as ChatConfig, C as ChatRecord, d as createChatStorage, e as createInMemoryChatStorage } from './chat-storage-lib-B1wU27y3.cjs';
|
|
11
11
|
import { ExecutionRef, ArgsMassaging } from './execution-refs.cjs';
|
|
12
12
|
export { executionRefFromScriptPath, parseExecutionRef, serializeExecutionRef } from './execution-refs.cjs';
|
|
13
13
|
export { createCardStorePublic } from './card-store-public.cjs';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { a as ArtifactsStore } from './artifacts-store-lib-
|
|
2
|
-
export { c as createArtifactsStore, b as createCardFileMetadataStore, d as createFileArtifactsStore } from './artifacts-store-lib-
|
|
3
|
-
import { I as InvocationAdapter } from './types-
|
|
4
|
-
export { D as DescribeEnvelope } from './types-
|
|
5
|
-
import { a as KindValueRef } from './storage-interface-
|
|
6
|
-
export { p as parseRef, s as serializeRef } from './storage-interface-
|
|
7
|
-
import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-
|
|
8
|
-
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-
|
|
9
|
-
import { c as ChatStorage } from './chat-storage-lib-
|
|
10
|
-
export { b as ChatConfig, C as ChatRecord, d as createChatStorage, e as createInMemoryChatStorage } from './chat-storage-lib-
|
|
1
|
+
import { a as ArtifactsStore } from './artifacts-store-lib-D-k-E8Vy.js';
|
|
2
|
+
export { c as createArtifactsStore, b as createCardFileMetadataStore, d as createFileArtifactsStore } from './artifacts-store-lib-D-k-E8Vy.js';
|
|
3
|
+
import { I as InvocationAdapter } from './types-1L1D33mr.js';
|
|
4
|
+
export { D as DescribeEnvelope } from './types-1L1D33mr.js';
|
|
5
|
+
import { a as KindValueRef } from './storage-interface-B2WD9D5n.js';
|
|
6
|
+
export { p as parseRef, s as serializeRef } from './storage-interface-B2WD9D5n.js';
|
|
7
|
+
import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-ydXuA4zh.js';
|
|
8
|
+
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-ydXuA4zh.js';
|
|
9
|
+
import { c as ChatStorage } from './chat-storage-lib-DsF4kPon.js';
|
|
10
|
+
export { b as ChatConfig, C as ChatRecord, d as createChatStorage, e as createInMemoryChatStorage } from './chat-storage-lib-DsF4kPon.js';
|
|
11
11
|
import { ExecutionRef, ArgsMassaging } from './execution-refs.js';
|
|
12
12
|
export { executionRefFromScriptPath, parseExecutionRef, serializeExecutionRef } from './execution-refs.js';
|
|
13
13
|
export { createCardStorePublic } from './card-store-public.js';
|