@griddo/cx 1.75.214 → 1.75.216
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
CHANGED
|
@@ -25,7 +25,7 @@ GFS4: `),console.error(e)});G[Q]||(ea=global[Q]||[],ra(G,ea),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 On;var Yu=Y(Rn()),Xu=Y(mt()),Ku=Y(Gt());var lp=Y(mt()),Uu=Y(Gt()),fp=Y(eu()),Gu=Y($u());var Hu="1.75.
|
|
28
|
+
`)),process.exit(1)}}},hr=new On;var Yu=Y(Rn()),Xu=Y(mt()),Ku=Y(Gt());var lp=Y(mt()),Uu=Y(Gt()),fp=Y(eu()),Gu=Y($u());var Hu="1.75.216";Uu.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 zu(...e){hp&&console.info(...e)}function Wu(e){return new Promise(t=>setTimeout(t,e))}function ai(e,t=3){return(e/1e3).toFixed(t)}function Ju(e){return"site"in e&&e.site?e?.site:void 0}function ci(...e){let t=performance.now();return e.forEach(r=>r()),ai(performance.now()-t)}function Vu(){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.216",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
7
7
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -20,12 +20,14 @@
|
|
|
20
20
|
"griddo-cx": "./index.js"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
-
"build": "yarn run build:exporter",
|
|
23
|
+
"build": "yarn run build:exporter && yarn run build:reset-render",
|
|
24
|
+
"build:reset-render": "esbuild ./scripts/reset-render.ts --bundle --platform=node --minify --outfile=./build/reset-render.js",
|
|
24
25
|
"build:exporter": "esbuild ./scripts/griddo-exporter.ts --bundle --platform=node --minify --outfile=./build/index.js",
|
|
25
26
|
"export": "gatsby telemetry --disable && gatsby build --prefix-paths",
|
|
26
27
|
"clean": "gatsby clean; rm -rf .cache public assets dist build store",
|
|
27
28
|
"prepare": "yarn run build:exporter",
|
|
28
|
-
"watch:tscheck": "tsc --noEmit --watch"
|
|
29
|
+
"watch:tscheck": "tsc --noEmit --watch",
|
|
30
|
+
"reset-render": "node ./build/reset-render.js"
|
|
29
31
|
},
|
|
30
32
|
"dependencies": {
|
|
31
33
|
"@babel/core": "^7.21.0",
|
|
@@ -33,7 +35,7 @@
|
|
|
33
35
|
"@babel/preset-env": "^7.14.5",
|
|
34
36
|
"@babel/preset-react": "^7.14.5",
|
|
35
37
|
"@babel/preset-typescript": "^7.16.5",
|
|
36
|
-
"@griddo/core": "^1.75.
|
|
38
|
+
"@griddo/core": "^1.75.216",
|
|
37
39
|
"@svgr/webpack": "^5.5.0",
|
|
38
40
|
"babel-loader": "^8.0.6",
|
|
39
41
|
"babel-plugin-styled-components": "^1.10.7",
|
|
@@ -63,7 +65,7 @@
|
|
|
63
65
|
"react-helmet": "^6.0.0"
|
|
64
66
|
},
|
|
65
67
|
"devDependencies": {
|
|
66
|
-
"@griddo/eslint-config-back": "^1.75.
|
|
68
|
+
"@griddo/eslint-config-back": "^1.75.216",
|
|
67
69
|
"@types/babel__core": "^7.20.0",
|
|
68
70
|
"@types/babel__preset-env": "^7.9.2",
|
|
69
71
|
"@types/csvtojson": "^2.0.0",
|
|
@@ -111,5 +113,5 @@
|
|
|
111
113
|
"publishConfig": {
|
|
112
114
|
"access": "public"
|
|
113
115
|
},
|
|
114
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "4c05b2002d8145a445c925139e87e099ccdedf44"
|
|
115
117
|
}
|
|
File without changes
|