czon 0.7.1 → 0.7.2

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.
@@ -105,8 +105,6 @@ Disallow:
105
105
  User-agent: KHTML, like Gecko
106
106
  Disallow:
107
107
 
108
- Content-Signal: ai-train=yes, search=yes, ai-input=yes
109
-
110
108
  ${metadata_1.MetaData.options.baseUrl ? `Sitemap: ${path.join(metadata_1.MetaData.options.baseUrl, 'sitemap.xml')}` : ''}
111
109
  `;
112
110
  const robotsPath = path.join(paths_1.CZON_DIST_DIR, 'robots.txt');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "czon",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "CZON - AI enhanced Markdown content engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",