@lacspace/money 1.0.1 → 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.
- package/README.md +12 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -66,16 +66,22 @@ All operations return a new `Money` — instances are immutable.
|
|
|
66
66
|
|
|
67
67
|
## Licensing
|
|
68
68
|
|
|
69
|
-
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** —
|
|
69
|
+
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. See the **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
|
|
70
|
+
|
|
71
|
+
<!-- LACSPACE-DEV-PLATFORM -->
|
|
70
72
|
|
|
71
73
|
---
|
|
72
74
|
|
|
73
|
-
|
|
75
|
+
## The Lacspace Developer Platform
|
|
74
76
|
|
|
75
|
-
|
|
77
|
+
`@lacspace/money` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
76
78
|
|
|
77
|
-
|
|
79
|
+
- 📦 **This package, documented** — https://developer.lacspace.com/packages/money
|
|
80
|
+
- 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
|
|
81
|
+
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
82
|
+
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
83
|
+
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
84
|
+
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
78
85
|
|
|
79
|
-
|
|
86
|
+
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
80
87
|
|
|
81
|
-
<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/money",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Money done right — integer minor units (no floating-point cent bugs), currency-safe arithmetic, remainder-preserving allocation/split, and localized formatting via Intl. Zero-dependency, isomorphic.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
],
|
|
45
45
|
"author": "Lacspace <contact@lacspace.com>",
|
|
46
46
|
"license": "SEE LICENSE IN LICENSE",
|
|
47
|
-
"homepage": "https://lacspace.com/packages",
|
|
47
|
+
"homepage": "https://developer.lacspace.com/packages/money",
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
50
50
|
"url": "git+https://github.com/lacspace/npm-packages.git",
|