@griddo/cx 1.73.18 → 1.73.20
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.
- package/gatsby-node.js +1 -1
- package/package.json +3 -3
package/gatsby-node.js
CHANGED
|
@@ -21,7 +21,7 @@ require('dotenv').config();
|
|
|
21
21
|
// Envs
|
|
22
22
|
const baseUrl = process.env.API_URL;
|
|
23
23
|
const publicBaseUrl = process.env.PUBLIC_API_URL;
|
|
24
|
-
const instance = process.env.
|
|
24
|
+
const instance = process.env.REACT_APP_INSTANCE;
|
|
25
25
|
const IS_SERVE = !!process.env.IS_SERVE && JSON.parse(process.env.IS_SERVE);
|
|
26
26
|
const BUILD_MODE = process.env.CXBRANCH;
|
|
27
27
|
|
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.73.
|
|
4
|
+
"version": "1.73.20",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
7
7
|
"Carlos Torres <carlos.torres@secuoyas.com>",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"sass": "^1.54.5"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@griddo/eslint-config-back": "^1.73.
|
|
68
|
+
"@griddo/eslint-config-back": "^1.73.20",
|
|
69
69
|
"eslint": "^7.5.0",
|
|
70
70
|
"eslint-plugin-node": "^11.1.0",
|
|
71
71
|
"eslint-plugin-react": "7.14.3",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"publishConfig": {
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "2bca5a92a304e728dc1e4e1a220cefa9c0b5742e"
|
|
101
101
|
}
|