dochub-sdk 0.1.53 → 0.1.54

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.
@@ -108,4 +108,5 @@ export interface IDocHubCore {
108
108
  dataLake: IDocHubDataLake; // Интерфейс к архкоду
109
109
  objects: IDocHubObjects; // Задекларированные объекты сущностей
110
110
  eventBus: IDocHubEventBus; // Внутренняя шина событий
111
+ version(): string; // Версия ядра
111
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.53",
3
+ "version": "0.1.54",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",