@lacspace/id 1.0.2 → 1.0.3

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
@@ -50,7 +50,7 @@ Why v7? Because random UUIDs (v4) scatter across a database index, hurting inser
50
50
 
51
51
  ## Licensing
52
52
 
53
- 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.
53
+ 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.
54
54
 
55
55
  Not every Lacspace package is free. We also offer **Commercial**, **Client-specific** and **Private** packages under separate terms — see the **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
56
56
 
@@ -60,14 +60,14 @@ Not every Lacspace package is free. We also offer **Commercial**, **Client-speci
60
60
 
61
61
  ## The Lacspace Developer Platform
62
62
 
63
- `@lacspace/id` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
63
+ `@lacspace/id` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
64
64
 
65
65
  - 📦 **This package, documented** — https://developer.lacspace.com/packages/id
66
- - 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
66
+ - 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
67
67
  - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
68
68
  - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
69
69
  - 🖥️ **Finished app templates** — https://templates.lacspace.com
70
70
  - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
71
71
 
72
- Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
72
+ Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacspace/id",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Unique IDs done right — UUID v4, time-sortable UUID v7, Nano-ID-style and short URL-safe codes. Cryptographically random (Web Crypto), zero-dependency, isomorphic.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",