@studyportals/fawkes 8.1.2-1 → 8.1.2-2

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.
@@ -41,7 +41,7 @@ export class ScholarshipStructuredDataFactory extends SearchStructuredDataFactor
41
41
  return {
42
42
  isAccessibleForFree: false,
43
43
  cssSelector: '.scholarship-paywall',
44
- accessMode: 'subscription'
44
+ accessMode: 'registration'
45
45
  };
46
46
  }
47
47
  async buildAmount(card) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/fawkes",
3
- "version": "8.1.2-1",
3
+ "version": "8.1.2-2",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"