@griddo/cx 11.14.1 → 11.14.2-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/notify-indexnow.js +1 -1
- package/build/commands/notify-indexnow.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 +1 -1
- 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
|
@@ -25328,7 +25328,7 @@ var SITE_URI = `${GRIDDO_API_URL2}/site/`;
|
|
|
25328
25328
|
var package_default = {
|
|
25329
25329
|
name: "@griddo/cx",
|
|
25330
25330
|
description: "Griddo SSG based on Gatsby",
|
|
25331
|
-
version: "11.14.
|
|
25331
|
+
version: "11.14.2-rc.0",
|
|
25332
25332
|
authors: [
|
|
25333
25333
|
"Hisco <francis.vega@griddo.io>"
|
|
25334
25334
|
],
|
|
@@ -25389,7 +25389,7 @@ var package_default = {
|
|
|
25389
25389
|
},
|
|
25390
25390
|
devDependencies: {
|
|
25391
25391
|
"@biomejs/biome": "2.3.4",
|
|
25392
|
-
"@griddo/core": "11.14.
|
|
25392
|
+
"@griddo/core": "11.14.2-rc.0",
|
|
25393
25393
|
"@types/node": "20.19.4",
|
|
25394
25394
|
"@typescript/native-preview": "7.0.0-dev.20260401.1",
|
|
25395
25395
|
cheerio: "1.1.2",
|
|
@@ -25423,7 +25423,7 @@ var package_default = {
|
|
|
25423
25423
|
publishConfig: {
|
|
25424
25424
|
access: "public"
|
|
25425
25425
|
},
|
|
25426
|
-
gitHead: "
|
|
25426
|
+
gitHead: "b93ad3eedf58a5187667f87764045b815c87cc68"
|
|
25427
25427
|
};
|
|
25428
25428
|
|
|
25429
25429
|
// 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.14.
|
|
4
|
+
"version": "11.14.2-rc.0",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Hisco <francis.vega@griddo.io>"
|
|
7
7
|
],
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@biomejs/biome": "2.3.4",
|
|
65
|
-
"@griddo/core": "11.14.
|
|
65
|
+
"@griddo/core": "11.14.2-rc.0",
|
|
66
66
|
"@types/node": "20.19.4",
|
|
67
67
|
"@typescript/native-preview": "7.0.0-dev.20260401.1",
|
|
68
68
|
"cheerio": "1.1.2",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"publishConfig": {
|
|
97
97
|
"access": "public"
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "b93ad3eedf58a5187667f87764045b815c87cc68"
|
|
100
100
|
}
|