@lacspace/humanize 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.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ Options let you switch to IEC units, long durations, more precision, Oxford comm
|
|
|
52
52
|
|
|
53
53
|
## Licensing
|
|
54
54
|
|
|
55
|
-
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.
|
|
55
|
+
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.
|
|
56
56
|
|
|
57
57
|
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)**.
|
|
58
58
|
|
|
@@ -62,14 +62,14 @@ Not every Lacspace package is free. We also offer **Commercial**, **Client-speci
|
|
|
62
62
|
|
|
63
63
|
## The Lacspace Developer Platform
|
|
64
64
|
|
|
65
|
-
`@lacspace/humanize` is part of **
|
|
65
|
+
`@lacspace/humanize` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
66
66
|
|
|
67
67
|
- 📦 **This package, documented** — https://developer.lacspace.com/packages/humanize
|
|
68
|
-
- 🗂️ **All
|
|
68
|
+
- 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
|
|
69
69
|
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
70
70
|
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
71
71
|
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
72
72
|
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
73
73
|
|
|
74
|
-
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
74
|
+
Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
75
75
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lacspace/humanize",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Turn machine values into human-readable text — bytes, durations, relative time, ordinals, plurals, compact numbers and grammatical lists. Zero-dependency, isomorphic.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|