@ckeditor/ckeditor5-watchdog 44.0.0 → 44.1.0-alpha.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/dist/augmentation.d.ts +1 -1
- package/dist/contextwatchdog.d.ts +1 -1
- package/dist/editorwatchdog.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/utils/areconnectedthroughproperties.d.ts +1 -1
- package/dist/utils/getsubnodes.d.ts +1 -1
- package/dist/watchdog.d.ts +1 -1
- package/package.json +1 -1
- package/src/augmentation.d.ts +1 -1
- package/src/augmentation.js +1 -1
- package/src/contextwatchdog.d.ts +1 -1
- package/src/contextwatchdog.js +1 -1
- package/src/editorwatchdog.d.ts +1 -1
- package/src/editorwatchdog.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/utils/areconnectedthroughproperties.d.ts +1 -1
- package/src/utils/areconnectedthroughproperties.js +1 -1
- package/src/utils/getsubnodes.d.ts +1 -1
- package/src/utils/getsubnodes.js +1 -1
- package/src/watchdog.d.ts +1 -1
- package/src/watchdog.js +1 -1
package/dist/augmentation.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
import type { EditorData } from './editorwatchdog.js';
|
|
10
10
|
declare module '@ckeditor/ckeditor5-core' {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module watchdog/contextwatchdog
|
package/dist/editorwatchdog.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module watchdog/editorwatchdog
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module watchdog
|
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { throttle, isElement, cloneDeepWith } from 'lodash-es';
|
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
9
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
9
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
10
10
|
*/ /**
|
|
11
11
|
* @module watchdog/watchdog
|
|
12
12
|
*/ /* globals window */ // eslint-disable-next-line ckeditor5-rules/no-cross-package-imports
|
|
@@ -190,7 +190,7 @@ import { throttle, isElement, cloneDeepWith } from 'lodash-es';
|
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
193
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
193
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
194
194
|
*/ /**
|
|
195
195
|
* @module watchdog/utils/getsubnodes
|
|
196
196
|
*/ /* globals EventTarget, Event */ function getSubNodes(head, excludedProperties = new Set()) {
|
|
@@ -274,7 +274,7 @@ function isObject(structure) {
|
|
|
274
274
|
|
|
275
275
|
/**
|
|
276
276
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
277
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
277
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
278
278
|
*/ /**
|
|
279
279
|
* @module watchdog/editorwatchdog
|
|
280
280
|
*/ /* globals console */ // eslint-disable-next-line ckeditor5-rules/no-cross-package-imports
|
|
@@ -702,7 +702,7 @@ function isObject(structure) {
|
|
|
702
702
|
|
|
703
703
|
/**
|
|
704
704
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
705
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
705
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
706
706
|
*/ /**
|
|
707
707
|
* @module watchdog/contextwatchdog
|
|
708
708
|
*/ /* globals console */ // eslint-disable-next-line ckeditor5-rules/no-cross-package-imports
|