@griddo/cx 1.75.224 → 1.75.225
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/build/index.js +1 -1
- package/package.json +3 -3
package/build/index.js
CHANGED
|
@@ -25,7 +25,7 @@ GFS4: `),console.error(e)});G[Q]||(na=global[Q]||[],sa(G,na),G.close=function(e)
|
|
|
25
25
|
\u2502 Access credentials failure \u2502
|
|
26
26
|
\u2502 Check that the login details are correct in your .env file \u2502
|
|
27
27
|
\u2570\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256F
|
|
28
|
-
`)),process.exit(1)}}},hr=new qn;var Xu=Y(An()),Ku=Y(yt()),Qu=Y(Gt());var lp=Y(yt()),Wu=Y(Gt()),fp=Y(nu()),Ju=Y(Gu());var zu="1.75.
|
|
28
|
+
`)),process.exit(1)}}},hr=new qn;var Xu=Y(An()),Ku=Y(yt()),Qu=Y(Gt());var lp=Y(yt()),Wu=Y(Gt()),fp=Y(nu()),Ju=Y(Gu());var zu="1.75.225";Wu.default.config();var hp=!!process.env.GRIDDO_BUILD_LOGS&&!!JSON.parse(process.env.GRIDDO_BUILD_LOGS)||!!process.env.LOGS&&!!JSON.parse(process.env.LOGS);function ui(e){hp&&console.info(e.replace(/(\s)\s+/g,"$1"))}function Vu(e){return new Promise(t=>setTimeout(t,e))}function Dr(e,t=3){return(e/1e3).toFixed(t)}function li(e){return"site"in e&&e.site?e?.site:void 0}function fi(...e){let t=performance.now();return e.forEach(r=>r()),Dr(performance.now()-t)}function Yu(){let e=`
|
|
29
29
|
\xB7\xB7
|
|
30
30
|
\xB7\xB7
|
|
31
31
|
\xB7\xB7
|
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.75.
|
|
4
|
+
"version": "1.75.225",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
7
7
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"react-helmet": "^6.0.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@griddo/eslint-config-back": "^1.75.
|
|
67
|
+
"@griddo/eslint-config-back": "^1.75.225",
|
|
68
68
|
"@types/babel__core": "^7.20.0",
|
|
69
69
|
"@types/babel__preset-env": "^7.9.2",
|
|
70
70
|
"@types/csvtojson": "^2.0.0",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"publishConfig": {
|
|
113
113
|
"access": "public"
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "a6b6a2ed7e0944aae31e4d35a07d74ad195a70c2"
|
|
116
116
|
}
|