@bigbinary/neeto-playwright-commons 1.11.9 → 1.11.10
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/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.d.ts +11 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -15078,7 +15078,7 @@ class IntegrationBase {
|
|
|
15078
15078
|
}
|
|
15079
15079
|
|
|
15080
15080
|
class GooglePage extends IntegrationBase {
|
|
15081
|
-
constructor(page, neetoPlaywrightUtilities, integration, integrationRouteIndex) {
|
|
15081
|
+
constructor({ page, neetoPlaywrightUtilities, integration, integrationRouteIndex, }) {
|
|
15082
15082
|
var _a;
|
|
15083
15083
|
super({
|
|
15084
15084
|
page,
|