playwright-core 1.56.0-alpha-2025-08-25 → 1.56.0-alpha-2025-08-26

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.
package/browsers.json CHANGED
@@ -39,7 +39,7 @@
39
39
  },
40
40
  {
41
41
  "name": "webkit",
42
- "revision": "2204",
42
+ "revision": "2206",
43
43
  "installByDefault": true,
44
44
  "revisionOverrides": {
45
45
  "debian11-x64": "2105",
@@ -385,6 +385,8 @@ function fromBidiSameSite(sameSite) {
385
385
  return "Lax";
386
386
  case "none":
387
387
  return "None";
388
+ case "default":
389
+ return "Lax";
388
390
  }
389
391
  return "None";
390
392
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playwright-core",
3
- "version": "1.56.0-alpha-2025-08-25",
3
+ "version": "1.56.0-alpha-2025-08-26",
4
4
  "description": "A high-level API to automate web browsers",
5
5
  "repository": {
6
6
  "type": "git",