@griddo/cx 1.75.197 → 1.75.199
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 +4 -4
- package/src/utils/pages.ts +16 -2
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 fp=Y(mt()),Uu=Y(Gt()),hp=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 fp=Y(mt()),Uu=Y(Gt()),hp=Y(eu()),Gu=Y($u());var Hu="1.75.199";Uu.default.config();var dp=!!process.env.GRIDDO_BUILD_LOGS&&!!JSON.parse(process.env.GRIDDO_BUILD_LOGS);function zu(...e){dp&&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.199",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
7
7
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@babel/preset-env": "^7.14.5",
|
|
34
34
|
"@babel/preset-react": "^7.14.5",
|
|
35
35
|
"@babel/preset-typescript": "^7.16.5",
|
|
36
|
-
"@griddo/core": "^1.75.
|
|
36
|
+
"@griddo/core": "^1.75.199",
|
|
37
37
|
"@svgr/webpack": "^5.5.0",
|
|
38
38
|
"babel-loader": "^8.0.6",
|
|
39
39
|
"babel-plugin-styled-components": "^1.10.7",
|
|
@@ -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.199",
|
|
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": "9d16a4ec24450d9b86401d868d885f5f1a2de880"
|
|
116
116
|
}
|
package/src/utils/pages.ts
CHANGED
|
@@ -485,6 +485,18 @@ function getPaginatedPages(listTemplate: TemplateWithDistributor) {
|
|
|
485
485
|
return pageClusters;
|
|
486
486
|
}
|
|
487
487
|
|
|
488
|
+
/**
|
|
489
|
+
* Remove duplicate ending trailing character from a string
|
|
490
|
+
*
|
|
491
|
+
* @param url the strin url
|
|
492
|
+
* @example
|
|
493
|
+
* removeDuplicateTrailingSlash('http://griddo.com/foo/bar//')
|
|
494
|
+
* // -> http://griddo.com/foo/bar/
|
|
495
|
+
*/
|
|
496
|
+
function removeDuplicateTrailing(url: string) {
|
|
497
|
+
return url.replace(/\/+$/, "/");
|
|
498
|
+
}
|
|
499
|
+
|
|
488
500
|
/**
|
|
489
501
|
* Adds a number to an URL adding optionally an ending slash.
|
|
490
502
|
*
|
|
@@ -505,10 +517,12 @@ function addPageNumberToUrl(
|
|
|
505
517
|
const endingSlash = options?.addEndingSlash ? "/" : "";
|
|
506
518
|
|
|
507
519
|
if (pageNumber <= 1) {
|
|
508
|
-
return `${url}${endingSlash}
|
|
520
|
+
return removeDuplicateTrailing(`${url}${endingSlash}`);
|
|
509
521
|
}
|
|
510
522
|
|
|
511
|
-
return
|
|
523
|
+
return removeDuplicateTrailing(
|
|
524
|
+
`${url}${trailingSlash}${pageNumber}${endingSlash}`
|
|
525
|
+
);
|
|
512
526
|
}
|
|
513
527
|
|
|
514
528
|
/**
|