@letsscrapedata/controller 0.0.55 → 0.0.56
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5660,7 +5660,7 @@ var PatchrightBrowser = class _PatchrightBrowser extends import_node_events10.de
|
|
|
5660
5660
|
this.#pid = pid;
|
|
5661
5661
|
this.#createTime = (0, import_utils13.getCurrentUnixTime)();
|
|
5662
5662
|
this.#lsdBrowserContexts = [];
|
|
5663
|
-
this.#browserControllerType = "
|
|
5663
|
+
this.#browserControllerType = "patchright";
|
|
5664
5664
|
this.#browserType = browserType;
|
|
5665
5665
|
if (!_PatchrightBrowser.#supportedBrowserTypes.includes(browserType)) {
|
|
5666
5666
|
throw new Error(`Browser controller ${this.#browserControllerType} doesnot support browserType ${browserType}`);
|
package/dist/index.js
CHANGED
|
@@ -5613,7 +5613,7 @@ var PatchrightBrowser = class _PatchrightBrowser extends EventEmitter10 {
|
|
|
5613
5613
|
this.#pid = pid;
|
|
5614
5614
|
this.#createTime = getCurrentUnixTime9();
|
|
5615
5615
|
this.#lsdBrowserContexts = [];
|
|
5616
|
-
this.#browserControllerType = "
|
|
5616
|
+
this.#browserControllerType = "patchright";
|
|
5617
5617
|
this.#browserType = browserType;
|
|
5618
5618
|
if (!_PatchrightBrowser.#supportedBrowserTypes.includes(browserType)) {
|
|
5619
5619
|
throw new Error(`Browser controller ${this.#browserControllerType} doesnot support browserType ${browserType}`);
|
package/package.json
CHANGED