@studyportals/fawkes 8.2.4-11 → 8.2.4-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.
@@ -31,6 +31,8 @@ export class CountryAreaCity extends OrganisationsSeoIndexabilityPolicy {
31
31
  paths.push(this.getPathWithSortingOption(city.path));
32
32
  }
33
33
  }
34
+ console.warn(`Generated ${paths.length} URLs for CountryAreaCity policy.`);
35
+ console.warn('Generated URLs:', JSON.stringify(paths));
34
36
  return paths;
35
37
  }
36
38
  get filterCombination() {
@@ -29,6 +29,8 @@ export class CountryCity extends OrganisationsSeoIndexabilityPolicy {
29
29
  paths.push(this.getPathWithSortingOption(city.path));
30
30
  }
31
31
  }
32
+ console.warn(`Generated ${paths.length} URLs for CountryCity policy.`);
33
+ console.warn('Generated URLs:', JSON.stringify(paths));
32
34
  return paths;
33
35
  }
34
36
  get filterCombination() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/fawkes",
3
- "version": "8.2.4-11",
3
+ "version": "8.2.4-12",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"