playwright
Advanced tools
Comparing version 1.50.0-alpha-2024-12-14 to 1.50.0-alpha-2024-12-15
@@ -356,2 +356,5 @@ "use strict"; | ||
} : {}), | ||
...(params.updateSourceMethod ? { | ||
updateSourceMethod: params.updateSourceMethod | ||
} : {}), | ||
...(params.workers ? { | ||
@@ -358,0 +361,0 @@ workers: params.workers |
{ | ||
"name": "playwright", | ||
"version": "1.50.0-alpha-2024-12-14", | ||
"version": "1.50.0-alpha-2024-12-15", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -59,3 +59,3 @@ "repository": { | ||
"dependencies": { | ||
"playwright-core": "1.50.0-alpha-2024-12-14" | ||
"playwright-core": "1.50.0-alpha-2024-12-15" | ||
}, | ||
@@ -62,0 +62,0 @@ "optionalDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3157912
35846
+ Addedplaywright-core@1.50.0-alpha-2024-12-15(transitive)
- Removedplaywright-core@1.50.0-alpha-2024-12-14(transitive)