@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 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 = "playwright";
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 = "playwright";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letsscrapedata/controller",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "description": "Unified browser / HTML controller interfaces that support playwright, puppeteer and cheerio",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",