Skip to content

Commit dd4a9ac

Browse files
authored
Feature: Introduced watchdog feature.
2 parents 98278c9 + fb10503 commit dd4a9ac

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,18 @@ See CKEditor 5 release blog posts [on the CKEditor blog](https://ckeditor.com/bl
220220
</td>
221221
</tr>
222222

223+
<tr>
224+
<td>
225+
<a href="https://github.com/ckeditor/ckeditor5-watchdog"><code>@ckeditor/ckeditor5-watchdog</code></a>
226+
</td>
227+
<td>
228+
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-watchdog"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-watchdog.svg" alt="@ckeditor/ckeditor5-watchdog npm package badge"></a>
229+
</td>
230+
<td>
231+
The watchdog feature, which keeps CKEditor 5 editors running.
232+
</td>
233+
</tr>
234+
223235
<tr>
224236
<td>
225237
<a href="https://github.com/ckeditor/ckeditor5-cloud-services"><code>@ckeditor/ckeditor5-cloud-services</code></a>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"@ckeditor/ckeditor5-undo": "^11.0.2",
6565
"@ckeditor/ckeditor5-upload": "^11.0.2",
6666
"@ckeditor/ckeditor5-utils": "^12.1.1",
67+
"@ckeditor/ckeditor5-watchdog": "^0.0.1",
6768
"@ckeditor/ckeditor5-widget": "^11.0.2",
6869
"@ckeditor/ckeditor5-word-count": "^0.0.1"
6970
},

0 commit comments

Comments
 (0)