@textbus/collaborate 2.0.0-alpha.40 → 2.0.0-alpha.43

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 +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@textbus/collaborate",
3
- "version": "2.0.0-alpha.40",
4
- "description": "TextBus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",
3
+ "version": "2.0.0-alpha.43",
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/public-api.js",
6
6
  "module": "./bundles/public-api.js",
7
7
  "typings": "./bundles/public-api.d.ts",
@@ -27,8 +27,8 @@
27
27
  "dependencies": {
28
28
  "@tanbo/di": "^1.0.5",
29
29
  "@tanbo/stream": "^0.0.12",
30
- "@textbus/browser": "^2.0.0-alpha.40",
31
- "@textbus/core": "^2.0.0-alpha.40",
30
+ "@textbus/browser": "^2.0.0-alpha.43",
31
+ "@textbus/core": "^2.0.0-alpha.43",
32
32
  "reflect-metadata": "^0.1.13",
33
33
  "y-protocols": "^1.0.5",
34
34
  "yjs": "^13.5.27"
@@ -44,5 +44,5 @@
44
44
  "bugs": {
45
45
  "url": "https://github.com/textbus/textbus.git/issues"
46
46
  },
47
- "gitHead": "8b4da87f5f142fea6243a956e03d39bb42eccc4b"
47
+ "gitHead": "9c0f96ced4836b54cd96082895234f1ec4e91d8e"
48
48
  }