yaml-flow 8.4.13 → 8.4.15
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 +6 -6
- package/cli/bundled/artifacts-store-cli.mjs +2 -2
- package/cli/bundled/board-live-cards-cli.mjs +1 -1
- package/cli/bundled/step-machine-cli.mjs +1 -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/board-live-cards-node.cjs +6 -6
- package/lib/board-live-cards-node.d.cts +2 -2
- package/lib/board-live-cards-node.d.ts +2 -2
- package/lib/board-live-cards-node.js +6 -6
- package/lib/board-live-cards-server-runtime.cjs +3 -3
- package/lib/board-live-cards-server-runtime.d.cts +1 -1
- package/lib/board-live-cards-server-runtime.d.ts +1 -1
- package/lib/board-live-cards-server-runtime.js +3 -3
- package/lib/server-runtime/index.cjs +3 -3
- package/lib/server-runtime/index.d.cts +2 -2
- package/lib/server-runtime/index.d.ts +2 -2
- package/lib/server-runtime/index.js +3 -3
- package/lib/{types-D_WD7RYH.d.ts → types-DsKGXgeT.d.ts} +12 -0
- package/lib/{types-D5E1YmeB.d.cts → types-U3Iu6jDR.d.cts} +12 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as ArtifactsStore } from './artifacts-store-lib-WdoKNAF0.cjs';
|
|
2
2
|
export { c as createArtifactsStore, b as createCardFileMetadataStore, d as createFileArtifactsStore } from './artifacts-store-lib-WdoKNAF0.cjs';
|
|
3
|
-
import { I as InvocationAdapter } from './types-
|
|
4
|
-
export { D as DescribeEnvelope } from './types-
|
|
3
|
+
import { I as InvocationAdapter } from './types-U3Iu6jDR.cjs';
|
|
4
|
+
export { D as DescribeEnvelope } from './types-U3Iu6jDR.cjs';
|
|
5
5
|
import { a as KindValueRef } from './storage-interface-B-7pDHwD.cjs';
|
|
6
6
|
export { p as parseRef, s as serializeRef } from './storage-interface-B-7pDHwD.cjs';
|
|
7
7
|
import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-wbWRD1nO.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as ArtifactsStore } from './artifacts-store-lib-CXgRA5J7.js';
|
|
2
2
|
export { c as createArtifactsStore, b as createCardFileMetadataStore, d as createFileArtifactsStore } from './artifacts-store-lib-CXgRA5J7.js';
|
|
3
|
-
import { I as InvocationAdapter } from './types-
|
|
4
|
-
export { D as DescribeEnvelope } from './types-
|
|
3
|
+
import { I as InvocationAdapter } from './types-DsKGXgeT.js';
|
|
4
|
+
export { D as DescribeEnvelope } from './types-DsKGXgeT.js';
|
|
5
5
|
import { a as KindValueRef } from './storage-interface-B-7pDHwD.js';
|
|
6
6
|
export { p as parseRef, s as serializeRef } from './storage-interface-B-7pDHwD.js';
|
|
7
7
|
import { e as BoardNonCorePlatformAdapter, d as BoardPlatformAdapter } from './board-live-cards-public-C81ZEkF-.js';
|