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

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.
@@ -75,7 +75,7 @@ async function getProductionPlaywrightConstructs({
75
75
  session: storageState
76
76
  });
77
77
  }
78
- const assetsFile = _path.default.join(__dirname, "");
78
+ const assetsFile = _path.default.join(__dirname, "./assets/browser_scripts.js");
79
79
  await context.addInitScript({
80
80
  path: assetsFile
81
81
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.6.0-dev-52-4",
3
+ "version": "1.6.0-dev-52-6",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",