catchup-library-web 1.6.1 → 1.6.2

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
@@ -3464,6 +3464,7 @@ var ActivityBodyContent = ({
3464
3464
  contentMap,
3465
3465
  answerMap
3466
3466
  }) => {
3467
+ console.log(bodyMap, contentMap);
3467
3468
  if (!bodyMap || !contentMap) return null;
3468
3469
  const processBodyValue = (bodyValue, contentType, answerMap2) => {
3469
3470
  var _a;
package/dist/index.mjs CHANGED
@@ -3272,6 +3272,7 @@ var ActivityBodyContent = ({
3272
3272
  contentMap,
3273
3273
  answerMap
3274
3274
  }) => {
3275
+ console.log(bodyMap, contentMap);
3275
3276
  if (!bodyMap || !contentMap) return null;
3276
3277
  const processBodyValue = (bodyValue, contentType, answerMap2) => {
3277
3278
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -7,6 +7,7 @@ const ActivityBodyContent = ({
7
7
  contentMap,
8
8
  answerMap,
9
9
  }: IActivityBodyContentProps) => {
10
+ console.log(bodyMap, contentMap);
10
11
  if (!bodyMap || !contentMap) return null;
11
12
 
12
13
  const processBodyValue = (