create-lacspace-app 2.2.0 → 2.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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -157,7 +157,7 @@ console.log(`Scaffolded ${written.length} files → ${dir}`);
157
157
 
158
158
  ## Licensing
159
159
 
160
- 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; the apps you generate are entirely yours.
160
+ 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; the apps you generate are entirely yours.
161
161
 
162
162
  <!-- LACSPACE-DEV-PLATFORM -->
163
163
 
@@ -165,13 +165,13 @@ Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-
165
165
 
166
166
  ## The Lacspace Developer Platform
167
167
 
168
- `create-lacspace-app` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
168
+ `create-lacspace-app` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
169
169
 
170
- - 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
170
+ - 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
171
171
  - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
172
172
  - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
173
173
  - 🖥️ **Finished app templates** — https://templates.lacspace.com
174
174
  - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
175
175
 
176
- Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
176
+ Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
177
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-lacspace-app",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Scaffold a beautiful, production-ready Next.js app from a Lacspace template — portfolio, business, e-commerce, SaaS, blog, docs, dashboard, restaurant or marketplace — pre-wired with SEO, security headers, sitemap and robots. Use it as a CLI (like create-next-app, but you start gorgeous) or import it as a library to generate projects programmatically.",
5
5
  "type": "module",
6
6
  "bin": {