@griddo/cx 1.68.3 → 1.68.6

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.
Files changed (2) hide show
  1. package/gatsby-node.js +2 -2
  2. package/package.json +3 -3
package/gatsby-node.js CHANGED
@@ -94,7 +94,7 @@ exports.createPages = async ({ actions }) => {
94
94
  headers,
95
95
  footers,
96
96
  socials,
97
- sitePages,
97
+ // sitePages, // CX-19678
98
98
  } = await sites.getSiteData(siteID);
99
99
 
100
100
  site.languages = siteLangs;
@@ -136,7 +136,7 @@ exports.createPages = async ({ actions }) => {
136
136
  componentsVersion,
137
137
  showBasicMetaRobots,
138
138
  BUILD_MODE,
139
- sitePages,
139
+ //sitePages, // CX-19678
140
140
  siteScript
141
141
  };
142
142
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@griddo/cx",
3
3
  "description": "Griddo SSG based on Gatsby",
4
- "version": "1.68.3",
4
+ "version": "1.68.6",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -64,7 +64,7 @@
64
64
  "react-helmet": "^6.0.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@griddo/eslint-config-back": "^1.68.3",
67
+ "@griddo/eslint-config-back": "^1.68.6",
68
68
  "eslint": "^7.5.0",
69
69
  "eslint-plugin-node": "^11.1.0",
70
70
  "eslint-plugin-react": "7.14.3",
@@ -96,5 +96,5 @@
96
96
  "publishConfig": {
97
97
  "access": "public"
98
98
  },
99
- "gitHead": "51a9cfb56854b1b9102de4d73d37b2835be55562"
99
+ "gitHead": "48d324f4f214cc47e41ffe6d6a192289d5303c17"
100
100
  }