@intuned/runtime-dev 1.1.5-fingerprint.1 → 1.1.5-fingerprint.2

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.
@@ -55,10 +55,11 @@ async function getProductionPlaywrightConstructs({
55
55
  headless,
56
56
  viewport: null,
57
57
  proxy,
58
- downloadsPath,
59
- args: [`--load-extension=${_path.default.join(__dirname, "../assets/nopecha-extension")}`]
58
+ downloadsPath
60
59
  });
61
60
  const injector = new _fingerprintInjector.FingerprintInjector();
61
+ console.log("Injecting fingerprint into Playwright context");
62
+ console.log("Fingerprint:", fingerprint);
62
63
  await injector.attachFingerprintToPlaywright(context, fingerprint);
63
64
  context.once("close", async () => {
64
65
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.1.5-fingerprint.1",
3
+ "version": "1.1.5-fingerprint.2",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",