@infomaximum/widget-sdk 4.3.0 → 4.3.1
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.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1723,7 +1723,7 @@ interface IWidgetManifest {
|
|
|
1723
1723
|
en: string;
|
|
1724
1724
|
}>;
|
|
1725
1725
|
/** Мажорная версия widget-sdk, использованная при разработке виджета */
|
|
1726
|
-
sdk_version
|
|
1726
|
+
sdk_version?: number;
|
|
1727
1727
|
/** Путь до js-файла, который является входной точкой виджета */
|
|
1728
1728
|
entry: string;
|
|
1729
1729
|
/** Путь до иконки(svg или png) */
|