@mulmoclaude/core 0.18.0 → 0.18.1
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/assets/helps/index.md +1 -1
- package/dist/calendarGrid-B3dtFN-m.js.map +1 -1
- package/dist/calendarGrid-CRaMAguM.cjs.map +1 -1
- package/dist/collection/registry/server/index.cjs +1 -1
- package/dist/collection/registry/server/index.js +1 -1
- package/dist/collection/server/index.cjs +1 -1
- package/dist/collection/server/index.js +1 -1
- package/dist/collection-watchers/index.cjs +1 -1
- package/dist/collection-watchers/index.js +1 -1
- package/dist/feeds/server/index.cjs +1 -1
- package/dist/feeds/server/index.js +1 -1
- package/dist/{server-0IVR-Y_G.js → server-C3FOqabY.js} +4 -4
- package/dist/server-C3FOqabY.js.map +1 -0
- package/dist/{server-BeoOWQ-a.cjs → server-Cd6HA_3-.cjs} +4 -4
- package/dist/server-Cd6HA_3-.cjs.map +1 -0
- package/package.json +1 -1
- package/dist/server-0IVR-Y_G.js.map +0 -1
- package/dist/server-BeoOWQ-a.cjs.map +0 -1
|
@@ -1074,7 +1074,7 @@ var EmbedFieldZ = zod.z.object({
|
|
|
1074
1074
|
message: "fields with type 'embed' must declare a `to` (valid collection slug) and exactly one of `id` (a fixed record's primary key) or `idField` (a sibling field naming the per-record target)",
|
|
1075
1075
|
path: ["id"]
|
|
1076
1076
|
});
|
|
1077
|
-
/** Display-only REVERSE refs (plan step ② of plans/collection-ontology.md):
|
|
1077
|
+
/** Display-only REVERSE refs (plan step ② of plans/done/collection-ontology.md):
|
|
1078
1078
|
* a read-only sub-table of the records in collection `from` whose `via`
|
|
1079
1079
|
* ref field stores THIS record's primary key. Stores nothing (joins
|
|
1080
1080
|
* `COMPUTED_TYPES`); resolution is shared server/client via
|
|
@@ -1093,7 +1093,7 @@ var BacklinksFieldZ = zod.z.object({
|
|
|
1093
1093
|
filter: WhenZ.optional()
|
|
1094
1094
|
}).refine((spec) => require_calendarGrid.isSafeSlug(spec.from), slugMessage("from"));
|
|
1095
1095
|
/** A cross-collection AGGREGATE over a backlink relation (plan step ⑤ of
|
|
1096
|
-
* plans/collection-ontology.md): a computed number — never stored — that
|
|
1096
|
+
* plans/done/collection-ontology.md): a computed number — never stored — that
|
|
1097
1097
|
* sums a source column (or counts rows) over the records in `from` whose
|
|
1098
1098
|
* `via` ref points at this record. Same `from`/`via`/`filter` vocabulary
|
|
1099
1099
|
* and reverse-loading machinery as `backlinks`; resolution shared
|
|
@@ -1163,7 +1163,7 @@ var SeededActionZ = zod.z.object({
|
|
|
1163
1163
|
when: WhenZ.optional()
|
|
1164
1164
|
});
|
|
1165
1165
|
/** `kind: "mutate"` — a declarative, HOST-executed write; no LLM, no
|
|
1166
|
-
* tokens (plan step ④ of plans/collection-ontology.md). Clicking the
|
|
1166
|
+
* tokens (plan step ④ of plans/done/collection-ontology.md). Clicking the
|
|
1167
1167
|
* button (after an optional `params` mini-form) merges `set` into the
|
|
1168
1168
|
* record: values are literals or `$params.<name>` references. `require`
|
|
1169
1169
|
* is the state gate — the standard `when` shape, both the visibility
|
|
@@ -2777,4 +2777,4 @@ Object.defineProperty(exports, "writeItem", {
|
|
|
2777
2777
|
}
|
|
2778
2778
|
});
|
|
2779
2779
|
|
|
2780
|
-
//# sourceMappingURL=server-
|
|
2780
|
+
//# sourceMappingURL=server-Cd6HA_3-.cjs.map
|