dochub-sdk 0.1.361 → 0.1.362

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.
@@ -237,7 +237,6 @@ export class DocHubDocumentProto extends DocHubComponentProto implements IDocHub
237
237
  const baseStruct = this.profile.$base.split('/');
238
238
  // Если указан шаблон, добавляем его в отслеживаемые файлы
239
239
  if(this.profile?.template) {
240
- debugger;
241
240
  const templatePath = [...baseStruct, 'template'].join('/');
242
241
  this.templateURI = DocHub.dataLake.resolveURI(
243
242
  (await DocHub.dataLake.getURIForPath(templatePath) || []).pop() || this.baseURI,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.361",
3
+ "version": "0.1.362",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",