@griddo/cx 11.10.44 → 11.10.46-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.
@@ -80,8 +80,6 @@ async function generateLLMs(domain: string): Promise<void> {
80
80
  const griddoLLMsHeader = `llms.txt for the domain ${domain}
81
81
  Generated: ${new Date().toISOString().replace("T", " ").slice(0, 19)}`;
82
82
 
83
- console.log(template);
84
-
85
83
  const finalContent = template
86
84
  .replace(/\{\{\s*LLMS_HEADER\s*\}\}/g, `${griddoLLMsHeader}`)
87
85
  .replace(/\{\{\s*LLMS_PAGE_LINKS\s*\}\}/g, `${pageLinks.join("\n")}`);
@@ -1,7 +1,6 @@
1
1
  import fsp from "node:fs/promises";
2
2
  import path from "node:path";
3
3
 
4
- import { addLogToBuffer } from "@core/logger";
5
4
  import pLimit from "p-limit";
6
5
 
7
6
  import { findFilesBySuffix } from "../../../core/fs";
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.10.44",
4
+ "version": "11.10.46-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.10.44",
64
+ "@griddo/core": "11.10.46-rc.0",
65
65
  "@types/node": "20.19.4",
66
66
  "@typescript/native-preview": "7.0.0-dev.20260108.1",
67
67
  "cheerio": "1.1.2",
@@ -94,5 +94,5 @@
94
94
  "publishConfig": {
95
95
  "access": "public"
96
96
  },
97
- "gitHead": "f3651917c79766226d4cf79693ebf29aa0725aff"
97
+ "gitHead": "333efc7d155c7a8eddf01ee85fc729f7dd08891c"
98
98
  }