catchup-library-web 1.6.0 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -91,6 +91,8 @@ const ActivityBodyContent = ({
91
91
  })
92
92
  .filter(Boolean);
93
93
 
94
+ console.log(processedBodies);
95
+
94
96
  return (
95
97
  <div className="flex flex-col justify-center items-center">
96
98
  {processedBodies.map((body, index) => (