@dexteel/mesf-core 4.24.0 → 4.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/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +13 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [4.24.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.24.0...@dexteel/mesf-core-v4.24.1) (2025-02-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **RealTime:** expose signalR from mesf-core ([584f37c](https://github.com/dexteel/mesf-core-frontend/commit/584f37ce60c649241c2e4ed0a00c35cc19ffbe6b))
|
|
9
|
+
|
|
10
|
+
## [4.24.0] - 2025-02-04
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
# Changelog
|
|
2
15
|
|
|
3
16
|
## [4.24.0](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.23.1...@dexteel/mesf-core-v4.24.0) (2025-02-04)
|
package/dist/index.d.ts
CHANGED
package/dist/index.esm.js
CHANGED
|
@@ -23,6 +23,7 @@ import EditIcon from '@material-ui/icons/Edit';
|
|
|
23
23
|
import PlaylistAddIcon from '@material-ui/icons/PlaylistAdd';
|
|
24
24
|
import { isNil, get } from 'lodash';
|
|
25
25
|
import { HubConnectionBuilder, LogLevel as LogLevel$1 } from '@microsoft/signalr';
|
|
26
|
+
export * from '@microsoft/signalr';
|
|
26
27
|
import { Alert as Alert$3, Autocomplete } from '@material-ui/lab';
|
|
27
28
|
import { useForm, Controller } from 'react-hook-form';
|
|
28
29
|
import 'ag-grid-community/styles/ag-theme-material.min.css';
|