@textbus/collaborate 3.0.0-alpha.29 → 3.0.0-alpha.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -722,7 +722,7 @@ const collaborateModule = {
722
722
  Collaborate,
723
723
  {
724
724
  provide: History,
725
- useClass: Collaborate
725
+ useExisting: Collaborate
726
726
  }
727
727
  ]
728
728
  };
package/bundles/index.js CHANGED
@@ -724,7 +724,7 @@ const collaborateModule = {
724
724
  exports.Collaborate,
725
725
  {
726
726
  provide: core.History,
727
- useClass: exports.Collaborate
727
+ useExisting: exports.Collaborate
728
728
  }
729
729
  ]
730
730
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/collaborate",
3
- "version": "3.0.0-alpha.29",
3
+ "version": "3.0.0-alpha.30",
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",
@@ -25,9 +25,9 @@
25
25
  "typescript editor"
26
26
  ],
27
27
  "dependencies": {
28
- "@tanbo/di": "^1.1.3",
28
+ "@tanbo/di": "^1.1.4",
29
29
  "@tanbo/stream": "^1.1.8",
30
- "@textbus/core": "^3.0.0-alpha.29",
30
+ "@textbus/core": "^3.0.0-alpha.30",
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": "e884ec4df3b1290e159b4ba462bb061324e839a4"
53
+ "gitHead": "5e6ca16bf169e611d816d58b9a98118073a41e47"
54
54
  }