@textbus/collaborate 2.5.10 → 2.5.12
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +674 -674
- package/README.md +10 -10
- package/bundles/collaborate-cursor.d.ts +44 -44
- package/bundles/collaborate.d.ts +82 -82
- package/bundles/index.esm.js +982 -982
- package/bundles/index.js +982 -982
- package/bundles/public-api.d.ts +4 -4
- package/bundles/unknown.component.d.ts +1 -1
- package/package.json +5 -5
package/bundles/public-api.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Module } from '@textbus/core';
|
2
|
-
export * from './collaborate';
|
3
|
-
export * from './collaborate-cursor';
|
4
|
-
export declare const collaborateModule: Module;
|
1
|
+
import { Module } from '@textbus/core';
|
2
|
+
export * from './collaborate';
|
3
|
+
export * from './collaborate-cursor';
|
4
|
+
export declare const collaborateModule: Module;
|
@@ -1 +1 @@
|
|
1
|
-
export declare function createUnknownComponent(factoryName: string, canInsertInlineComponent: boolean): any;
|
1
|
+
export declare function createUnknownComponent(factoryName: string, canInsertInlineComponent: boolean): any;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@textbus/collaborate",
|
3
|
-
"version": "2.5.
|
3
|
+
"version": "2.5.12",
|
4
4
|
"description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",
|
5
5
|
"main": "./bundles/index.js",
|
6
6
|
"module": "./bundles/index.esm.js",
|
@@ -26,9 +26,9 @@
|
|
26
26
|
],
|
27
27
|
"dependencies": {
|
28
28
|
"@tanbo/di": "^1.1.4",
|
29
|
-
"@tanbo/stream": "^1.1.
|
30
|
-
"@textbus/browser": "^2.5.
|
31
|
-
"@textbus/core": "^2.5.
|
29
|
+
"@tanbo/stream": "^1.1.9",
|
30
|
+
"@textbus/browser": "^2.5.12",
|
31
|
+
"@textbus/core": "^2.5.12",
|
32
32
|
"reflect-metadata": "^0.1.13",
|
33
33
|
"y-protocols": "^1.0.5",
|
34
34
|
"yjs": "^13.5.39"
|
@@ -51,5 +51,5 @@
|
|
51
51
|
"bugs": {
|
52
52
|
"url": "https://github.com/textbus/textbus.git/issues"
|
53
53
|
},
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "7d3c6ecdf1e632fa8e4ce86f7446d4b88900a1c0"
|
55
55
|
}
|