@griddo/cx 11.14.0 → 11.14.1-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/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.0",
25331
+ version: "11.14.1-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.0",
25392
+ "@griddo/core": "11.14.1-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: "d2c96b30e53ce16a9d06df7fd512308ae6fff64c"
25426
+ gitHead: "8ab9d78cd6b63b616acdd9b504964cda77d5076c"
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.0",
4
+ "version": "11.14.1-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.0",
65
+ "@griddo/core": "11.14.1-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": "d2c96b30e53ce16a9d06df7fd512308ae6fff64c"
99
+ "gitHead": "8ab9d78cd6b63b616acdd9b504964cda77d5076c"
100
100
  }