@textbus/collaborate 4.0.0-alpha.54 → 4.0.0-alpha.56
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@textbus/collaborate",
|
3
|
-
"version": "4.0.0-alpha.
|
3
|
+
"version": "4.0.0-alpha.56",
|
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,8 @@
|
|
26
26
|
],
|
27
27
|
"dependencies": {
|
28
28
|
"@tanbo/stream": "^1.2.4",
|
29
|
-
"@textbus/core": "^4.0.0-alpha.
|
30
|
-
"@viewfly/core": "^1.0.0-alpha.
|
31
|
-
"reflect-metadata": "^0.1.13",
|
29
|
+
"@textbus/core": "^4.0.0-alpha.56",
|
30
|
+
"@viewfly/core": "^1.0.0-alpha.6",
|
32
31
|
"y-websocket": "^1.4.3",
|
33
32
|
"yjs": "^13.6.14"
|
34
33
|
},
|
@@ -50,5 +49,5 @@
|
|
50
49
|
"bugs": {
|
51
50
|
"url": "https://github.com/textbus/textbus.git/issues"
|
52
51
|
},
|
53
|
-
"gitHead": "
|
52
|
+
"gitHead": "1926a5b6ac25ece853fefe454488a5935b19bf62"
|
54
53
|
}
|