@ckeditor/ckeditor5-ckbox 0.0.0-nightly-20240227.0 → 0.0.0-nightly-20240228.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-ckbox",
3
- "version": "0.0.0-nightly-20240227.0",
3
+ "version": "0.0.0-nightly-20240228.0",
4
4
  "description": "CKBox integration for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,7 +13,7 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "ckeditor5": "0.0.0-nightly-20240227.0",
16
+ "ckeditor5": "0.0.0-nightly-20240228.0",
17
17
  "blurhash": "2.0.5",
18
18
  "lodash-es": "4.17.21"
19
19
  },
@@ -27,7 +27,7 @@ export default class CKBoxEditing extends Plugin {
27
27
  */
28
28
  init(): void;
29
29
  /**
30
- * @inheritdoc
30
+ * @inheritDoc
31
31
  */
32
32
  afterInit(): void;
33
33
  /**
@@ -40,7 +40,7 @@ export default class CKBoxEditing extends Plugin {
40
40
  }
41
41
  }
42
42
  /**
43
- * @inheritdoc
43
+ * @inheritDoc
44
44
  */
45
45
  afterInit() {
46
46
  const editor = this.editor;