@textbus/collaborate 4.0.0-alpha.44 → 4.0.0-alpha.45

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/collaborate",
3
- "version": "4.0.0-alpha.44",
3
+ "version": "4.0.0-alpha.45",
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,7 +26,7 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@tanbo/stream": "^1.2.3",
29
- "@textbus/core": "^4.0.0-alpha.44",
29
+ "@textbus/core": "^4.0.0-alpha.45",
30
30
  "@viewfly/core": "^1.0.0-alpha.2",
31
31
  "reflect-metadata": "^0.1.13",
32
32
  "y-websocket": "^1.4.3",
@@ -50,5 +50,5 @@
50
50
  "bugs": {
51
51
  "url": "https://github.com/textbus/textbus.git/issues"
52
52
  },
53
- "gitHead": "6f01d454a41a0ff0fa7ccde7a65c481dde3cff4c"
53
+ "gitHead": "c41bde494a0bbf6c58cb9ea7400e068ed6acada3"
54
54
  }