@textbus/platform-browser 4.0.2 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ import { DomAdapter } from './dom-adapter';
7
7
  */
8
8
  export interface ViewOptions {
9
9
  /** 跨平台适配器 */
10
- adapter: DomAdapter;
10
+ adapter: DomAdapter<any, any>;
11
11
  /** 编辑器根节点 */
12
12
  renderTo(): HTMLElement;
13
13
  /** 自动获取焦点 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/platform-browser",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
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,8 +26,8 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@tanbo/stream": "^1.2.5",
29
- "@textbus/core": "^4.0.1",
30
- "@viewfly/core": "^1.0.0-alpha.22"
29
+ "@textbus/core": "^4.0.4",
30
+ "@viewfly/core": "^1.0.4"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@rollup/plugin-commonjs": "^23.0.2",
@@ -47,5 +47,5 @@
47
47
  "bugs": {
48
48
  "url": "https://github.com/textbus/textbus.git/issues"
49
49
  },
50
- "gitHead": "7ff0b269f64ca78bf19a243d61ea39cac898f671"
50
+ "gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1"
51
51
  }