ckeditor5 0.0.0-nightly-20230908.0 → 0.0.0-nightly-20230909.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.
|
@@ -307,12 +307,10 @@
|
|
|
307
307
|
"getAncestors",
|
|
308
308
|
"getCode",
|
|
309
309
|
"getDataFromElement",
|
|
310
|
-
"getElementsIntersectionRect",
|
|
311
310
|
"getEnvKeystrokeText",
|
|
312
311
|
"getLanguageDirection",
|
|
313
312
|
"getLocalizedArrowKeyCodeDirection",
|
|
314
313
|
"getOptimalPosition",
|
|
315
|
-
"getScrollableAncestors",
|
|
316
314
|
"global",
|
|
317
315
|
"indexOf",
|
|
318
316
|
"insertAt",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ckeditor5",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20230909.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"ckeditor",
|
|
6
6
|
"ckeditor5",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
],
|
|
21
21
|
"description": "A set of ready-to-use rich text editors created with a powerful framework. Made with real-time collaborative editing in mind.",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@ckeditor/ckeditor5-clipboard": "0.0.0-nightly-
|
|
24
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
|
25
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
|
26
|
-
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-
|
|
27
|
-
"@ckeditor/ckeditor5-paragraph": "0.0.0-nightly-
|
|
28
|
-
"@ckeditor/ckeditor5-select-all": "0.0.0-nightly-
|
|
29
|
-
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-
|
|
30
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
|
31
|
-
"@ckeditor/ckeditor5-undo": "0.0.0-nightly-
|
|
32
|
-
"@ckeditor/ckeditor5-upload": "0.0.0-nightly-
|
|
33
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
|
34
|
-
"@ckeditor/ckeditor5-watchdog": "0.0.0-nightly-
|
|
35
|
-
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-
|
|
23
|
+
"@ckeditor/ckeditor5-clipboard": "0.0.0-nightly-20230909.0",
|
|
24
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20230909.0",
|
|
25
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20230909.0",
|
|
26
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20230909.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paragraph": "0.0.0-nightly-20230909.0",
|
|
28
|
+
"@ckeditor/ckeditor5-select-all": "0.0.0-nightly-20230909.0",
|
|
29
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20230909.0",
|
|
30
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20230909.0",
|
|
31
|
+
"@ckeditor/ckeditor5-undo": "0.0.0-nightly-20230909.0",
|
|
32
|
+
"@ckeditor/ckeditor5-upload": "0.0.0-nightly-20230909.0",
|
|
33
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20230909.0",
|
|
34
|
+
"@ckeditor/ckeditor5-watchdog": "0.0.0-nightly-20230909.0",
|
|
35
|
+
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-20230909.0"
|
|
36
36
|
},
|
|
37
37
|
"author": "CKSource (http://cksource.com/)",
|
|
38
38
|
"license": "GPL-2.0-or-later",
|