dochub-sdk 0.1.229 → 0.1.230

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.
Files changed (2) hide show
  1. package/interfaces/ui.ts +1 -1
  2. package/package.json +1 -1
package/interfaces/ui.ts CHANGED
@@ -115,7 +115,7 @@ export interface IDocHubComponentMenuContext {
115
115
  * Генерирует контекстное меню
116
116
  * @returns - возвращает структуру меню
117
117
  */
118
- menuContext(): DocHubComponentMenuNode[];
118
+ menuContext(): Promise<DocHubComponentMenuNode[]>;
119
119
  }
120
120
 
121
121
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.229",
3
+ "version": "0.1.230",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",