@studyportals/fawkes 8.0.2-5 → 8.0.2-7

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.
@@ -4,7 +4,7 @@ import {
4
4
  // Area,
5
5
  // Attendance,
6
6
  // AttendanceDegree,
7
- // Continent,
7
+ Continent,
8
8
  // ContinentTuitionFee,
9
9
  // Country,
10
10
  // CountryAttendance,
@@ -22,7 +22,7 @@ import {
22
22
  // DegreeCountryAttendance,
23
23
  // DegreeCountryDiscipline,
24
24
  // DegreeCountryTuitionFee,
25
- // Format,
25
+ Format,
26
26
  // DisciplineAttendance,
27
27
  // DisciplineContinent,
28
28
  // DisciplineCountry,
@@ -40,9 +40,9 @@ import {
40
40
  // DegreeArea,
41
41
  // DegreeTuitionFee,
42
42
  // AttendanceTuitionFee,
43
- Duration,
43
+ Duration,
44
44
  // AttendanceDuration,
45
- // DegreeAreaTuitionFee,
45
+ DegreeAreaTuitionFee,
46
46
  // DisciplineContinentAttendance,
47
47
  // DegreeContinentTuitionFee,
48
48
  // AttendanceFormat,
@@ -53,7 +53,7 @@ Duration,
53
53
  // CountrySpecialProgrammes,
54
54
  // AttendanceArea,
55
55
  // DegreeFormatTuitionFee,
56
- // ContinentDuration,
56
+ ContinentDuration,
57
57
  // DegreeAttendanceFormat,
58
58
  // DisciplineCountryAttendance,
59
59
  // DisciplineCountryFormat,
@@ -90,7 +90,7 @@ export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGenerato
90
90
  // new AttendanceDegree(dependencies),
91
91
  // new AttendanceDuration(dependencies),
92
92
  // new AttendanceContinent(dependencies),
93
- // new Continent(dependencies),
93
+ new Continent(dependencies),
94
94
  // new ContinentTuitionFee(dependencies),
95
95
  // new Country(dependencies),
96
96
  // new CountryAttendance(dependencies),
@@ -110,7 +110,7 @@ export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGenerato
110
110
  // new CountrySpecialProgrammes(dependencies),
111
111
  // new ContinentFormat(dependencies),
112
112
  // new ContinentSpecialProgrammes(dependencies),
113
- // new ContinentDuration(dependencies),
113
+ new ContinentDuration(dependencies),
114
114
  // new DegreeAttendanceDiscipline(dependencies),
115
115
  // new DegreeCountryAttendance(dependencies),
116
116
  // new DegreeCountryDiscipline(dependencies),
@@ -120,13 +120,13 @@ export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGenerato
120
120
  // new DegreeAttendanceTuitionFee(dependencies),
121
121
  // new DegreeArea(dependencies),
122
122
  // new DegreeTuitionFee(dependencies),
123
- // new DegreeAreaTuitionFee(dependencies),
123
+ new DegreeAreaTuitionFee(dependencies),
124
124
  // new DegreeContinentTuitionFee(dependencies),
125
125
  // new DegreeDuration(dependencies),
126
126
  // new DegreeFormatTuitionFee(dependencies),
127
127
  // new DegreeAttendanceFormat(dependencies),
128
128
  // new DegreeSpecialProgrammes(dependencies),
129
- // new Format(dependencies),
129
+ new Format(dependencies),
130
130
  // new DisciplineAttendance(dependencies),
131
131
  // new DisciplineContinent(dependencies),
132
132
  // new DisciplineCountry(dependencies),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/fawkes",
3
- "version": "8.0.2-5",
3
+ "version": "8.0.2-7",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"