@ckeditor/ckeditor5-typing 39.0.0 → 39.0.2

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.
package/CHANGELOG.md CHANGED
@@ -142,7 +142,7 @@ Internal changes only (updated dependencies, documentation, etc.).
142
142
 
143
143
  ### BREAKING CHANGES
144
144
 
145
- * The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
145
+ * The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
146
146
 
147
147
 
148
148
  ## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-typing/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
package/LICENSE.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 typing feature** – https://github.com/ckeditor/ckeditor5-typing <br>
4
+ **CKEditor&nbsp;5 typing feature** – https://github.com/ckeditor/ckeditor5-typing <br>
5
5
  Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
- CKEditor 5 typing feature
1
+ CKEditor&nbsp;5 typing feature
2
2
  ========================================
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-typing.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-typing)
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
7
 
8
- This package implements support for typing (inputting and deleting text) in CKEditor 5. It also includes the automatic text transformations (autocorrect) feature that lets you automatically turn predefined snippets into their improved forms.
8
+ This package implements support for typing (inputting and deleting text) in CKEditor&nbsp;5. It also includes the automatic text transformations (autocorrect) feature that lets you automatically turn predefined snippets into their improved forms.
9
9
 
10
10
  ## Documentation
11
11
 
12
- See the [`@ckeditor/ckeditor5-typing` package](https://ckeditor.com/docs/ckeditor5/latest/api/typing.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
12
+ See the [`@ckeditor/ckeditor5-typing` package](https://ckeditor.com/docs/ckeditor5/latest/api/typing.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
13
13
 
14
14
  ## License
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-typing",
3
- "version": "39.0.0",
3
+ "version": "39.0.2",
4
4
  "description": "Typing feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,15 +12,11 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "39.0.0",
16
- "@ckeditor/ckeditor5-engine": "39.0.0",
17
- "@ckeditor/ckeditor5-utils": "39.0.0",
15
+ "@ckeditor/ckeditor5-core": "39.0.2",
16
+ "@ckeditor/ckeditor5-engine": "39.0.2",
17
+ "@ckeditor/ckeditor5-utils": "39.0.2",
18
18
  "lodash-es": "4.17.21"
19
19
  },
20
- "engines": {
21
- "node": ">=16.0.0",
22
- "npm": ">=5.7.1"
23
- },
24
20
  "author": "CKSource (http://cksource.com/)",
25
21
  "license": "GPL-2.0-or-later",
26
22
  "homepage": "https://ckeditor.com/ckeditor-5",