@textbus/collaborate 3.0.0-alpha.51 → 3.0.0-alpha.54

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
- import { Module } from '@textbus/core';
2
- export * from './collaborate';
3
- export declare const collaborateModule: Module;
1
+ import { Module } from '@textbus/core';
2
+ export * from './collaborate';
3
+ export declare const collaborateModule: Module;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/collaborate",
3
- "version": "3.0.0-alpha.51",
3
+ "version": "3.0.0-alpha.54",
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",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@tanbo/di": "^1.1.4",
29
29
  "@tanbo/stream": "^1.1.9",
30
- "@textbus/core": "^3.0.0-alpha.51",
30
+ "@textbus/core": "^3.0.0-alpha.54",
31
31
  "reflect-metadata": "^0.1.13",
32
32
  "y-protocols": "^1.0.5",
33
33
  "yjs": "^13.5.39"
@@ -50,5 +50,5 @@
50
50
  "bugs": {
51
51
  "url": "https://github.com/textbus/textbus.git/issues"
52
52
  },
53
- "gitHead": "4f2557bae5aa8800130c827f502d4439bddb1ff4"
53
+ "gitHead": "6f100a7b1704dd8f97f172a26ed0fa25e25bb79e"
54
54
  }