@applitools/eyes-playwright 1.44.2 → 1.44.3

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
@@ -1,5 +1,88 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.44.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.44.2...js/eyes-playwright@1.44.3) (2026-02-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add physical re-export files for legacy TypeScript moduleResolution | AD-12328 ([#3555](https://github.com/Applitools-Dev/sdk/issues/3555)) ([71a639a](https://github.com/Applitools-Dev/sdk/commit/71a639ac4b4fcd81d8b0ca6517b9b1778d1070e9))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/logger bumped to 2.2.8
14
+ #### Bug Fixes
15
+
16
+ * use utils for environment variable retrieval in logger handlers ([#3551](https://github.com/Applitools-Dev/sdk/issues/3551)) ([caf97f3](https://github.com/Applitools-Dev/sdk/commit/caf97f34207bc3b8ee6ccda2855c27a99a262f8c))
17
+
18
+
19
+ #### Performance Improvements
20
+
21
+ * add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
22
+ * @applitools/tunnel-client bumped to 1.11.6
23
+ #### Bug Fixes
24
+
25
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
26
+
27
+
28
+
29
+ * @applitools/core bumped to 4.56.2
30
+ #### Bug Fixes
31
+
32
+ * closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
33
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
34
+
35
+
36
+ #### Performance Improvements
37
+
38
+ * add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
39
+
40
+
41
+
42
+ * @applitools/dom-snapshot bumped to 4.15.8
43
+
44
+ * @applitools/socket bumped to 1.3.9
45
+
46
+ * @applitools/req bumped to 1.8.8
47
+
48
+ * @applitools/dom-capture bumped to 11.6.9
49
+
50
+ * @applitools/driver bumped to 1.25.1
51
+
52
+ * @applitools/spec-driver-webdriver bumped to 1.5.6
53
+
54
+ * @applitools/spec-driver-selenium bumped to 1.7.12
55
+
56
+ * @applitools/spec-driver-playwright bumped to 1.8.1
57
+
58
+ * @applitools/spec-driver-puppeteer bumped to 1.7.1
59
+
60
+ * @applitools/screenshoter bumped to 3.12.13
61
+
62
+ * @applitools/nml-client bumped to 1.11.16
63
+
64
+ * @applitools/ufg-client bumped to 1.19.1
65
+
66
+ * @applitools/core-base bumped to 1.31.2
67
+
68
+ * @applitools/ec-client bumped to 1.12.18
69
+
70
+ * @applitools/eyes bumped to 1.38.3
71
+ #### Bug Fixes
72
+
73
+ * closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
74
+
75
+
76
+
77
+ * @applitools/test-server bumped to 1.4.0
78
+ #### Features
79
+
80
+ * make eyes-browser truly browser-importable ([#3512](https://github.com/Applitools-Dev/sdk/issues/3512)) ([9574a2f](https://github.com/Applitools-Dev/sdk/commit/9574a2fa45ec80466dfe93744c8a736f40fb51c3))
81
+ * mcp server test results support and improvements to initial setup ([#3518](https://github.com/Applitools-Dev/sdk/issues/3518)) ([ef6c27b](https://github.com/Applitools-Dev/sdk/commit/ef6c27b9e35dc54fd588e19a4811631433e15dbb))
82
+
83
+
84
+
85
+
3
86
  ## [1.44.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-playwright@1.44.1...js/eyes-playwright@1.44.2) (2026-01-27)
4
87
 
5
88
 
package/fixture.d.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Type declarations re-export for legacy TypeScript moduleResolution: "node" compatibility.
3
+ * Modern module resolution uses the "exports" field in package.json.
4
+ * This file ensures types are available to users with older TypeScript configs.
5
+ */
6
+ export * from './types/fixture'
package/fixture.js ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Re-export for legacy TypeScript moduleResolution: "node" compatibility.
3
+ * Modern module resolution uses the "exports" field in package.json.
4
+ * This file ensures the fixture can be imported by users with older TypeScript configs.
5
+ */
6
+ module.exports = require('./dist/fixture/index.js');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.44.2",
3
+ "version": "1.44.3",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -23,7 +23,9 @@
23
23
  "types": "./types/index.d.ts",
24
24
  "files": [
25
25
  "dist",
26
- "types"
26
+ "types",
27
+ "fixture.js",
28
+ "fixture.d.ts"
27
29
  ],
28
30
  "exports": {
29
31
  ".": {
@@ -59,9 +61,9 @@
59
61
  "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
60
62
  },
61
63
  "dependencies": {
62
- "@applitools/eyes": "1.38.2",
63
- "@applitools/req": "1.8.7",
64
- "@applitools/spec-driver-playwright": "1.8.0",
64
+ "@applitools/eyes": "1.38.3",
65
+ "@applitools/req": "1.8.8",
66
+ "@applitools/spec-driver-playwright": "1.8.1",
65
67
  "@applitools/utils": "1.14.1",
66
68
  "@inquirer/prompts": "7.0.1",
67
69
  "chalk": "4.1.2",
@@ -72,7 +74,7 @@
72
74
  "@applitools/bongo": "^5.10.0",
73
75
  "@applitools/generic": "^3.9.2",
74
76
  "@applitools/test-utils": "^1.5.17",
75
- "@playwright/test": "1.54.2",
77
+ "@playwright/test": "1.55.1",
76
78
  "@rollup/plugin-commonjs": "^28.0.0",
77
79
  "@rollup/plugin-node-resolve": "^15.3.0",
78
80
  "@rollup/plugin-terser": "^0.4.4",
@@ -80,7 +82,7 @@
80
82
  "@types/node": "^12.20.55",
81
83
  "jszip": "^3.10.1",
82
84
  "nock": "^13.3.2",
83
- "playwright": "1.54.2",
85
+ "playwright": "1.55.1",
84
86
  "rollup": "^4.1.4"
85
87
  },
86
88
  "peerDependencies": {
package/types/index.d.ts CHANGED
@@ -1280,6 +1280,9 @@ export class NewTestError extends TestFailedError {
1280
1280
  constructor(message: string, results?: undefined | TestResultsPlain);
1281
1281
  constructor(results: TestResultsPlain);
1282
1282
  }
1283
+ export class EyesNotOpenError extends EyesError {
1284
+ constructor(methodName: string);
1285
+ }
1283
1286
  export type AccessibilityMatchSettingsPlain = { region: RegionPlain; type?: undefined | AccessibilityRegionTypePlain; };
1284
1287
  export class AccessibilityMatchSettings implements Required<AccessibilityMatchSettingsPlain> {
1285
1288
  constructor(settings: AccessibilityMatchSettingsPlain);