@ckeditor/ckeditor5-typing 48.1.1 → 48.2.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.
@@ -10,7 +10,7 @@
10
10
  *
11
11
  * ```ts
12
12
  * ClassicEditor
13
- * .create( editorElement, {
13
+ * .create( {
14
14
  * typing: ... // Typing feature options.
15
15
  * } )
16
16
  * .then( ... )
@@ -39,7 +39,7 @@ export interface TypingConfig {
39
39
  *
40
40
  * ```ts
41
41
  * ClassicEditor
42
- * .create( editorElement, {
42
+ * .create( {
43
43
  * typing: {
44
44
  * transformations: ... // Text transformation feature options.
45
45
  * }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-typing",
3
- "version": "48.1.1",
3
+ "version": "48.2.0-alpha.1",
4
4
  "description": "Typing feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -26,9 +26,9 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ckeditor/ckeditor5-core": "48.1.1",
30
- "@ckeditor/ckeditor5-engine": "48.1.1",
31
- "@ckeditor/ckeditor5-utils": "48.1.1",
29
+ "@ckeditor/ckeditor5-core": "48.2.0-alpha.1",
30
+ "@ckeditor/ckeditor5-engine": "48.2.0-alpha.1",
31
+ "@ckeditor/ckeditor5-utils": "48.2.0-alpha.1",
32
32
  "es-toolkit": "1.45.1"
33
33
  },
34
34
  "files": [