@applitools/eyes 1.38.12 → 1.38.13
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 +17 -0
- package/dist/Eyes.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.38.13](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.38.12...js/eyes@1.38.13) (2026-04-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* add NML capabilities | Fld 2828 ([#3745](https://github.com/Applitools-Dev/sdk/issues/3745)) ([1c8173e](https://github.com/Applitools-Dev/sdk/commit/1c8173ee5bcf26527c0a9ba58a063028a329f6c4))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/dom-capture bumped to 11.7.0
|
|
14
|
+
#### Features
|
|
15
|
+
|
|
16
|
+
* add elementFromPointCheckStatus to DOM capture output | AD-13066 ([#3690](https://github.com/Applitools-Dev/sdk/issues/3690)) ([4fbb117](https://github.com/Applitools-Dev/sdk/commit/4fbb117d53a9a44248772100947ed68133f5b5db))
|
|
17
|
+
* @applitools/core bumped to 4.59.1
|
|
18
|
+
|
|
19
|
+
|
|
3
20
|
## [1.38.12](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.38.11...js/eyes@1.38.12) (2026-03-29)
|
|
4
21
|
|
|
5
22
|
|
package/dist/Eyes.js
CHANGED
|
@@ -83,7 +83,7 @@ class Eyes {
|
|
|
83
83
|
[`${prefix}processArguments`]: JSON.stringify({
|
|
84
84
|
args: [],
|
|
85
85
|
env: {
|
|
86
|
-
DYLD_INSERT_LIBRARIES: '@executable_path/Frameworks/Applitools_iOS.xcframework/ios-arm64/Applitools_iOS.framework/Applitools_iOS:@executable_path/Frameworks/Applitools_iOS.xcframework/ios-arm64_x86_64-simulator/Applitools_iOS.framework/Applitools_iOS',
|
|
86
|
+
DYLD_INSERT_LIBRARIES: '@executable_path/Frameworks/Applitools_iOS.framework/Applitools_iOS:@executable_path/Frameworks/Applitools_iOS.xcframework/ios-arm64/Applitools_iOS.framework/Applitools_iOS:@executable_path/Frameworks/Applitools_iOS.xcframework/ios-arm64_x86_64-simulator/Applitools_iOS.framework/Applitools_iOS',
|
|
87
87
|
...envs,
|
|
88
88
|
},
|
|
89
89
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes",
|
|
3
|
-
"version": "1.38.
|
|
3
|
+
"version": "1.38.13",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"applitools",
|
|
6
6
|
"eyes",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"test": "run --top-level mocha './test/**/*.spec.ts'"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@applitools/core": "4.59.
|
|
53
|
+
"@applitools/core": "4.59.1",
|
|
54
54
|
"@applitools/logger": "2.2.10",
|
|
55
55
|
"@applitools/utils": "1.14.3",
|
|
56
56
|
"chalk": "4.1.2",
|