@lacspace/llms-txt 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +11 -2
package/README.md CHANGED
@@ -126,4 +126,14 @@ This package is **free** under the **[Lacspace Free Licence](https://lacspace.co
126
126
 
127
127
  Not every Lacspace package is free. We also offer **Commercial** (paid), **Client-specific**, and **Private** (proprietary) packages under separate terms. See the full **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
128
128
 
129
+ ---
130
+
131
+ <div align="center">
132
+
133
+ **Part of the Lacspace ecosystem — 35 zero-dependency, isomorphic TypeScript packages.**
134
+
135
+ [All packages ↗](https://lacspace.com/packages) · [npm org ↗](https://www.npmjs.com/org/lacspace) · [Licence Centre ↗](https://lacspace.com/licenses) · [GitHub ↗](https://github.com/lacspace/npm-packages)
136
+
137
+ </div>
138
+
129
139
  <div align="center"><sub>Built with care by <a href="https://lacspace.com">Lacspace</a> · Lacspace Free Licence · <a href="https://github.com/lacspace/npm-packages">source</a></sub></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacspace/llms-txt",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Generate and parse llms.txt and llms-full.txt (the llmstxt.org standard) — a Markdown map of your site for LLMs. Zero-dependency, isomorphic.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -35,7 +35,13 @@
35
35
  "generative-engine-optimization",
36
36
  "geo",
37
37
  "seo",
38
- "typescript"
38
+ "typescript",
39
+ "aeo",
40
+ "ai-search",
41
+ "chatgpt",
42
+ "perplexity",
43
+ "markdown",
44
+ "llms"
39
45
  ],
40
46
  "author": "Lacspace <contact@lacspace.com>",
41
47
  "license": "SEE LICENSE IN LICENSE",
@@ -50,5 +56,8 @@
50
56
  },
51
57
  "engines": {
52
58
  "node": ">=18"
59
+ },
60
+ "publishConfig": {
61
+ "access": "public"
53
62
  }
54
63
  }