@ckeditor/ckeditor5-ckbox 0.0.0-nightly-20251014.0 → 0.0.0-nightly-20251015.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -2,7 +2,7 @@ CKEditor 5 CKBox integration
2
2
  =========================================
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-ckbox.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-ckbox)
5
- [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
5
+ [![codecov](https://codecov.io/gh/ckeditor/ckeditor5/branch/master/graph/badge.svg)](https://codecov.io/gh/ckeditor/ckeditor5)
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 implements the [CKBox feature](https://ckeditor.com/docs/ckeditor5/latest/features/file-management/ckbox.html). It allows you to easily insert images as well as links to files into the editor content. It is a bridge between CKEditor 5 WYSIWYG editor and [CKBox](https://ckeditor.com/ckbox/) file manager and uploader.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-ckbox",
3
- "version": "0.0.0-nightly-20251014.0",
3
+ "version": "0.0.0-nightly-20251015.0",
4
4
  "description": "CKBox integration for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,15 +13,15 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-cloud-services": "0.0.0-nightly-20251014.0",
17
- "@ckeditor/ckeditor5-core": "0.0.0-nightly-20251014.0",
18
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20251014.0",
19
- "@ckeditor/ckeditor5-icons": "0.0.0-nightly-20251014.0",
20
- "@ckeditor/ckeditor5-image": "0.0.0-nightly-20251014.0",
21
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20251014.0",
22
- "@ckeditor/ckeditor5-upload": "0.0.0-nightly-20251014.0",
23
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20251014.0",
24
- "ckeditor5": "0.0.0-nightly-20251014.0",
16
+ "@ckeditor/ckeditor5-cloud-services": "0.0.0-nightly-20251015.0",
17
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20251015.0",
18
+ "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20251015.0",
19
+ "@ckeditor/ckeditor5-icons": "0.0.0-nightly-20251015.0",
20
+ "@ckeditor/ckeditor5-image": "0.0.0-nightly-20251015.0",
21
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20251015.0",
22
+ "@ckeditor/ckeditor5-upload": "0.0.0-nightly-20251015.0",
23
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20251015.0",
24
+ "ckeditor5": "0.0.0-nightly-20251015.0",
25
25
  "blurhash": "2.0.5",
26
26
  "es-toolkit": "1.39.5"
27
27
  },