@studyportals/fawkes 8.0.2-12 → 8.0.2-13

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.
@@ -22,7 +22,7 @@ Continent,
22
22
  // DegreeCountryAttendance,
23
23
  // DegreeCountryDiscipline,
24
24
  // DegreeCountryTuitionFee,
25
- Format,
25
+ // Format,
26
26
  // DisciplineAttendance,
27
27
  // DisciplineContinent,
28
28
  // DisciplineCountry,
@@ -49,9 +49,9 @@ 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,
@@ -73,6 +73,7 @@ import { DurationPresenter } from '../presenters/DurationPresenter';
73
73
  import { EducationalFormPresenter } from '../presenters/EducationalFormPresenter';
74
74
  import { FormatPresenter } from '../presenters/FormatPresenter';
75
75
  import { DisciplineSpecialProgrammes } from '../programmes/policies/DisciplineSpecialProgrammes';
76
+ import { DegreeAttendanceSpecialProgrammes } from '../programmes/policies/DegreeAttendanceSpecialProgrammes';
76
77
  export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGeneratorManager {
77
78
  portalType;
78
79
  policies;
@@ -127,7 +128,8 @@ export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGenerato
127
128
  // new DegreeFormatTuitionFee(dependencies),
128
129
  // new DegreeAttendanceFormat(dependencies),
129
130
  // new DegreeSpecialProgrammes(dependencies),
130
- new Format(dependencies),
131
+ new DegreeAttendanceSpecialProgrammes(dependencies),
132
+ // new Format(dependencies),
131
133
  // new DisciplineAttendance(dependencies),
132
134
  // new DisciplineContinent(dependencies),
133
135
  // new DisciplineCountry(dependencies),
@@ -144,7 +146,7 @@ export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGenerato
144
146
  new DisciplineSpecialProgrammes(dependencies),
145
147
  // new AttendanceTuitionFee(dependencies),
146
148
  // new AttendanceFormat(dependencies),
147
- new AttendanceArea(dependencies)
149
+ // new AttendanceArea(dependencies)
148
150
  ];
149
151
  this.presenters.set(FilterKey.AREA, AreaPresenter.getInstance());
150
152
  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-12",
3
+ "version": "8.0.2-13",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"