@textbus/collaborate 3.0.0-alpha.20 → 3.0.0-alpha.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ import { Injectable, Inject } from '@tanbo/di';
3
3
  import { Subject, map, filter } from '@tanbo/stream';
4
4
  import { Doc, UndoManager, Array, createAbsolutePositionFromRelativePosition, createRelativePositionFromTypeIndex, Map, Text } from 'yjs';
5
5
 
6
- /*! *****************************************************************************
6
+ /******************************************************************************
7
7
  Copyright (c) Microsoft Corporation.
8
8
 
9
9
  Permission to use, copy, modify, and/or distribute this software for any
package/bundles/index.js CHANGED
@@ -5,7 +5,7 @@ var di = require('@tanbo/di');
5
5
  var stream = require('@tanbo/stream');
6
6
  var yjs = require('yjs');
7
7
 
8
- /*! *****************************************************************************
8
+ /******************************************************************************
9
9
  Copyright (c) Microsoft Corporation.
10
10
 
11
11
  Permission to use, copy, modify, and/or distribute this software for any
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/collaborate",
3
- "version": "3.0.0-alpha.20",
3
+ "version": "3.0.0-alpha.22",
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.3",
29
29
  "@tanbo/stream": "^1.1.8",
30
- "@textbus/core": "^3.0.0-alpha.20",
30
+ "@textbus/core": "^3.0.0-alpha.22",
31
31
  "reflect-metadata": "^0.1.13",
32
32
  "y-protocols": "^1.0.5",
33
33
  "yjs": "^13.5.39"
@@ -36,7 +36,8 @@
36
36
  "@rollup/plugin-commonjs": "^23.0.2",
37
37
  "@rollup/plugin-typescript": "^9.0.2",
38
38
  "rimraf": "^3.0.2",
39
- "rollup": "^3.2.5"
39
+ "rollup": "^3.2.5",
40
+ "tslib": "^2.4.1"
40
41
  },
41
42
  "author": {
42
43
  "name": "Tanbo",
@@ -49,5 +50,5 @@
49
50
  "bugs": {
50
51
  "url": "https://github.com/textbus/textbus.git/issues"
51
52
  },
52
- "gitHead": "3a7c389012d8a9a71584435100467b311105a0f7"
53
+ "gitHead": "cd75d4ae54f0976cbb87c654ab322b5d66f572e5"
53
54
  }