@studyportals/fawkes 2.0.1-22 → 2.0.1-24

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.
@@ -36,7 +36,7 @@ export class AreaPolicy extends RuleBasedIndexabilityPolicy {
36
36
  const areaFragments = AreaPresenter.getInstance().getFragments();
37
37
  const paths = areaFragments
38
38
  .filter(area => this.checksEveryRuleForSitemap({
39
- [FilterKey.AREA]: area.id
39
+ [FilterKey.COUNTRY]: area.countryId
40
40
  }))
41
41
  .map(area => area.path);
42
42
  return Promise.resolve(paths);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/fawkes",
3
- "version": "2.0.1-22",
3
+ "version": "2.0.1-24",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"
@@ -67,7 +67,7 @@
67
67
  "ts-loader": "^9.5.2"
68
68
  },
69
69
  "engines": {
70
- "node": ">= 22.0.0",
71
- "npm": ">= 10.0.0"
70
+ "node": ">=18 <=22",
71
+ "npm": ">=8 <=10"
72
72
  }
73
73
  }