@griddo/cx 11.13.3-rc.0 → 11.13.3

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
@@ -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.3-rc.0",
25330
+ version: "11.13.3",
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.3-rc.0",
25390
+ "@griddo/core": "11.13.3",
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: "7ae5d46aa8bd0782fff780f0fbae9c2e7cb6ae57"
25424
+ gitHead: "6dd412b5408e057baa6c1c89f4815c85c7e16a45"
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.3-rc.0",
4
+ "version": "11.13.3",
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.3-rc.0",
64
+ "@griddo/core": "11.13.3",
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": "7ae5d46aa8bd0782fff780f0fbae9c2e7cb6ae57"
98
+ "gitHead": "6dd412b5408e057baa6c1c89f4815c85c7e16a45"
99
99
  }