catchup-library-web 1.5.5 → 1.6.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/dist/index.js
CHANGED
|
@@ -3530,6 +3530,7 @@ var ActivityBodyContent = ({
|
|
|
3530
3530
|
key
|
|
3531
3531
|
});
|
|
3532
3532
|
}).filter(Boolean);
|
|
3533
|
+
console.log(processedBodies);
|
|
3533
3534
|
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "flex flex-col justify-center items-center", children: processedBodies.map((body, index) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
3534
3535
|
ShowBodyMediaByContentType_default,
|
|
3535
3536
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -3338,6 +3338,7 @@ var ActivityBodyContent = ({
|
|
|
3338
3338
|
key
|
|
3339
3339
|
});
|
|
3340
3340
|
}).filter(Boolean);
|
|
3341
|
+
console.log(processedBodies);
|
|
3341
3342
|
return /* @__PURE__ */ jsx13("div", { className: "flex flex-col justify-center items-center", children: processedBodies.map((body, index) => /* @__PURE__ */ jsx13(
|
|
3342
3343
|
ShowBodyMediaByContentType_default,
|
|
3343
3344
|
{
|
package/package.json
CHANGED