@productbrain/mcp 0.0.1-beta.3399 → 0.0.1-beta.3409
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.
|
@@ -2142,11 +2142,7 @@ ${groundingReport.governance.map((g) => `- **${g.entryId}** ${g.name} [${g.colle
|
|
|
2142
2142
|
data.date = inferredSourceDate;
|
|
2143
2143
|
}
|
|
2144
2144
|
}
|
|
2145
|
-
if (userData && typeof userData === "object")
|
|
2146
|
-
for (const [key, val] of Object.entries(userData)) {
|
|
2147
|
-
if (key !== "name") data[key] = val;
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2145
|
+
if (userData && typeof userData === "object") Object.assign(data, userData);
|
|
2150
2146
|
data[profile.descriptionField || "description"] = description;
|
|
2151
2147
|
const colMeta = await getCollectionBySlug(resolvedCollection);
|
|
2152
2148
|
const isBetCapture = canonicalKey === "work_package" || colMeta?.defaultCanonicalKey === "work_package";
|
|
@@ -16404,4 +16400,4 @@ export {
|
|
|
16404
16400
|
createProductBrainServer,
|
|
16405
16401
|
initFeatureFlags
|
|
16406
16402
|
};
|
|
16407
|
-
//# sourceMappingURL=chunk-
|
|
16403
|
+
//# sourceMappingURL=chunk-3JRSYADK.js.map
|