@grapecity-software/js-collaboration-ot 18.1.1 → 18.1.2

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/dist/index.d.ts +2 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -95,8 +95,10 @@ export enum MessageActions {
95
95
  * @param {DocumentServices<S, T>} [service] - The document service to be used by the feature.
96
96
  * @returns {IFeature} The OT document feature.
97
97
  * @example
98
+ * ```javascript
98
99
  * const server = new Server({ httpServer });
99
100
  * server.useFeature(documentFeature());
101
+ * ```
100
102
  */
101
103
  export declare function documentFeature<S = unknown, T = unknown>(service?: DocumentServices<S, T>): IFeature;
102
104
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grapecity-software/js-collaboration-ot",
3
- "version": "18.1.1",
3
+ "version": "18.1.2",
4
4
  "type": "commonjs",
5
5
  "main": "./dist/index.js",
6
6
  "exports": {
@@ -25,7 +25,7 @@
25
25
  "license": "Commercial",
26
26
  "description": "SpreadJS Collaboration plugin",
27
27
  "dependencies": {
28
- "@grapecity-software/js-collaboration": "18.1.1"
28
+ "@grapecity-software/js-collaboration": "18.1.2"
29
29
  },
30
30
  "homepage": "http://www.grapecity.com.cn/"
31
31
  }