gscan 4.39.0 → 4.39.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.
@@ -719,7 +719,7 @@ let rules = {
719
719
  details: oneLineTrim`<code>config.custom</code> entry <code>visibility</code> should be valid <code>nql</code>.<br />
720
720
  Check the <a href="${docsBaseUrl}custom-settings" target=_blank><code>config.custom</code> documentation</a> for further information.`
721
721
  },
722
- 'GS010-PJ-CUST-THEME-SETTINGS-VISIBILITY-INVALID-VALUE': {
722
+ 'GS010-PJ-CUST-THEME-SETTINGS-VISIBILITY-VALUE': {
723
723
  level: 'error',
724
724
  rule: '<code>package.json</code> property <code>config.custom</code> contains an entry with <code>visibility</code> that references a custom setting that does not exist',
725
725
  details: oneLineTrim`<code>config.custom</code> entry <code>visibility</code> should be only reference other custom settings.<br />
@@ -741,7 +741,7 @@ let rules = {
741
741
  'GS120-NO-UNKNOWN-GLOBALS': {
742
742
  level: 'error',
743
743
  rule: 'No unknown global helper used',
744
- details: oneLineTrim`A global helper was detected that is not supported by this version of Ghost. Check the
744
+ details: oneLineTrim`A global helper was detected that is not supported by this version of Ghost. Check the
745
745
  <a href="${docsBaseUrl}helpers/" target=_blank>helpers documentation</a> for further information.`
746
746
  }
747
747
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gscan",
3
- "version": "4.39.0",
3
+ "version": "4.39.2",
4
4
  "description": "Scans Ghost themes looking for errors, deprecations, features and compatibility",
5
5
  "keywords": [
6
6
  "ghost",