dochub-sdk 0.1.105 → 0.1.106

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
@@ -54,5 +54,5 @@ export interface IDocHubUI {
54
54
  /**
55
55
  * Обогащает HTML элемент метаданными для контекстного взаимодействия в UI
56
56
  */
57
- appendMetaToElement(meta:IDocHubHTMLElementMeta);
57
+ appendMetaToElement(element:any, meta:IDocHubHTMLElementMeta);
58
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.105",
3
+ "version": "0.1.106",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",