@intuned/runtime-dev 1.6.0-dev-52-6 → 1.6.0-dev-52-8

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.
@@ -1,3 +1 @@
1
- (() => {
2
- console.log("Hello");
3
- })();
1
+
@@ -48,14 +48,9 @@ async function getProductionPlaywrightConstructs({
48
48
  const isChrome127There = await (0, _fsExtra.exists)(chromium127Path);
49
49
  const userAgent = `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/${isChrome127There ? 127 : 125}.0.0.0 Safari/537.36`;
50
50
  const userDataDir = await createUserDirWithPreferences();
51
- const context = await playwright.chromium.launchPersistentContext(userDataDir, {
51
+ const context = await playwright.chromium.launchPersistentContext("", {
52
52
  headless,
53
- ignoreDefaultArgs: [...getChromiumLaunchArgsToIgnore(), "--headless"],
54
- proxy,
55
- executablePath: isChrome127There ? chromium127Path : executablePath,
56
- args: extraArgs,
57
- downloadsPath,
58
- userAgent
53
+ viewport: null
59
54
  });
60
55
  context.once("close", async () => {
61
56
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.6.0-dev-52-6",
3
+ "version": "1.6.0-dev-52-8",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",