@infomaximum/widget-sdk 5.24.0 → 5.24.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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [5.24.1](https://github.com/Infomaximum/widget-sdk/compare/v5.24.0...v5.24.1) (2025-06-17)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * entry может не быть ([1a3ea89](https://github.com/Infomaximum/widget-sdk/commit/1a3ea894ab1c62e7e79c14ea334326aee481eeac))
11
+
5
12
  ## [5.24.0](https://github.com/Infomaximum/widget-sdk/compare/v5.23.0...v5.24.0) (2025-06-06)
6
13
 
7
14
 
package/dist/index.d.ts CHANGED
@@ -2559,7 +2559,7 @@ interface IWidgetManifest {
2559
2559
  /** Мажорная версия widget-sdk, использованная при разработке виджета */
2560
2560
  sdk_version?: number;
2561
2561
  /** Путь до js-файла, который является входной точкой виджета */
2562
- entry: string;
2562
+ entry?: string;
2563
2563
  /** Путь до иконки(svg или png) */
2564
2564
  icon?: string;
2565
2565
  /** Находится ли виджет на beta-стадии разработки */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "5.24.0",
3
+ "version": "5.24.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",