@applitools/core 2.2.0 → 2.3.1

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.3.1 - 2023/2/15
6
+
7
+ ### Features
8
+ - Avoid helper initialization on native devices before it required
9
+ ### Bug fixes
10
+
11
+ ## 2.3.0 - 2023/2/15
12
+
13
+ ### Features
14
+ - Integrate universal protocol to run core via transport
15
+ ### Bug fixes
16
+
5
17
  ## 2.2.0 - 2023/2/15
6
18
 
7
19
  ### Features
@@ -38,7 +38,7 @@ function makeOpenEyes({ core, client, spec, logger: defaultLogger }) {
38
38
  return async function openEyes({ target, settings, eyes, logger = defaultLogger, }) {
39
39
  var _a, _b;
40
40
  logger.log(`Command "openEyes" is called with ${target ? 'default driver and' : ''}`, ...(settings ? ['settings', settings] : []), eyes ? 'predefined eyes' : '');
41
- const driver = target && (await (0, driver_1.makeDriver)({ spec, driver: target, logger, customConfig: { disableHelper: true } }));
41
+ const driver = target && (await (0, driver_1.makeDriver)({ spec, driver: target, logger }));
42
42
  if (driver && !eyes) {
43
43
  const currentContext = driver.currentContext;
44
44
  (_a = settings.environment) !== null && _a !== void 0 ? _a : (settings.environment = {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "2.2.0",
3
+ "version": "2.3.1",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -73,10 +73,10 @@
73
73
  ]
74
74
  },
75
75
  "dependencies": {
76
- "@applitools/core-base": "1.1.36",
76
+ "@applitools/core-base": "1.1.37",
77
77
  "@applitools/dom-capture": "11.2.1",
78
78
  "@applitools/dom-snapshot": "4.7.3",
79
- "@applitools/driver": "1.11.29",
79
+ "@applitools/driver": "1.11.30",
80
80
  "@applitools/ec-client": "1.2.8",
81
81
  "@applitools/logger": "1.1.45",
82
82
  "@applitools/nml-client": "1.3.34",
@@ -84,7 +84,7 @@
84
84
  "@applitools/screenshoter": "3.7.26",
85
85
  "@applitools/snippets": "2.4.15",
86
86
  "@applitools/socket": "1.0.6",
87
- "@applitools/spec-driver-webdriver": "1.0.7",
87
+ "@applitools/spec-driver-webdriver": "1.0.8",
88
88
  "@applitools/ufg-client": "1.1.25",
89
89
  "@applitools/utils": "1.3.30",
90
90
  "abort-controller": "3.0.0",