@builttocreate/engine-utils 1.8.1-rc.1.0.2 → 1.8.1-rc.1.0.3
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/activityHelper.js +2 -1
- package/package.json +1 -1
package/dist/activityHelper.js
CHANGED
|
@@ -151,6 +151,7 @@ var addDocumentDataToActivities = function addDocumentDataToActivities(activitie
|
|
|
151
151
|
|
|
152
152
|
exports.addDocumentDataToActivities = addDocumentDataToActivities;
|
|
153
153
|
var _default = {
|
|
154
|
-
getFormattedActivity: getFormattedActivity
|
|
154
|
+
getFormattedActivity: getFormattedActivity,
|
|
155
|
+
addDocumentDataToActivities: addDocumentDataToActivities
|
|
155
156
|
};
|
|
156
157
|
exports["default"] = _default;
|