@griddo/cx 11.13.3 → 11.13.4-rc.0
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/commands/end-render.js +1 -1
- package/build/commands/end-render.js.map +2 -2
- package/build/commands/prepare-assets-directory.js +1 -1
- package/build/commands/prepare-assets-directory.js.map +2 -2
- package/build/commands/prepare-domains-render.js +1 -1
- package/build/commands/prepare-domains-render.js.map +2 -2
- package/build/commands/reset-render.js +1 -1
- package/build/commands/reset-render.js.map +2 -2
- package/build/commands/start-render.js +1 -1
- package/build/commands/start-render.js.map +2 -2
- package/build/commands/upload-search-content.js +23 -23
- package/build/commands/upload-search-content.js.map +2 -2
- package/build/index.js +3 -3
- package/package.json +3 -3
package/build/index.js
CHANGED
|
@@ -25327,7 +25327,7 @@ var SITE_URI = `${GRIDDO_API_URL2}/site/`;
|
|
|
25327
25327
|
var package_default = {
|
|
25328
25328
|
name: "@griddo/cx",
|
|
25329
25329
|
description: "Griddo SSG based on Gatsby",
|
|
25330
|
-
version: "11.13.
|
|
25330
|
+
version: "11.13.4-rc.0",
|
|
25331
25331
|
authors: [
|
|
25332
25332
|
"Hisco <francis.vega@griddo.io>"
|
|
25333
25333
|
],
|
|
@@ -25387,7 +25387,7 @@ var package_default = {
|
|
|
25387
25387
|
},
|
|
25388
25388
|
devDependencies: {
|
|
25389
25389
|
"@biomejs/biome": "2.3.4",
|
|
25390
|
-
"@griddo/core": "11.13.
|
|
25390
|
+
"@griddo/core": "11.13.4-rc.0",
|
|
25391
25391
|
"@types/node": "20.19.4",
|
|
25392
25392
|
"@typescript/native-preview": "7.0.0-dev.20260401.1",
|
|
25393
25393
|
cheerio: "1.1.2",
|
|
@@ -25421,7 +25421,7 @@ var package_default = {
|
|
|
25421
25421
|
publishConfig: {
|
|
25422
25422
|
access: "public"
|
|
25423
25423
|
},
|
|
25424
|
-
gitHead: "
|
|
25424
|
+
gitHead: "ef819eae8a22dda5b88928f71d5fec5299a54a94"
|
|
25425
25425
|
};
|
|
25426
25426
|
|
|
25427
25427
|
// exporter/shared/headers.ts
|
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": "11.13.
|
|
4
|
+
"version": "11.13.4-rc.0",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Hisco <francis.vega@griddo.io>"
|
|
7
7
|
],
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@biomejs/biome": "2.3.4",
|
|
64
|
-
"@griddo/core": "11.13.
|
|
64
|
+
"@griddo/core": "11.13.4-rc.0",
|
|
65
65
|
"@types/node": "20.19.4",
|
|
66
66
|
"@typescript/native-preview": "7.0.0-dev.20260401.1",
|
|
67
67
|
"cheerio": "1.1.2",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"publishConfig": {
|
|
96
96
|
"access": "public"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "ef819eae8a22dda5b88928f71d5fec5299a54a94"
|
|
99
99
|
}
|