@applitools/dom-capture 11.2.8 → 11.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 +28 -0
- package/dist/captureDom.js +3 -3
- package/dist/captureDomForIE.js +3 -3
- package/dist/captureDomPoll.js +3 -3
- package/dist/captureDomPollCjs.js +3 -3
- package/dist/captureDomPollForIE.js +3 -3
- package/dist/pollResult.js +2 -2
- package/dist/pollResultCjs.js +2 -2
- package/dist/pollResultForIE.js +2 -2
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/dom-capture",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.3.1",
|
|
4
4
|
"homepage": "https://applitools.com",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": {
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"scripts": {
|
|
16
16
|
"lint": "run --top-level eslint '**/*.js'",
|
|
17
17
|
"build": "APPLITOOLS_BUILD_MODE=all rollup -c src/build/rollup.config.js",
|
|
18
|
-
"build:short": "APPLITOOLS_BUILD_MODE=short rollup -c src/build/rollup.
|
|
18
|
+
"build:short": "APPLITOOLS_BUILD_MODE=short rollup -c src/build/rollup.config.js",
|
|
19
19
|
"build:watch": "yarn build:short --watch",
|
|
20
|
-
"test": "run --top-level mocha './test/**/*.test.js'",
|
|
20
|
+
"test": "yarn puppeteer:setup && run --top-level mocha './test/**/*.test.js'",
|
|
21
21
|
"test:docker": "docker run -it --rm -e SAUCE_ACCESS_KEY=$SAUCE_ACCESS_KEY -e SAUCE_USERNAME=$SAUCE_USERNAME -e APPLITOOLS_UPDATE_FIXTURES=$APPLITOOLS_UPDATE_FIXTURES -v $(pwd):/sandbox -v /sandbox/node_modules dom_capture_tests",
|
|
22
22
|
"setup": "yarn puppeteer:setup",
|
|
23
|
-
"puppeteer:setup": "
|
|
23
|
+
"puppeteer:setup": "puppeteer browsers install firefox",
|
|
24
24
|
"docker:build": "docker build --rm -t dom_capture_tests .",
|
|
25
25
|
"docker:build_mac_m1": "docker build --rm -t dom_capture_tests . --platform=linux/amd64",
|
|
26
26
|
"surge": "surge test/fixtures applitools-dom-capture-origin-1.surge.sh && surge test/fixtures applitools-dom-capture-origin-2.surge.sh"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@applitools/dom-shared": "1.0.
|
|
29
|
+
"@applitools/dom-shared": "1.0.15",
|
|
30
30
|
"@applitools/functional-commons": "1.6.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"express": "^4.17.1",
|
|
49
49
|
"jsdom": "^22.1.0",
|
|
50
50
|
"node-fetch": "^2.6.0",
|
|
51
|
-
"puppeteer": "
|
|
51
|
+
"puppeteer": "22",
|
|
52
52
|
"rollup": "^4.1.4",
|
|
53
53
|
"rollup-plugin-filesize": "^10.0.0",
|
|
54
54
|
"rollup-plugin-ignore": "^1.0.10",
|