@ckeditor/ckeditor5-bookmark 0.0.0-nightly-20241119.0 → 0.0.0-nightly-20241121.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
@@ -3,7 +3,7 @@ CKEditor 5 bookmark feature
|
|
3
3
|
|
4
4
|
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-bookmark.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-bookmark)
|
5
5
|
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
6
|
-
[![
|
6
|
+
[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
|
7
7
|
|
8
8
|
This package contains the bookmark feature for CKEditor 5. It allows the addition and management of the bookmarks attached to the editor's content for fast access and more efficient content creation.
|
9
9
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-bookmark",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20241121.0",
|
4
4
|
"description": "Bookmark feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,12 +13,12 @@
|
|
13
13
|
"type": "module",
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
|
-
"ckeditor5": "0.0.0-nightly-
|
17
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
18
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
19
|
-
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-
|
20
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
21
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
16
|
+
"ckeditor5": "0.0.0-nightly-20241121.0",
|
17
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241121.0",
|
18
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241121.0",
|
19
|
+
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-20241121.0",
|
20
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241121.0",
|
21
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241121.0"
|
22
22
|
},
|
23
23
|
"author": "CKSource (http://cksource.com/)",
|
24
24
|
"license": "GPL-2.0-or-later",
|