@highlight-run/rrweb 2.0.16 → 2.0.17

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.
@@ -633,10 +633,6 @@ function diffChildren(oldChildren, newChildren, parentNode, replayer, rrnodeMirr
633
633
  const oldEndId = replayer.mirror.getId(oldEndNode);
634
634
  const newStartId = rrnodeMirror.getId(newStartNode);
635
635
  const newEndId = rrnodeMirror.getId(newEndNode);
636
- console.log('oldStartId', oldStartId);
637
- console.log('oldEndId', oldEndId);
638
- console.log('newStartId', newStartId);
639
- console.log('newEndId', newEndId);
640
636
  if (oldStartNode === undefined) {
641
637
  oldStartNode = oldChildren[++oldStartIndex];
642
638
  }
@@ -1552,10 +1552,6 @@ function diffChildren(oldChildren, newChildren, parentNode, replayer, rrnodeMirr
1552
1552
  const oldEndId = replayer.mirror.getId(oldEndNode);
1553
1553
  const newStartId = rrnodeMirror.getId(newStartNode);
1554
1554
  const newEndId = rrnodeMirror.getId(newEndNode);
1555
- console.log('oldStartId', oldStartId);
1556
- console.log('oldEndId', oldEndId);
1557
- console.log('newStartId', newStartId);
1558
- console.log('newEndId', newEndId);
1559
1555
  if (oldStartNode === undefined) {
1560
1556
  oldStartNode = oldChildren[++oldStartIndex];
1561
1557
  }
@@ -1552,10 +1552,6 @@ function diffChildren(oldChildren, newChildren, parentNode, replayer, rrnodeMirr
1552
1552
  const oldEndId = replayer.mirror.getId(oldEndNode);
1553
1553
  const newStartId = rrnodeMirror.getId(newStartNode);
1554
1554
  const newEndId = rrnodeMirror.getId(newEndNode);
1555
- console.log('oldStartId', oldStartId);
1556
- console.log('oldEndId', oldEndId);
1557
- console.log('newStartId', newStartId);
1558
- console.log('newEndId', newEndId);
1559
1555
  if (oldStartNode === undefined) {
1560
1556
  oldStartNode = oldChildren[++oldStartIndex];
1561
1557
  }
package/lib/rrweb-all.js CHANGED
@@ -5015,10 +5015,6 @@ function diffChildren(oldChildren, newChildren, parentNode, replayer, rrnodeMirr
5015
5015
  const oldEndId = replayer.mirror.getId(oldEndNode);
5016
5016
  const newStartId = rrnodeMirror.getId(newStartNode);
5017
5017
  const newEndId = rrnodeMirror.getId(newEndNode);
5018
- console.log('oldStartId', oldStartId);
5019
- console.log('oldEndId', oldEndId);
5020
- console.log('newStartId', newStartId);
5021
- console.log('newEndId', newEndId);
5022
5018
  if (oldStartNode === undefined) {
5023
5019
  oldStartNode = oldChildren[++oldStartIndex];
5024
5020
  }
package/lib/rrweb.js CHANGED
@@ -5015,10 +5015,6 @@ function diffChildren(oldChildren, newChildren, parentNode, replayer, rrnodeMirr
5015
5015
  const oldEndId = replayer.mirror.getId(oldEndNode);
5016
5016
  const newStartId = rrnodeMirror.getId(newStartNode);
5017
5017
  const newEndId = rrnodeMirror.getId(newEndNode);
5018
- console.log('oldStartId', oldStartId);
5019
- console.log('oldEndId', oldEndId);
5020
- console.log('newStartId', newStartId);
5021
- console.log('newEndId', newEndId);
5022
5018
  if (oldStartNode === undefined) {
5023
5019
  oldStartNode = oldChildren[++oldStartIndex];
5024
5020
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highlight-run/rrweb",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "description": "record and replay the web",
5
5
  "scripts": {
6
6
  "prepare": "npm run prepack",
@@ -74,7 +74,7 @@
74
74
  "typescript": "^4.7.3"
75
75
  },
76
76
  "dependencies": {
77
- "@highlight-run/rrdom": ">=0.1.13",
77
+ "@highlight-run/rrdom": ">=0.1.14",
78
78
  "@highlight-run/rrweb-snapshot": ">=1.1.22",
79
79
  "@types/css-font-loading-module": "0.0.7",
80
80
  "@xstate/fsm": "^1.4.0",
@@ -82,5 +82,5 @@
82
82
  "fflate": "^0.4.4",
83
83
  "mitt": "^1.1.3"
84
84
  },
85
- "gitHead": "563c1119c1eb935ab8dd07b1893143e5b2e4e59d"
85
+ "gitHead": "7c3952392f9fe936c1a515e466564467e946bd8f"
86
86
  }