@grapecity-software/spread-sheets-collaboration-client 18.2.3 → 18.2.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,7 +8,7 @@ spread sheets collaboration 是 [SpreadJS](https://www.grapecity.com.cn/develope
8
8
 
9
9
  ## 安装模块/插件
10
10
  ```sh
11
- npm install @grapecity-software/spread-sheets-collaboration
11
+ npm install @grapecity-software/spread-sheets-collaboration-client
12
12
  ```
13
13
 
14
14
  ## 获取更多帮助
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grapecity-software/spread-sheets-collaboration-client",
3
- "version": "18.2.3",
3
+ "version": "18.2.5",
4
4
  "description": "SpreadJS Collaboration plugin",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -21,8 +21,8 @@
21
21
  "license": "Commercial",
22
22
  "dependencies": {},
23
23
  "devDependencies": {
24
- "@grapecity-software/js-collaboration-ot-client": "18.2.3",
25
- "@grapecity-software/js-collaboration-presence-client": "18.2.3"
24
+ "@grapecity-software/js-collaboration-ot-client": "18.2.5",
25
+ "@grapecity-software/js-collaboration-presence-client": "18.2.5"
26
26
  },
27
27
  "homepage": "http://www.grapecity.com.cn/"
28
28
  }