@ckeditor/ckeditor5-markdown-gfm 45.0.0 → 45.1.0-alpha.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.
- package/LICENSE.md +4 -2
- package/package.json +5 -5
package/LICENSE.md
CHANGED
@@ -18,8 +18,10 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
|
|
18
18
|
|
19
19
|
The following libraries are included in CKEditor under the [MIT license](https://opensource.org/licenses/MIT):
|
20
20
|
|
21
|
-
*
|
22
|
-
*
|
21
|
+
* @types/marked - Copyright (c) DefinitelyTyped.
|
22
|
+
* @types/turndown - Copyright (c) DefinitelyTyped.
|
23
|
+
* marked - Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/), Copyright (c) 2011–2018, Christopher Jeffrey (https://github.com/chjj/).
|
24
|
+
* turndown - Copyright (c) 2017 Dom Christie.
|
23
25
|
* turndown-plugin-gfm - Copyright (c) 2017 Dom Christie.
|
24
26
|
|
25
27
|
Trademarks
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-markdown-gfm",
|
3
|
-
"version": "45.0.0",
|
3
|
+
"version": "45.1.0-alpha.0",
|
4
4
|
"description": "GitHub Flavored Markdown data processor for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -18,12 +18,12 @@
|
|
18
18
|
"type": "module",
|
19
19
|
"main": "src/index.js",
|
20
20
|
"dependencies": {
|
21
|
-
"@ckeditor/ckeditor5-clipboard": "45.0.0",
|
22
|
-
"@ckeditor/ckeditor5-core": "45.0.0",
|
23
|
-
"@ckeditor/ckeditor5-engine": "45.0.0",
|
21
|
+
"@ckeditor/ckeditor5-clipboard": "45.1.0-alpha.0",
|
22
|
+
"@ckeditor/ckeditor5-core": "45.1.0-alpha.0",
|
23
|
+
"@ckeditor/ckeditor5-engine": "45.1.0-alpha.0",
|
24
24
|
"@types/marked": "4.3.2",
|
25
25
|
"@types/turndown": "5.0.5",
|
26
|
-
"ckeditor5": "45.0.0",
|
26
|
+
"ckeditor5": "45.1.0-alpha.0",
|
27
27
|
"marked": "4.0.12",
|
28
28
|
"turndown": "7.2.0",
|
29
29
|
"turndown-plugin-gfm": "1.0.2"
|