test-wuying-agentbay-sdk 0.13.0-beta.20251222164326 → 0.13.0-beta.20251222170911

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
@@ -18964,7 +18964,7 @@ var _CreateSessionParams = class _CreateSessionParams {
18964
18964
  this.labels = {};
18965
18965
  this.contextSync = [];
18966
18966
  this.isVpc = false;
18967
- this.enableBrowserReplay = void 0;
18967
+ this.enableBrowserReplay = true;
18968
18968
  }
18969
18969
  /**
18970
18970
  * WithLabels sets the labels for the session parameters and returns the updated parameters.