playwright-ts-automationframework 1.1.60 → 1.1.61

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.
@@ -59,9 +59,9 @@ var BasePage = /** @class */ (function () {
59
59
  switch (_a.label) {
60
60
  case 0: return [4 /*yield*/, this.page.goto(url, {
61
61
  waitUntil: "load",
62
- timeout: 30000
62
+ timeout: 60000
63
63
  }).then(function () {
64
- (0, logs_core_1.logAction)("Navigated to URL: " + url);
64
+ (0, logs_core_1.logAction)("Navigated to URL: '" + url + "'");
65
65
  })];
66
66
  case 1:
67
67
  _a.sent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playwright-ts-automationframework",
3
- "version": "1.1.60",
3
+ "version": "1.1.61",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@playwright/test": "^1.53.2",
23
- "@types/node": "^24.0.8",
23
+ "@types/node": "^24.0.10",
24
24
  "log4js": "^6.9.1",
25
- "nodemailer": "^7.0.4",
25
+ "nodemailer": "^7.0.5",
26
26
  "npm": "^11.4.2",
27
27
  "path": "^0.12.7",
28
28
  "typescript": "^5.8.3"