@webitel/ui-sdk 24.10.72 → 24.10.73

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
@@ -1,5 +1,10 @@
1
1
 
2
2
 
3
+ ## [v24.10.72] - 2024-11-12
4
+ ### :sparkles: New Features
5
+ - [`a1eb8be`](https://github.com/webitel/webitel-ui-sdk/commit/a1eb8bebdff83061e3ef81fe55166108efd8e44b) - FilesExport.js skipFilesWithError config added [WTEL-5173](https://webitel.atlassian.net/browse/WTEL-5173) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
6
+
7
+
3
8
  ## [v24.10.71] - 2024-11-12
4
9
  ### :sparkles: New Features
5
10
  - [`d0bcba0`](https://github.com/webitel/webitel-ui-sdk/commit/d0bcba0b49949566e9487da167b6557f76218585) - Update version [WTEL-5432](https://webitel.atlassian.net/browse/WTEL-5432)
@@ -155,3 +160,4 @@
155
160
  [v24.10.67]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.66...v24.10.67
156
161
  [v24.10.69]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.68...v24.10.69
157
162
  [v24.10.71]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.69...v24.10.71
163
+ [v24.10.72]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.71...v24.10.72
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "24.10.72",
3
+ "version": "24.10.73",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -30,7 +30,7 @@ import {
30
30
  objSnakeToCamel,
31
31
  objCamelToSnake,
32
32
  objCamelToKebab,
33
- } from 'caseConverters.js';
33
+ } from './caseConverters.js';
34
34
 
35
35
 
36
36
  export {