dochub-sdk 0.1.151 → 0.1.152

Sign up to get free protection for your applications and to get access to all the features.
@@ -156,7 +156,6 @@ export interface IDocHubFileEditorComponent {}
156
156
  * VUE компонент редактора файлов по умолчанию
157
157
  */
158
158
  export interface IDocHubFileDefaultEditorComponent extends IDocHubFileEditorComponent {
159
-
160
159
  }
161
160
 
162
161
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.151",
3
+ "version": "0.1.152",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",
@@ -23,6 +23,7 @@
23
23
  "author": "R.Piontik",
24
24
  "license": "GPLV3",
25
25
  "dependencies": {
26
- "axios": "0.21.4"
26
+ "axios": "0.21.4",
27
+ "codemirror": "6.0.1"
27
28
  }
28
29
  }