test-wuying-agentbay-sdk 0.13.0-beta.20251222170552 → 0.13.0-beta.20251222172213
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.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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 =
|
|
18967
|
+
this.enableBrowserReplay = true;
|
|
18968
18968
|
}
|
|
18969
18969
|
/**
|
|
18970
18970
|
* WithLabels sets the labels for the session parameters and returns the updated parameters.
|