@florydev/linkedin-api-voyager 1.3.8 → 1.3.9

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.
@@ -107,7 +107,7 @@ function linkedinSSE(topics) {
107
107
  },
108
108
  });
109
109
  let buffer = "";
110
- const onEvent = (data) => console.log("data: ", JSON.stringify(data, null, 2));
110
+ const onEvent = (data) => data;
111
111
  const onError = (error) => console.log("error parsing part: ", error);
112
112
  response.data.on("data", (chunk) => {
113
113
  buffer = (0, exports.parseLinkedInSSEChunk)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florydev/linkedin-api-voyager",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "Uma biblioteca TypeScript para interagir com a API interna do LinkedIn (Voyager)",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",