dochub-sdk 0.1.345 → 0.1.346

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.
@@ -372,7 +372,7 @@ export interface IDocHubDataLake {
372
372
  * Возвращает URI текущего корневого манифеста
373
373
  * @returns - URI корневого манифеста
374
374
  */
375
- getRootManifest(): string;
375
+ getRootManifest(): Promise<string>;
376
376
 
377
377
  /**
378
378
  * Монтирует произвольный файл в DataLake
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.345",
3
+ "version": "0.1.346",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",