@ckeditor/ckeditor5-operations-compressor 44.0.0-alpha.1 → 44.0.0-alpha.11
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 +8 -8
- package/README.md +9 -7
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/index.js +1 -1
- package/src/lib/compiledmessages.js +2 -2
- package/src/lib/protobufdescriptions.js +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobuffactory.js +1 -1
- package/src/utils.js +1 -1
package/LICENSE.md
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
Software License Agreement
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
|
-
**CKEditor 5
|
|
4
|
+
**CKEditor 5 Operations compressor**<br>
|
|
5
5
|
Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
|
-
CKEditor 5
|
|
8
|
-
For more
|
|
7
|
+
CKEditor 5 Operations compressor is licensed under a commercial license and is protected by copyright law.
|
|
8
|
+
For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
|
9
9
|
|
|
10
|
-
Sources of Intellectual Property Included in CKEditor 5
|
|
11
|
-
|
|
10
|
+
Sources of Intellectual Property Included in CKEditor 5 Operations compressor
|
|
11
|
+
----------------------------------------------------------------------------------
|
|
12
12
|
|
|
13
|
-
Where not otherwise indicated, all CKEditor 5
|
|
13
|
+
Where not otherwise indicated, all CKEditor 5 Operations compressor content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
14
14
|
|
|
15
|
-
The following libraries are included in CKEditor 5
|
|
15
|
+
The following libraries are included in CKEditor 5 Operations compressor under the [MIT license](https://opensource.org/licenses/MIT):
|
|
16
16
|
|
|
17
17
|
* Lodash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.
|
|
18
18
|
|
|
19
|
-
The following libraries are included in CKEditor 5
|
|
19
|
+
The following libraries are included in CKEditor 5 Operations compressor under the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause):
|
|
20
20
|
|
|
21
21
|
* protobuf.js - Copyright (c) 2016, Daniel Wirtz All rights reserved.
|
|
22
22
|
|
package/README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
CKEditor 5 Operations compressor
|
|
2
|
+
=====================================
|
|
2
3
|
|
|
3
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-operations-compressor)
|
|
4
5
|
|
|
5
|
-
CKEditor 5
|
|
6
|
+
CKEditor 5 Operations compressor is a low-level API that compresses and decompresses operations to a normalized binary format to decrease network usage during real-time collaborative editing. It is required by the [CKEditor 5 real-time collaborative editing](https://ckeditor.com/collaboration/real-time/) feature to enable collaboration in [CKEditor 5](https://ckeditor.com/ckeditor-5/).
|
|
7
|
+
|
|
8
|
+
This is a premium feature. Sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free), or see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing) for more information.
|
|
6
9
|
|
|
7
10
|
## Installation
|
|
8
11
|
|
|
@@ -14,7 +17,7 @@ npm install ckeditor5-premium-features
|
|
|
14
17
|
|
|
15
18
|
## Create free account
|
|
16
19
|
|
|
17
|
-
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/
|
|
20
|
+
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).
|
|
18
21
|
|
|
19
22
|
## Documentation
|
|
20
23
|
|
|
@@ -24,17 +27,16 @@ Also, make sure you visit the [CKEditor 5 changelog](https://github.com/cke
|
|
|
24
27
|
|
|
25
28
|
## Getting support
|
|
26
29
|
|
|
27
|
-
CKEditor 5
|
|
30
|
+
CKEditor 5 Operations compressor comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 Collaboration features with your application.
|
|
28
31
|
|
|
29
32
|
As a licensed CKEditor 5 Collaboration features user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
|
|
30
33
|
|
|
31
34
|
## License
|
|
32
35
|
|
|
33
|
-
**CKEditor 5
|
|
36
|
+
**CKEditor 5 Operations compressor**<br>
|
|
34
37
|
Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
35
38
|
|
|
36
|
-
CKEditor 5
|
|
37
|
-
For more details about available licensing options please contact us at sales@cksource.com.
|
|
39
|
+
CKEditor 5 Operations compressor is licensed under a commercial license and is protected by copyright law. For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
|
38
40
|
|
|
39
41
|
### Trademarks
|
|
40
42
|
|