coffeeinabit 0.0.17 → 0.0.18

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.
@@ -865,7 +865,7 @@ export class LinkedInAutomation {
865
865
  await this.enablePerformanceMode();
866
866
  this.page = await this.context.newPage();
867
867
  resetHumanMouseState();
868
- await this.installCursorHighlight();
868
+ // await this.installCursorHighlight();
869
869
 
870
870
  console.log('[LinkedInAutomation] Checking if user is already authenticated...');
871
871
 
@@ -913,7 +913,7 @@ export class LinkedInAutomation {
913
913
  await this.enablePerformanceMode();
914
914
  this.page = await this.context.newPage();
915
915
  resetHumanMouseState();
916
- await this.installCursorHighlight();
916
+ // await this.installCursorHighlight();
917
917
 
918
918
  await safeGoto(this.page, currentUrl, {
919
919
  waitUntil: 'domcontentloaded',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coffeeinabit",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "CoffeeInABit App",
5
5
  "main": "server.js",
6
6
  "type": "module",