dochub-sdk 0.1.151 → 0.1.152

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.
@@ -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
  }