@dexteel/mesf-core 6.1.1 → 6.1.4

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.
@@ -9,7 +9,7 @@ on:
9
9
  jobs:
10
10
  publish:
11
11
  if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release-please')
12
- runs-on: ubuntu-latest
12
+ runs-on: self-hosted
13
13
  steps:
14
14
  - uses: actions/checkout@v4
15
15
  - name: Setup Node.js
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "6.1.1"
2
+ ".": "6.1.4"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.1.4](https://github.com/dexteel/mesf-core-frontend/compare/mesf-core-v6.1.3...mesf-core-v6.1.4) (2025-10-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **devops:** run publish to npm from self-hosted ([d92bd45](https://github.com/dexteel/mesf-core-frontend/commit/d92bd45a196c37f8f62e8566e12f5a6a29b631b4))
9
+
10
+ ## [6.1.3](https://github.com/dexteel/mesf-core-frontend/compare/mesf-core-v6.1.2...mesf-core-v6.1.3) (2025-10-24)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **Typings:** add exports of Logbook Entry typings ([0e98156](https://github.com/dexteel/mesf-core-frontend/commit/0e98156beeb001a5afe264930b6eb9816f46551f))
16
+
17
+ ## [6.1.2](https://github.com/dexteel/mesf-core-frontend/compare/mesf-core-v6.1.1...mesf-core-v6.1.2) (2025-10-21)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Trendings:** revert changes. Wait for v2 ([3ffc4b1](https://github.com/dexteel/mesf-core-frontend/commit/3ffc4b190e5e1e84ae9f6de02897051c3f924667))
23
+
3
24
  ## [6.1.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v6.1.0...@dexteel/mesf-core-v6.1.1) (2025-10-15)
4
25
 
5
26
 
package/dist/index.d.ts CHANGED
@@ -26,12 +26,10 @@ export * from "./MESFMain";
26
26
  export { logbookNavbar, logbookRoutesMESF } from "./pages/logbook";
27
27
  export { MESFLogbookEntry } from "./pages/logbook/entry/index";
28
28
  export { routeLogbookEntry } from "./pages/logbook/entry/LogbookPage";
29
- export type { Entry } from "./pages/logbook/entry/models/Entry";
30
- export { ENTRY_INITIAL_VALUES } from "./pages/logbook/entry/models/Entry";
31
- export { getEntries } from "./pages/logbook/entry/repository/LogbookRepository";
32
29
  export { MESFLogbookReport } from "./pages/logbook/report/index";
33
30
  export { routeLogbookReport } from "./pages/logbook/report/LogbookPage";
34
31
  export * from "./pages/trendings/TrendingsPage";
35
32
  export * from "./reducers/LogbookSettingsReducer";
36
33
  export * from "./services";
37
34
  export * from "./utils";
35
+ export * from "./pages/logbook/entry/models";