@intuned/runtime-dev 1.6.0-dev-52-3 → 1.6.0-dev-52-5

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.
@@ -82,7 +82,6 @@ async function getProductionPlaywrightConstructs({
82
82
  let page = context.pages().at(0);
83
83
  if (page) {
84
84
  const scriptString = await (0, _fsExtra.readFile)(assetsFile, "utf8");
85
- await page.evaluate(scriptString);
86
85
  } else {
87
86
  page = await context.newPage();
88
87
  }
@@ -112,7 +111,6 @@ async function getPlaywrightConstructsForMode(mode, cdpAddress, authSession) {
112
111
  if (pages.length > 0) {
113
112
  page = pages[0];
114
113
  const scriptString = await fs.readFile(assetsFile, "utf8");
115
- await page.evaluate(scriptString);
116
114
  } else {
117
115
  page = await context.newPage();
118
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.6.0-dev-52-3",
3
+ "version": "1.6.0-dev-52-5",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",