@ckeditor/ckeditor5-utils
Advanced tools
Comparing version 44.0.0-alpha.7 to 44.0.0-alpha.8
@@ -9,3 +9,3 @@ /** | ||
*/ | ||
declare const version = "44.0.0-alpha.7"; | ||
declare const version = "44.0.0-alpha.8"; | ||
export default version; | ||
@@ -12,0 +12,0 @@ export declare const releaseDate: Date; |
Software License Agreement | ||
========================== | ||
**CKEditor 5 utilities** – https://github.com/ckeditor/ckeditor5-utils <br> | ||
**CKEditor 5 Utilities** (https://github.com/ckeditor/ckeditor5)<br> | ||
Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved. | ||
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). | ||
Licensed under a dual-license model, this software is available under: | ||
* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html), | ||
* or commercial license terms from CKSource Holding sp. z o.o. | ||
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options). | ||
Sources of Intellectual Property Included in CKEditor | ||
@@ -10,0 +15,0 @@ ----------------------------------------------------- |
{ | ||
"name": "@ckeditor/ckeditor5-utils", | ||
"version": "44.0.0-alpha.7", | ||
"version": "44.0.0-alpha.8", | ||
"description": "Miscellaneous utilities used by CKEditor 5.", | ||
@@ -16,6 +16,6 @@ "keywords": [ | ||
"lodash-es": "4.17.21", | ||
"@ckeditor/ckeditor5-ui": "44.0.0-alpha.7" | ||
"@ckeditor/ckeditor5-ui": "44.0.0-alpha.8" | ||
}, | ||
"author": "CKSource (http://cksource.com/)", | ||
"license": "GPL-2.0-or-later", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"homepage": "https://ckeditor.com/ckeditor-5", | ||
@@ -22,0 +22,0 @@ "bugs": "https://github.com/ckeditor/ckeditor5/issues", |
@@ -28,2 +28,7 @@ CKEditor 5 utilities | ||
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license). | ||
Licensed under a dual-license model, this software is available under: | ||
* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html), | ||
* or commercial license terms from CKSource Holding sp. z o.o. | ||
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options). |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
declare const version = "44.0.0-alpha.7"; | ||
declare const version = "44.0.0-alpha.8"; | ||
export default version; | ||
@@ -8,0 +8,0 @@ export declare const releaseDate: Date; |
@@ -9,6 +9,6 @@ /** | ||
import CKEditorError from './ckeditorerror.js'; | ||
const version = '44.0.0-alpha.7'; | ||
const version = '44.0.0-alpha.8'; | ||
export default version; | ||
// The second argument is not a month. It is `monthIndex` and starts from `0`. | ||
export const releaseDate = new Date(2024, 10, 27); | ||
export const releaseDate = new Date(2024, 10, 28); | ||
/* istanbul ignore next -- @preserve */ | ||
@@ -15,0 +15,0 @@ if (globalThis.CKEDITOR_VERSION) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
2122261
1
80
34
1
+ Added@ckeditor/ckeditor5-core@44.0.0-alpha.8(transitive)
+ Added@ckeditor/ckeditor5-engine@44.0.0-alpha.8(transitive)
+ Added@ckeditor/ckeditor5-ui@44.0.0-alpha.8(transitive)
+ Added@ckeditor/ckeditor5-watchdog@44.0.0-alpha.8(transitive)
- Removed@ckeditor/ckeditor5-core@44.0.0-alpha.7(transitive)
- Removed@ckeditor/ckeditor5-engine@44.0.0-alpha.7(transitive)
- Removed@ckeditor/ckeditor5-ui@44.0.0-alpha.7(transitive)
- Removed@ckeditor/ckeditor5-watchdog@44.0.0-alpha.7(transitive)