@ckeditor/ckeditor5-dev-docs 54.2.3 → 54.3.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/lib/build.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/LICENSE.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Software License Agreement
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
|
-
Copyright (c) 2003-
|
|
4
|
+
Copyright (c) 2003-2026, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
|
|
5
5
|
|
|
6
6
|
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
|
|
7
7
|
|
package/lib/build.js
CHANGED
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-dev-docs",
|
|
3
|
-
"version": "54.
|
|
3
|
+
"version": "54.3.1",
|
|
4
4
|
"description": "Tasks used to build and verify the documentation for CKEditor 5.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"lib"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/typedoc-plugins": "^54.
|
|
25
|
+
"@ckeditor/typedoc-plugins": "^54.3.1",
|
|
26
26
|
"glob": "^13.0.0",
|
|
27
27
|
"typedoc": "^0.28.14",
|
|
28
28
|
"typedoc-plugin-rename-defaults": "^0.7.3",
|
|
29
29
|
"upath": "^2.0.1"
|
|
30
30
|
}
|
|
31
|
-
}
|
|
31
|
+
}
|