@ckeditor/ckeditor5-watchdog 37.0.1 → 37.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-watchdog",
3
- "version": "37.0.1",
3
+ "version": "37.1.0",
4
4
  "description": "A watchdog feature for CKEditor 5 editors. It keeps a CKEditor 5 editor instance running.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -14,11 +14,11 @@
14
14
  "lodash-es": "^4.17.15"
15
15
  },
16
16
  "devDependencies": {
17
- "@ckeditor/ckeditor5-core": "^37.0.1",
18
- "@ckeditor/ckeditor5-editor-classic": "^37.0.1",
19
- "@ckeditor/ckeditor5-paragraph": "^37.0.1",
20
- "@ckeditor/ckeditor5-utils": "^37.0.1",
21
- "ckeditor5": "^37.0.1",
17
+ "@ckeditor/ckeditor5-core": "^37.1.0",
18
+ "@ckeditor/ckeditor5-editor-classic": "^37.1.0",
19
+ "@ckeditor/ckeditor5-paragraph": "^37.1.0",
20
+ "@ckeditor/ckeditor5-utils": "^37.1.0",
21
+ "ckeditor5": "^37.1.0",
22
22
  "typescript": "^4.8.4"
23
23
  },
24
24
  "engines": {
@@ -24,7 +24,7 @@ export default function areConnectedThroughProperties(target1, target2, excluded
24
24
  }
25
25
  return false;
26
26
  }
27
- /* istanbul ignore next */
27
+ /* istanbul ignore next -- @preserve */
28
28
  // eslint-disable-next-line
29
29
  function checkConnectionBetweenProps(target1, target2, excludedNodes) {
30
30
  const { subNodes: subNodes1, prevNodeMap: prevNodeMap1 } = getSubNodes(target1, excludedNodes.subNodes);