@uuv/assistant 2.65.2 → 2.66.0

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,6 +1,6 @@
1
1
  {
2
2
  "packageJson": "/../../package.json",
3
- "reactScript": "/build/assets/index-C77-qUBo.js",
3
+ "reactScript": "/build/assets/index-B3SbBCdM.js",
4
4
  "cssFile": "/build/assets/index-CIfVvUo9.css",
5
5
  "unifiedFile": "/../uuv-assistant-resources.bundle.js"
6
6
  }
@@ -24,7 +24,7 @@ class UuvAssistant {
24
24
  async start(translatorFn) {
25
25
  const argv = (0, minimist_1.default)(process.argv.slice(2));
26
26
  const browser = await playwright_chromium_1.chromium.launch({ headless: false });
27
- const browserContext = await browser.newContext({ viewport: null });
27
+ const browserContext = await browser.newContext({ viewport: null, ignoreHTTPSErrors: true });
28
28
  const page = await browserContext.newPage();
29
29
  if (!argv["targetUrl"]) {
30
30
  console.error(chalk_1.default.redBright("Parameter --targetUrl is required"));