@ckeditor/ckeditor5-markdown-gfm 47.2.0-alpha.7 → 47.3.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.
Files changed (2) hide show
  1. package/LICENSE.md +21 -21
  2. package/package.json +5 -5
package/LICENSE.md CHANGED
@@ -11,31 +11,31 @@ Licensed under a dual-license model, this software is available under:
11
11
 
12
12
  For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
13
13
 
14
- Sources of Intellectual Property Included in CKEditor
15
- -----------------------------------------------------
14
+ Sources of Intellectual Property Included in CKEditor 5
15
+ ------------------------------------------------------------
16
16
 
17
- Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.
17
+ Where not otherwise indicated, all CKEditor 5 content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor 5 will incorporate work done by developers outside of CKSource with their express permission.
18
18
 
19
- The following libraries are included in CKEditor under the [MIT license](https://opensource.org/licenses/MIT):
19
+ The following libraries are included in CKEditor 5 under the [ISC license](https://opensource.org/licenses/ISC):
20
+
21
+ * hast-util-from-dom - Copyright (c) Keith McKnight <keith@mcknig.ht>.
22
+ * rehype-dom-parse - Copyright (c) 2018 Keith McKnight <keith@mcknig.ht>.
23
+ * rehype-dom-stringify - Copyright (c) 2018 Keith McKnight <keith@mcknig.ht>.
24
+
25
+ The following libraries are included in CKEditor&nbsp;5 under the [MIT license](https://opensource.org/licenses/MIT):
20
26
 
21
27
  * @types/hast - Copyright (c) Microsoft Corporation.
22
- * hast-util-to-html - Copyright (c) Titus Wormer <tituswormer@gmail.com>
23
- * hast-util-to-mdast - Copyright (c) Titus Wormer <tituswormer@gmail.com> and Copyright (c) Seth Vincent <sethvincent@gmail.com>
24
- * hastscript - Copyright (c) Titus Wormer <tituswormer@gmail.com>
25
- * rehype-remark - Copyright (c) Titus Wormer <tituswormer@gmail.com>
26
- * remark-breaks - Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
27
- * remark-gfm - Copyright (c) Titus Wormer <tituswormer@gmail.com>
28
- * remark-parse - Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>
29
- * remark-rehype - Copyright (c) Titus Wormer <tituswormer@gmail.com>
30
- * remark-stringify - Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>
31
- * unified - Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
32
- * unist-util-visit - Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
33
-
34
- The following libraries are included in CKEditor under the [ISC license](https://opensource.org/license/isc-license-txt):
35
-
36
- * hast-util-from-dom - Copyright (c) Keith McKnight <keith@mcknig.ht>
37
- * rehype-dom-parse - Copyright (c) 2018 Keith McKnight <keith@mcknig.ht>
38
- * rehype-dom-stringify - Copyright (c) 2018 Keith McKnight <keith@mcknig.ht>
28
+ * hast-util-to-html - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
29
+ * hast-util-to-mdast - Copyright (c) Titus Wormer <tituswormer@gmail.com> and Copyright (c) Seth Vincent <sethvincent@gmail.com>.
30
+ * hastscript - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
31
+ * rehype-remark - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
32
+ * remark-breaks - Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>.
33
+ * remark-gfm - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
34
+ * remark-parse - Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>.
35
+ * remark-rehype - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
36
+ * remark-stringify - Copyright (c) 2014 Titus Wormer <tituswormer@gmail.com>.
37
+ * unified - Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>.
38
+ * unist-util-visit - Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>.
39
39
 
40
40
  Trademarks
41
41
  ----------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-markdown-gfm",
3
- "version": "47.2.0-alpha.7",
3
+ "version": "47.3.0-alpha.0",
4
4
  "description": "GitHub Flavored Markdown data processor for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -18,11 +18,11 @@
18
18
  "type": "module",
19
19
  "main": "src/index.js",
20
20
  "dependencies": {
21
- "@ckeditor/ckeditor5-clipboard": "47.2.0-alpha.7",
22
- "@ckeditor/ckeditor5-core": "47.2.0-alpha.7",
23
- "@ckeditor/ckeditor5-engine": "47.2.0-alpha.7",
21
+ "@ckeditor/ckeditor5-clipboard": "47.3.0-alpha.0",
22
+ "@ckeditor/ckeditor5-core": "47.3.0-alpha.0",
23
+ "@ckeditor/ckeditor5-engine": "47.3.0-alpha.0",
24
24
  "@types/hast": "3.0.4",
25
- "ckeditor5": "47.2.0-alpha.7",
25
+ "ckeditor5": "47.3.0-alpha.0",
26
26
  "hast-util-from-dom": "5.0.1",
27
27
  "hast-util-to-html": "9.0.5",
28
28
  "hast-util-to-mdast": "10.1.2",