@applitools/core 2.4.3 → 2.4.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.4.4 - 2023/3/30
6
+
7
+ ### Features
8
+ ### Bug fixes
9
+ - Improve performance in DOM snapshot
10
+
5
11
  ## 2.4.3 - 2023/3/22
6
12
 
7
13
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -56,7 +56,7 @@
56
56
  "test:it": "MOCHA_GROUP=it node ../../node_modules/.bin/mocha './test/it/**/*.spec.ts'",
57
57
  "test:unit": "MOCHA_GROUP=unit node ../../node_modules/.bin/mocha './test/unit/**/*.spec.ts'",
58
58
  "test:sanity": "yarn test:unit",
59
- "report": "bongo report --name 'core'",
59
+ "report": "bongo report --name 'core' --group 'core'",
60
60
  "setup": "yarn docker:setup",
61
61
  "docker:setup": "node ../../scripts/generate-docker-compose-config.js && docker-compose up -d",
62
62
  "docker:teardown": "docker-compose down",
@@ -77,7 +77,7 @@
77
77
  "dependencies": {
78
78
  "@applitools/core-base": "1.1.43",
79
79
  "@applitools/dom-capture": "11.2.1",
80
- "@applitools/dom-snapshot": "4.7.6",
80
+ "@applitools/dom-snapshot": "4.7.7",
81
81
  "@applitools/driver": "1.11.37",
82
82
  "@applitools/ec-client": "1.2.17",
83
83
  "@applitools/logger": "1.1.48",
@@ -98,7 +98,7 @@
98
98
  "yargs": "17.6.2"
99
99
  },
100
100
  "devDependencies": {
101
- "@applitools/bongo": "^3.0.2",
101
+ "@applitools/bongo": "^3.0.3",
102
102
  "@applitools/sdk-coverage-tests": "^3.0.0",
103
103
  "@applitools/spec-driver-puppeteer": "^1.1.49",
104
104
  "@applitools/spec-driver-selenium": "^1.5.34",