@applitools/core 4.44.4 → 4.44.5
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 +16 -0
- package/dist/index.js +0 -1
- package/dist/offline.js +17 -0
- package/package.json +6 -2
- package/types/index.d.ts +0 -1
- package/types/offline.d.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.44.5](https://github.com/Applitools-Dev/sdk/compare/js/core@4.44.4...js/core@4.44.5) (2025-08-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* browser extension | FLD-3221 ([#3185](https://github.com/Applitools-Dev/sdk/issues/3185)) ([8212155](https://github.com/Applitools-Dev/sdk/commit/8212155e51ce919beb3bcecc7da1970da4a65be7))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/dom-snapshot bumped to 4.13.4
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* canvas blob ([#3194](https://github.com/Applitools-Dev/sdk/issues/3194)) ([d90cfca](https://github.com/Applitools-Dev/sdk/commit/d90cfcaa78df93d4bd8992d77f41eb93edd56f4c))
|
|
17
|
+
* canvas blobs ([#3192](https://github.com/Applitools-Dev/sdk/issues/3192)) ([f15ac4e](https://github.com/Applitools-Dev/sdk/commit/f15ac4ed68cc1746ee6cef51f2258388428fd1c7))
|
|
18
|
+
|
|
3
19
|
## [4.44.4](https://github.com/Applitools-Dev/sdk/compare/js/core@4.44.3...js/core@4.44.4) (2025-08-21)
|
|
4
20
|
|
|
5
21
|
|
package/dist/index.js
CHANGED
|
@@ -35,4 +35,3 @@ __exportStar(require("./autonomous/core"), exports);
|
|
|
35
35
|
__exportStar(require("@applitools/driver/dist/debug"), exports);
|
|
36
36
|
exports.formatters = __importStar(require("./utils/format-results"));
|
|
37
37
|
exports.logs = __importStar(require("./troubleshoot/logs"));
|
|
38
|
-
__exportStar(require("./offline/run-offline-snapshots"), exports);
|
package/dist/offline.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./offline/run-offline-snapshots"), exports);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core",
|
|
3
|
-
"version": "4.44.
|
|
3
|
+
"version": "4.44.5",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
"types": "./types/index.d.ts",
|
|
21
21
|
"default": "./dist/index.js"
|
|
22
22
|
},
|
|
23
|
+
"./offline": {
|
|
24
|
+
"types": "./types/offline.d.ts",
|
|
25
|
+
"default": "./dist/offline.js"
|
|
26
|
+
},
|
|
23
27
|
"./types": {
|
|
24
28
|
"types": "./types/types.d.ts",
|
|
25
29
|
"default": "./dist/types.js"
|
|
@@ -77,7 +81,7 @@
|
|
|
77
81
|
"dependencies": {
|
|
78
82
|
"@applitools/core-base": "1.27.2",
|
|
79
83
|
"@applitools/dom-capture": "11.6.2",
|
|
80
|
-
"@applitools/dom-snapshot": "4.13.
|
|
84
|
+
"@applitools/dom-snapshot": "4.13.4",
|
|
81
85
|
"@applitools/driver": "1.23.3",
|
|
82
86
|
"@applitools/ec-client": "1.12.4",
|
|
83
87
|
"@applitools/logger": "2.2.2",
|
package/types/index.d.ts
CHANGED
|
@@ -7,4 +7,3 @@ export { type SpecType, type SpecDriver, type Selector } from '@applitools/drive
|
|
|
7
7
|
export * from '@applitools/driver/dist/debug';
|
|
8
8
|
export * as formatters from './utils/format-results';
|
|
9
9
|
export * as logs from './troubleshoot/logs';
|
|
10
|
-
export * from './offline/run-offline-snapshots';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './offline/run-offline-snapshots';
|