create-lacspace-seo 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +11 -6
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -84,18 +84,23 @@ export const metadata = site.meta({ title: "Pricing", path: "/pricing" });
84
84
 
85
85
  ## Licensing
86
86
 
87
- This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — MIT-equivalent freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
87
+ 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.
88
88
 
89
89
  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)**.
90
90
 
91
+ <!-- LACSPACE-DEV-PLATFORM -->
92
+
91
93
  ---
92
94
 
93
- <div align="center">
95
+ ## The Lacspace Developer Platform
94
96
 
95
- **Part of the Lacspace ecosystem zero-dependency, isomorphic TypeScript packages.**
97
+ `create-lacspace-seo` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
96
98
 
97
- [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)
99
+ - 🗂️ **All 80+ packages** https://developer.lacspace.com/packages
100
+ - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
101
+ - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
102
+ - 🖥️ **Finished app templates** — https://templates.lacspace.com
103
+ - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
98
104
 
99
- </div>
105
+ Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
100
106
 
101
- <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,10 +1,10 @@
1
1
  {
2
2
  "name": "create-lacspace-seo",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Scaffold a complete, production-ready SEO setup into a Next.js App Router app in seconds — defineSite() config plus ready-made robots.txt, sitemap.xml, feed.xml, llms.txt and a dynamic OG-image route. Zero config, zero copywriting.",
5
5
  "type": "module",
6
6
  "bin": {
7
- "create-lacspace-seo": "./dist/index.js"
7
+ "create-lacspace-seo": "dist/index.js"
8
8
  },
9
9
  "files": [
10
10
  "dist"
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "author": "Lacspace <contact@lacspace.com>",
34
34
  "license": "SEE LICENSE IN LICENSE",
35
- "homepage": "https://lacspace.com/packages",
35
+ "homepage": "https://developer.lacspace.com/packages",
36
36
  "repository": {
37
37
  "type": "git",
38
38
  "url": "git+https://github.com/lacspace/npm-packages.git",