@ckeditor/ckeditor5-widget 0.0.0-nightly-20230724.0 → 0.0.0-nightly-20230725.1

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.

Potentially problematic release.


This version of @ckeditor/ckeditor5-widget might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -4,7 +4,6 @@ CKEditor 5 widget API
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-widget.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-widget)
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-widget)
8
7
 
9
8
  This package implements the widget API for CKEditor 5.
10
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-widget",
3
- "version": "0.0.0-nightly-20230724.0",
3
+ "version": "0.0.0-nightly-20230725.1",
4
4
  "description": "Widget API for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -11,12 +11,12 @@
11
11
  ],
12
12
  "main": "src/index.js",
13
13
  "dependencies": {
14
- "@ckeditor/ckeditor5-core": "0.0.0-nightly-20230724.0",
15
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20230724.0",
16
- "@ckeditor/ckeditor5-enter": "0.0.0-nightly-20230724.0",
17
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20230724.0",
18
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20230724.0",
19
- "@ckeditor/ckeditor5-typing": "0.0.0-nightly-20230724.0",
14
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20230725.1",
15
+ "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20230725.1",
16
+ "@ckeditor/ckeditor5-enter": "0.0.0-nightly-20230725.1",
17
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20230725.1",
18
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20230725.1",
19
+ "@ckeditor/ckeditor5-typing": "0.0.0-nightly-20230725.1",
20
20
  "lodash-es": "4.17.21"
21
21
  },
22
22
  "engines": {