doxum 0.1.7 → 0.1.8
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/README.md +29 -1
- package/dist/{contract-DNZ4D53r.d.ts → contract-CIcftgR3.d.ts} +25 -27
- package/dist/{contract-j3SLGAwh.d.cts → contract-b87yPRDp.d.cts} +25 -27
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js.map +1 -1
- package/dist/integration.d.cts +2 -2
- package/dist/integration.d.ts +2 -2
- package/dist/local-sync.cjs.map +1 -1
- package/dist/local-sync.d.cts +1 -1
- package/dist/local-sync.d.ts +1 -1
- package/dist/local-sync.js.map +1 -1
- package/dist/runtime-0mOFbe_H.cjs.map +1 -1
- package/dist/{runtime-BFmhzPpZ.d.ts → runtime-BzxODO9Q.d.ts} +2 -2
- package/dist/{runtime-B22tuj9A.d.cts → runtime-CRVMB9n1.d.cts} +2 -2
- package/dist/runtime-DF1q9Gje.js.map +1 -1
- package/package.json +1 -1
- package/skills/doxum-runtime/references/guide.en.md +7 -0
- package/skills/doxum-runtime/references/guide.zh-CN.md +5 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as CollectionImpact, H as CollectionReader,
|
|
1
|
+
import { A as CollectionImpact, Dt as EntitySchemaNode, H as CollectionReader, It as SchemaPath, W as DocumentReader, _ as Unsubscribe, _t as CollectionNode, h as Synchronous, kt as ImpactTarget, n as DocumentCommit, o as DocumentReadable, q as ReaderOfNode, v as Readable, vt as CollectionPath, wt as DocumentSchema, yt as CollectionSelector } from "./contract-CIcftgR3.js";
|
|
2
2
|
|
|
3
3
|
//#region core/src/projection/contract.d.ts
|
|
4
4
|
declare const sourceContext: unique symbol;
|
|
@@ -147,4 +147,4 @@ declare const createProjectionRuntime: (options: {
|
|
|
147
147
|
}) => ProjectionRuntime;
|
|
148
148
|
//#endregion
|
|
149
149
|
export { DocumentSource as a, ProjectionError as c, ProjectionSource as d, ProjectionValue as f, DocumentCollectionSource as i, ProjectionInput as l, projectionDebug as n, ProjectionCollection as o, ValueSpec as p, CollectionSpec as r, ProjectionDisposedError as s, createProjectionRuntime as t, ProjectionRuntime as u };
|
|
150
|
-
//# sourceMappingURL=runtime-
|
|
150
|
+
//# sourceMappingURL=runtime-BzxODO9Q.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as CollectionImpact, H as CollectionReader,
|
|
1
|
+
import { A as CollectionImpact, Dt as EntitySchemaNode, H as CollectionReader, It as SchemaPath, W as DocumentReader, _ as Unsubscribe, _t as CollectionNode, h as Synchronous, kt as ImpactTarget, n as DocumentCommit, o as DocumentReadable, q as ReaderOfNode, v as Readable, vt as CollectionPath, wt as DocumentSchema, yt as CollectionSelector } from "./contract-b87yPRDp.cjs";
|
|
2
2
|
|
|
3
3
|
//#region core/src/projection/contract.d.ts
|
|
4
4
|
declare const sourceContext: unique symbol;
|
|
@@ -147,4 +147,4 @@ declare const createProjectionRuntime: (options: {
|
|
|
147
147
|
}) => ProjectionRuntime;
|
|
148
148
|
//#endregion
|
|
149
149
|
export { DocumentSource as a, ProjectionError as c, ProjectionSource as d, ProjectionValue as f, DocumentCollectionSource as i, ProjectionInput as l, projectionDebug as n, ProjectionCollection as o, ValueSpec as p, CollectionSpec as r, ProjectionDisposedError as s, createProjectionRuntime as t, ProjectionRuntime as u };
|
|
150
|
-
//# sourceMappingURL=runtime-
|
|
150
|
+
//# sourceMappingURL=runtime-CRVMB9n1.d.cts.map
|