yaml-flow 8.0.3 → 8.0.5

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.
Files changed (37) hide show
  1. package/browser/asset-integrity.json +2 -2
  2. package/browser/board-livecards-localstorage.js +3 -3
  3. package/cli/browser-api/board-live-cards-browser-adapter.d.ts +1 -1
  4. package/cli/node/board-live-cards-cli.js +6 -6
  5. package/cli/node/fs-board-adapter.d.ts +2 -2
  6. package/cli/node/fs-board-adapter.js +6 -6
  7. package/cli/{types-C2YQXFwo.d.ts → types-D2XnLbBj.d.ts} +15 -0
  8. package/examples/board/demo-shell-with-server.html +2 -2
  9. package/examples/board/demo-task-executor.js +29 -32
  10. package/examples/board-local/demo-shell-localstorage.html +3 -3
  11. package/lib/{artifacts-store-lib-public-BABrgFkV.d.ts → artifacts-store-lib-public-BWC3YuLa.d.ts} +1 -1
  12. package/lib/{artifacts-store-lib-public-DGa8BpJT.d.cts → artifacts-store-lib-public-DBICnGL6.d.cts} +1 -1
  13. package/lib/artifacts-store-public.d.cts +2 -2
  14. package/lib/artifacts-store-public.d.ts +2 -2
  15. package/lib/board-live-cards-node.cjs +6 -6
  16. package/lib/board-live-cards-node.d.cts +5 -5
  17. package/lib/board-live-cards-node.d.ts +5 -5
  18. package/lib/board-live-cards-node.js +6 -6
  19. package/lib/{board-live-cards-public-BnmRAbQV.d.cts → board-live-cards-public-BF9FP0mL.d.cts} +15 -0
  20. package/lib/{board-live-cards-public-CsmYrvpd.d.ts → board-live-cards-public-dJAl5IL-.d.ts} +15 -0
  21. package/lib/board-live-cards-public.cjs +1 -1
  22. package/lib/board-live-cards-public.d.cts +1 -1
  23. package/lib/board-live-cards-public.d.ts +1 -1
  24. package/lib/board-live-cards-public.js +1 -1
  25. package/lib/board-live-cards-server-runtime.cjs +4 -4
  26. package/lib/board-live-cards-server-runtime.d.cts +2 -2
  27. package/lib/board-live-cards-server-runtime.d.ts +2 -2
  28. package/lib/board-live-cards-server-runtime.js +4 -4
  29. package/lib/card-store-public.d.cts +1 -1
  30. package/lib/card-store-public.d.ts +1 -1
  31. package/lib/server-runtime/index.cjs +4 -4
  32. package/lib/server-runtime/index.d.cts +3 -3
  33. package/lib/server-runtime/index.d.ts +3 -3
  34. package/lib/server-runtime/index.js +4 -4
  35. package/lib/{types-DkFvgxwq.d.cts → types-CXBzvC0s.d.cts} +1 -1
  36. package/lib/{types-CBxkYuLY.d.ts → types-D48hpnTR.d.ts} +1 -1
  37. package/package.json +1 -1
@@ -1,13 +1,13 @@
1
- import { I as InvocationAdapter } from './types-DkFvgxwq.cjs';
2
- export { D as DescribeEnvelope } from './types-DkFvgxwq.cjs';
1
+ import { I as InvocationAdapter } from './types-CXBzvC0s.cjs';
2
+ export { D as DescribeEnvelope } from './types-CXBzvC0s.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-BnmRAbQV.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-BnmRAbQV.cjs';
5
+ import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-BF9FP0mL.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-BF9FP0mL.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-DGa8BpJT.cjs';
10
+ export { c as createArtifactsStore, a as createArtifactsStorePublic, b as createCardFileMetadataStore, d as createChatArtifactsStore, e as createFileArtifactsStore } from './artifacts-store-lib-public-DBICnGL6.cjs';
11
11
  import './types-BBhqYGhE.cjs';
12
12
 
13
13
  /**
@@ -1,13 +1,13 @@
1
- import { I as InvocationAdapter } from './types-CBxkYuLY.js';
2
- export { D as DescribeEnvelope } from './types-CBxkYuLY.js';
1
+ import { I as InvocationAdapter } from './types-D48hpnTR.js';
2
+ export { D as DescribeEnvelope } from './types-D48hpnTR.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-CsmYrvpd.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-CsmYrvpd.js';
5
+ import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-dJAl5IL-.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-dJAl5IL-.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-BABrgFkV.js';
10
+ export { c as createArtifactsStore, a as createArtifactsStorePublic, b as createCardFileMetadataStore, d as createChatArtifactsStore, e as createFileArtifactsStore } from './artifacts-store-lib-public-BWC3YuLa.js';
11
11
  import './types-BBhqYGhE.js';
12
12
 
13
13
  /**