@lacspace/id 1.0.1 → 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 +12 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -50,18 +50,24 @@ 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)** — MIT-equivalent 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
 
57
+ <!-- LACSPACE-DEV-PLATFORM -->
58
+
57
59
  ---
58
60
 
59
- <div align="center">
61
+ ## The Lacspace Developer Platform
60
62
 
61
- **Part of the Lacspace ecosystem zero-dependency, isomorphic TypeScript packages.**
63
+ `@lacspace/id` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
62
64
 
63
- [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)
65
+ - 📦 **This package, documented** https://developer.lacspace.com/packages/id
66
+ - 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
67
+ - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
68
+ - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
69
+ - 🖥️ **Finished app templates** — https://templates.lacspace.com
70
+ - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
64
71
 
65
- </div>
72
+ Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
66
73
 
67
- <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/id",
3
- "version": "1.0.1",
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",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "author": "Lacspace <contact@lacspace.com>",
45
45
  "license": "SEE LICENSE IN LICENSE",
46
- "homepage": "https://lacspace.com/packages",
46
+ "homepage": "https://developer.lacspace.com/packages/id",
47
47
  "repository": {
48
48
  "type": "git",
49
49
  "url": "git+https://github.com/lacspace/npm-packages.git",