coffeeinabit 0.0.48 → 0.0.49

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.
@@ -359,6 +359,7 @@ export class LinkedInAutomation {
359
359
  });
360
360
 
361
361
  this.page.on('framenavigated', (frame) => {
362
+ if (!this.page) return;
362
363
  if (frame === this.page.mainFrame()) {
363
364
  this.updatePageInfo();
364
365
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coffeeinabit",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "coffeeinabit app",
5
5
  "main": "server.js",
6
6
  "type": "module",