@studyportals/fawkes 4.0.2-12 → 4.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.
@@ -1,7 +1,7 @@
1
1
  import { DependencyTypes } from '../enums/DependencyTypes';
2
2
  import { BaseSitemapUrlGeneratorManager } from './BaseSitemapUrlGeneratorManager';
3
3
  // import { Area, AreaAttendance, Attendance, Continent, Country, CountryAttendance, RankedArea, RankedAreaDiscipline, RankedAttendance, RankedAttendanceDiscipline, RankedContinent, RankedContinentAttendance, RankedCountry, RankedCountryAttendance, RankedCountryDiscipline, RankedDiscipline, RankedUnfiltered, Unfiltered } from '../organisations/policies';
4
- import { Area, AreaAttendance, Attendance, Continent, Country, CountryAttendance, RankedArea, RankedAreaDiscipline, RankedAttendance, RankedAttendanceDiscipline, Unfiltered } from '../organisations/policies';
4
+ import { RankedArea, RankedAreaDiscipline, RankedAttendance, RankedAttendanceDiscipline } from '../organisations/policies';
5
5
  import { AreaPresenter } from '../presenters/AreaPresenter';
6
6
  import { AttendancePresenter } from '../presenters/AttendancePresenter';
7
7
  import { ContinentPresenter } from '../presenters/ContinentPresenter';
@@ -28,13 +28,13 @@ export class OrganisationsSitemapUrlGeneratorManager extends BaseSitemapUrlGener
28
28
  rankingApiClient
29
29
  };
30
30
  this.policies = [
31
- new Area(dependencies),
32
- new AreaAttendance(dependencies),
33
- new Attendance(dependencies),
34
- new Continent(dependencies),
35
- new Country(dependencies),
36
- new CountryAttendance(dependencies),
37
- new Unfiltered(dependencies),
31
+ // new Area(dependencies),
32
+ // new AreaAttendance(dependencies),
33
+ // new Attendance(dependencies),
34
+ // new Continent(dependencies),
35
+ // new Country(dependencies),
36
+ // new CountryAttendance(dependencies),
37
+ // new Unfiltered(dependencies),
38
38
  new RankedArea(dependencies),
39
39
  new RankedAreaDiscipline(dependencies),
40
40
  new RankedAttendance(dependencies),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/fawkes",
3
- "version": "4.0.2-12",
3
+ "version": "4.0.2-13",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"