@studyportals/fawkes 8.0.2-11 → 8.0.2-12

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.
@@ -57,3 +57,4 @@ export * from './DegreeAttendanceFormat';
57
57
  export * from './DisciplineCountryAttendance';
58
58
  export * from './DisciplineCountryFormat';
59
59
  export * from './DegreeSpecialProgrammes';
60
+ export * from './Degree';
@@ -57,3 +57,4 @@ export * from './DegreeAttendanceFormat';
57
57
  export * from './DisciplineCountryAttendance';
58
58
  export * from './DisciplineCountryFormat';
59
59
  export * from './DegreeSpecialProgrammes';
60
+ export * from './Degree';
@@ -49,15 +49,16 @@ DegreeAreaTuitionFee,
49
49
  // ContinentFormat,
50
50
  // AttendanceContinent,
51
51
  // DegreeDuration,
52
- ContinentSpecialProgrammes,
52
+ ContinentSpecialProgrammes,
53
53
  // CountrySpecialProgrammes,
54
- // AttendanceArea,
54
+ AttendanceArea,
55
55
  // DegreeFormatTuitionFee,
56
56
  // ContinentDuration,
57
57
  // DegreeAttendanceFormat,
58
58
  // DisciplineCountryAttendance,
59
59
  // DisciplineCountryFormat,
60
60
  // DegreeSpecialProgrammes,
61
+ // Degree
61
62
  } from '../programmes/policies';
62
63
  import { FilterKey } from '@studyportals/search-filters/server-side';
63
64
  import { AreaPresenter } from '../presenters/AreaPresenter';
@@ -71,7 +72,7 @@ import { SpecialProgrammesPresenter } from '../presenters/SpecialProgrammesPrese
71
72
  import { DurationPresenter } from '../presenters/DurationPresenter';
72
73
  import { EducationalFormPresenter } from '../presenters/EducationalFormPresenter';
73
74
  import { FormatPresenter } from '../presenters/FormatPresenter';
74
- // import { Degree } from '../programmes/policies/Degree';
75
+ import { DisciplineSpecialProgrammes } from '../programmes/policies/DisciplineSpecialProgrammes';
75
76
  export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGeneratorManager {
76
77
  portalType;
77
78
  policies;
@@ -140,9 +141,10 @@ export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGenerato
140
141
  // new DisciplineContinentAttendance(dependencies),
141
142
  // new DisciplineCountryAttendance(dependencies),
142
143
  // new DisciplineCountryFormat(dependencies),
144
+ new DisciplineSpecialProgrammes(dependencies),
143
145
  // new AttendanceTuitionFee(dependencies),
144
146
  // new AttendanceFormat(dependencies),
145
- // new AttendanceArea(dependencies)
147
+ new AttendanceArea(dependencies)
146
148
  ];
147
149
  this.presenters.set(FilterKey.AREA, AreaPresenter.getInstance());
148
150
  this.presenters.set(FilterKey.DELIVERY_METHOD, AttendancePresenter.getInstance());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/fawkes",
3
- "version": "8.0.2-11",
3
+ "version": "8.0.2-12",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"