@univerjs-pro/collaboration 1.0.0-alpha.2 → 1.0.0-alpha.4

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/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # @univerjs-pro/collaboration
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@univerjs-pro/collaboration?style=flat-square)](https://npmjs.com/package/@univerjs-pro/collaboration)
4
+ [![license](https://img.shields.io/npm/l/@univerjs-pro/collaboration?style=flat-square)](https://npmjs.com/package/@univerjs-pro/collaboration)
4
5
  [![downloads](https://img.shields.io/npm/dm/@univerjs-pro/collaboration?style=flat-square)](https://npmjs.com/package/@univerjs-pro/collaboration)
5
6
 
6
- `@univerjs-pro/collaboration` provides shared collaboration models, resources, and services for Univer Pro.
7
+ `@univerjs-pro/collaboration` is part of Univer Pro. Shared collaboration models, resources, and services for Univer Pro.
7
8
 
8
9
  ## Package Overview
9
10
 
@@ -29,8 +30,11 @@ import { UniverCollaborationPlugin } from '@univerjs-pro/collaboration';
29
30
  univer.registerPlugin(UniverCollaborationPlugin);
30
31
  ```
31
32
 
33
+ ## Integration Notes
34
+
35
+ - Keep this package on the same version as the other `@univerjs/*` and `@univerjs-pro/*` packages in your application.
36
+
32
37
  ## Resources
33
38
 
34
39
  - [Documentation](https://docs.univer.ai/guides/pro)
35
40
  - [NPM package](https://npmjs.com/package/@univerjs-pro/collaboration)
36
-