@ckeditor/ckeditor5-link 48.5.0-alpha.7 → 48.5.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.
- package/LICENSE.md +1 -1
- package/package.json +12 -12
package/LICENSE.md
CHANGED
|
@@ -18,7 +18,7 @@ Where not otherwise indicated, all CKEditor 5 content is authored by CKSour
|
|
|
18
18
|
|
|
19
19
|
The following libraries are included in CKEditor 5 under the [MIT license](https://opensource.org/licenses/MIT):
|
|
20
20
|
|
|
21
|
-
* es-toolkit - Copyright (c) 2024 Viva Republica, Inc
|
|
21
|
+
* es-toolkit - Copyright (c) 2024 Viva Republica, Inc.
|
|
22
22
|
* Regular expression for URL validation - Copyright (c) 2010-2018 Diego Perini.
|
|
23
23
|
|
|
24
24
|
Trademarks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-link",
|
|
3
|
-
"version": "48.5.
|
|
3
|
+
"version": "48.5.1",
|
|
4
4
|
"description": "Link feature for CKEditor 5.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
"./package.json": "./package.json"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ckeditor/ckeditor5-clipboard": "48.5.
|
|
30
|
-
"@ckeditor/ckeditor5-core": "48.5.
|
|
31
|
-
"@ckeditor/ckeditor5-engine": "48.5.
|
|
32
|
-
"@ckeditor/ckeditor5-enter": "48.5.
|
|
33
|
-
"@ckeditor/ckeditor5-icons": "48.5.
|
|
34
|
-
"@ckeditor/ckeditor5-image": "48.5.
|
|
35
|
-
"@ckeditor/ckeditor5-typing": "48.5.
|
|
36
|
-
"@ckeditor/ckeditor5-ui": "48.5.
|
|
37
|
-
"@ckeditor/ckeditor5-utils": "48.5.
|
|
38
|
-
"@ckeditor/ckeditor5-widget": "48.5.
|
|
39
|
-
"es-toolkit": "1.
|
|
29
|
+
"@ckeditor/ckeditor5-clipboard": "48.5.1",
|
|
30
|
+
"@ckeditor/ckeditor5-core": "48.5.1",
|
|
31
|
+
"@ckeditor/ckeditor5-engine": "48.5.1",
|
|
32
|
+
"@ckeditor/ckeditor5-enter": "48.5.1",
|
|
33
|
+
"@ckeditor/ckeditor5-icons": "48.5.1",
|
|
34
|
+
"@ckeditor/ckeditor5-image": "48.5.1",
|
|
35
|
+
"@ckeditor/ckeditor5-typing": "48.5.1",
|
|
36
|
+
"@ckeditor/ckeditor5-ui": "48.5.1",
|
|
37
|
+
"@ckeditor/ckeditor5-utils": "48.5.1",
|
|
38
|
+
"@ckeditor/ckeditor5-widget": "48.5.1",
|
|
39
|
+
"es-toolkit": "1.52.0"
|
|
40
40
|
},
|
|
41
41
|
"files": [
|
|
42
42
|
"dist",
|