yaml-flow 8.4.19 → 8.4.22
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 +7 -7
- package/cli/browser-api/board-live-cards-browser-adapter.d.ts +1 -1
- package/cli/bundled/artifacts-store-cli.mjs +9 -9
- package/cli/bundled/board-live-cards-cli.mjs +19 -19
- package/cli/{types-0p9n3CCe.d.ts → types-juH2nFpz.d.ts} +0 -7
- 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-public.d.cts +1 -1
- package/lib/artifacts-store-public.d.ts +1 -1
- package/lib/board-live-cards-node.cjs +9 -9
- package/lib/board-live-cards-node.d.cts +4 -4
- package/lib/board-live-cards-node.d.ts +4 -4
- package/lib/board-live-cards-node.js +9 -9
- package/lib/{board-live-cards-public-BYsn6ZiF.d.cts → board-live-cards-public-B4RcYPC_.d.cts} +0 -7
- package/lib/{board-live-cards-public-DOnaJrsU.d.ts → board-live-cards-public-ydXuA4zh.d.ts} +0 -7
- 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 +3 -3
- 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 +3 -3
- package/lib/card-store-public.d.cts +1 -1
- package/lib/card-store-public.d.ts +1 -1
- package/lib/chat-store-public.d.cts +1 -1
- package/lib/chat-store-public.d.ts +1 -1
- package/lib/server-runtime/index.cjs +3 -3
- package/lib/server-runtime/index.d.cts +3 -3
- package/lib/server-runtime/index.d.ts +3 -3
- package/lib/server-runtime/index.js +3 -3
- package/lib/{types-CDfG82H-.d.ts → types-1L1D33mr.d.ts} +1 -1
- package/lib/{types-DlQrB1RA.d.cts → types-D501gMQt.d.cts} +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { a as ArtifactsStore } from './artifacts-store-lib-CVgtQrNZ.cjs';
|
|
2
2
|
export { c as createArtifactsStore, b as createCardFileMetadataStore, d as createFileArtifactsStore } from './artifacts-store-lib-CVgtQrNZ.cjs';
|
|
3
|
-
import { I as InvocationAdapter } from './types-
|
|
4
|
-
export { D as DescribeEnvelope } from './types-
|
|
3
|
+
import { I as InvocationAdapter } from './types-D501gMQt.cjs';
|
|
4
|
+
export { D as DescribeEnvelope } from './types-D501gMQt.cjs';
|
|
5
5
|
import { a as KindValueRef } from './storage-interface-B2WD9D5n.cjs';
|
|
6
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-
|
|
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-
|
|
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
9
|
import { c as ChatStorage } from './chat-storage-lib-B1wU27y3.cjs';
|
|
10
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';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { a as ArtifactsStore } from './artifacts-store-lib-D-k-E8Vy.js';
|
|
2
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-
|
|
4
|
-
export { D as DescribeEnvelope } from './types-
|
|
3
|
+
import { I as InvocationAdapter } from './types-1L1D33mr.js';
|
|
4
|
+
export { D as DescribeEnvelope } from './types-1L1D33mr.js';
|
|
5
5
|
import { a as KindValueRef } from './storage-interface-B2WD9D5n.js';
|
|
6
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-
|
|
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-
|
|
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
9
|
import { c as ChatStorage } from './chat-storage-lib-DsF4kPon.js';
|
|
10
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';
|