@applitools/dom-snapshot 4.6.3 → 4.7.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/index.js CHANGED
@@ -3,13 +3,9 @@
3
3
  const makeGetScript = require('./src/getScript');
4
4
  const getProcessPage = makeGetScript('processPage');
5
5
  const getProcessPagePoll = makeGetScript('processPagePoll');
6
- const getProcessPageAndSerialize = makeGetScript('processPageAndSerialize');
7
- const getProcessPageAndSerializePoll = makeGetScript('processPageAndSerializePoll');
8
6
  const getPollResult = makeGetScript('pollResult');
9
7
  const getProcessPageForIE = makeGetScript('processPageForIE');
10
8
  const getProcessPagePollForIE = makeGetScript('processPagePollForIE');
11
- const getProcessPageAndSerializeForIE = makeGetScript('processPageAndSerializeForIE');
12
- const getProcessPageAndSerializePollForIE = makeGetScript('processPageAndSerializePollForIE');
13
9
  const getPollResultForIE = makeGetScript('pollResultForIE');
14
10
 
15
11
  module.exports = {
@@ -22,9 +18,9 @@ module.exports = {
22
18
  getProcessPagePollForIE,
23
19
  getPollResultForIE,
24
20
 
25
- // deprecated:
26
- getProcessPageAndSerialize,
27
- getProcessPageAndSerializePoll,
28
- getProcessPageAndSerializeForIE,
29
- getProcessPageAndSerializePollForIE,
21
+ // cjs
22
+ //eslint-disable-next-line
23
+ processPagePoll: require('./dist/processPagePollCjs'),
24
+ //eslint-disable-next-line
25
+ pollResult: require('./dist/pollResultCjs'),
30
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/dom-snapshot",
3
- "version": "4.6.3",
3
+ "version": "4.7.1",
4
4
  "main": "index.js",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "scripts": {
@@ -58,7 +58,7 @@
58
58
  "mocha": "^8.1.0",
59
59
  "node-fetch": "^2.6.0",
60
60
  "prettier": "^1.19.1",
61
- "puppeteer": "^5.5.0",
61
+ "puppeteer": "^19.2.2",
62
62
  "rollup": "^2.34.2",
63
63
  "rollup-plugin-filesize": "^9.1.0",
64
64
  "rollup-plugin-ignore": "^1.0.5",