@ckeditor/ckeditor5-upload 0.0.0-nightly-20230724.0 → 0.0.0-nightly-20230725.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +0 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -4,7 +4,6 @@ CKEditor 5 file upload feature
|
|
4
4
|
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-upload.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-upload)
|
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
|
[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
7
|
-
![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-upload)
|
8
7
|
|
9
8
|
This package implements various file upload utilities for CKEditor 5.
|
10
9
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-upload",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20230725.0",
|
4
4
|
"description": "Upload feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -11,9 +11,9 @@
|
|
11
11
|
],
|
12
12
|
"main": "src/index.js",
|
13
13
|
"dependencies": {
|
14
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
15
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
16
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
14
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20230725.0",
|
15
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20230725.0",
|
16
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20230725.0"
|
17
17
|
},
|
18
18
|
"engines": {
|
19
19
|
"node": ">=16.0.0",
|