@mui-toolpad-extended-tuni/courses 3.0.2 → 3.0.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  export { default as CourseMicroservice } from './CourseMicroservice';
3
3
  export { useCourseMicroserviceRegistration } from './context/CourseMicroserviceContext';
4
4
  export { default as useCourseStore } from './store/useCourseStore';
5
- export type { Course, CourseRaw, courseRole, courseLevel, courseEventType, enrollmentStatus } from './store/useCourseStore';
5
+ export type { Course, CourseRaw, courseRole, courseLevel, courseEventType, enrollmentStatus, courseEventFrequency, courseRelationType, legalBasis, visibilityMode } from './store/useCourseStore';
6
6
  export { groupCoursesByEnrollment, filterUniqueCourses } from './utils/courseFilters';
7
7
  export type { CourseGroups } from './utils/courseFilters';
8
8
  export { addVisitedCourse, getVisitedCourses, onVisitedCoursesUpdate } from './hooks/useVisitedCourses';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui-toolpad-extended-tuni/courses",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Courses microservice for MUI Toolpad Extended TUNI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",