@meltwater/conversations-api-services 1.0.36 → 1.0.37
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.
|
@@ -160,7 +160,7 @@ async function publish(token, discussionType, mediaId, inReplyToId, socialAccoun
|
|
|
160
160
|
});
|
|
161
161
|
}
|
|
162
162
|
} catch (err) {
|
|
163
|
-
(0, _loggerHelpers.loggerError)(logger`Exception in linkedin publish `, err);
|
|
163
|
+
(0, _loggerHelpers.loggerError)(logger, `Exception in linkedin publish `, err);
|
|
164
164
|
throw err;
|
|
165
165
|
}
|
|
166
166
|
return {
|
|
@@ -140,7 +140,7 @@ async function publish(token, discussionType, mediaId, inReplyToId, socialAccoun
|
|
|
140
140
|
});
|
|
141
141
|
}
|
|
142
142
|
} catch (err) {
|
|
143
|
-
loggerError(logger`Exception in linkedin publish `, err);
|
|
143
|
+
loggerError(logger, `Exception in linkedin publish `, err);
|
|
144
144
|
throw err;
|
|
145
145
|
}
|
|
146
146
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meltwater/conversations-api-services",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.37",
|
|
4
4
|
"description": "Repository to contain all conversations api services shared across our services",
|
|
5
5
|
"main": "dist/cjs/data-access/index.js",
|
|
6
6
|
"module": "dist/esm/data-access/index.js",
|