@lacspace/llms-txt 1.3.1 → 1.3.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.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -164,7 +164,7 @@ llmsTxt(doc, { sort: (a, b) => /* custom */ 0 });
|
|
|
164
164
|
|
|
165
165
|
## Licensing
|
|
166
166
|
|
|
167
|
-
This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
|
|
167
|
+
This package is **free** under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
|
|
168
168
|
|
|
169
169
|
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)**.
|
|
170
170
|
|
|
@@ -174,14 +174,14 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
|
|
|
174
174
|
|
|
175
175
|
## The Lacspace Developer Platform
|
|
176
176
|
|
|
177
|
-
`@lacspace/llms-txt` is part of **
|
|
177
|
+
`@lacspace/llms-txt` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
178
178
|
|
|
179
179
|
- 📦 **This package, documented** — https://developer.lacspace.com/packages/llms-txt
|
|
180
|
-
- 🗂️ **All
|
|
180
|
+
- 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
|
|
181
181
|
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
182
182
|
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
183
183
|
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
184
184
|
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
185
185
|
|
|
186
|
-
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
186
|
+
Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
187
187
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lacspace/llms-txt",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
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",
|