@ckeditor/ckeditor5-utils 34.0.0 → 34.1.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 CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor 5 utilities** – https://github.com/ckeditor/ckeditor5-utils <br>
5
- Copyright (c) 2003-2022, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
5
+ Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
8
8
 
@@ -18,4 +18,4 @@ The following libraries are included in CKEditor under the [MIT license](https:/
18
18
  Trademarks
19
19
  ----------
20
20
 
21
- **CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
21
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-utils",
3
- "version": "34.0.0",
3
+ "version": "34.1.0",
4
4
  "description": "Miscellaneous utilities used by CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -14,10 +14,10 @@
14
14
  "lodash-es": "^4.17.15"
15
15
  },
16
16
  "devDependencies": {
17
- "@ckeditor/ckeditor5-build-classic": "^34.0.0",
18
- "@ckeditor/ckeditor5-editor-classic": "^34.0.0",
19
- "@ckeditor/ckeditor5-core": "^34.0.0",
20
- "@ckeditor/ckeditor5-engine": "^34.0.0"
17
+ "@ckeditor/ckeditor5-build-classic": "^34.1.0",
18
+ "@ckeditor/ckeditor5-editor-classic": "^34.1.0",
19
+ "@ckeditor/ckeditor5-core": "^34.1.0",
20
+ "@ckeditor/ckeditor5-engine": "^34.1.0"
21
21
  },
22
22
  "engines": {
23
23
  "node": ">=14.0.0",
@@ -12,8 +12,7 @@
12
12
  /**
13
13
  * URL to the documentation with error codes.
14
14
  */
15
- export const DOCUMENTATION_URL =
16
- 'https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html';
15
+ export const DOCUMENTATION_URL = 'https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html';
17
16
 
18
17
  /**
19
18
  * The CKEditor error class.
package/src/version.js CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  import CKEditorError from './ckeditorerror';
13
13
 
14
- const version = '34.0.0';
14
+ const version = '34.1.0';
15
15
 
16
16
  export default version;
17
17