@lacspace/ledger 1.0.0 → 1.0.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
@@ -65,9 +65,9 @@ An account's balance is the **sum of its signed line amounts**. A **debit is pos
65
65
 
66
66
  ## Licensing
67
67
 
68
- 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.
68
+ 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.
69
69
 
70
- Not every Lacspace package is free. We also offer **Commercial** (paid), **Client-specific**, and **Private** (proprietary) packages under separate terms. See the full **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
70
+ Not every Lacspace package is free. We also offer **Commercial** (paid), **Client-specific**, and **Private** (proprietary) packages under separate terms. See the full **[Lacspace Licence Centre](https://developer.lacspace.com/licenses)**.
71
71
 
72
72
  <!-- LACSPACE-DEV-PLATFORM -->
73
73
 
@@ -75,7 +75,7 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
75
75
 
76
76
  ## The Lacspace Developer Platform
77
77
 
78
- `@lacspace/ledger` is part of **63+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
78
+ `@lacspace/ledger` is part of **80+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
79
79
 
80
80
  - 🗂️ **All packages** — https://developer.lacspace.com/packages
81
81
  - 🧭 **Developer handbook** — https://developer.lacspace.com/handbook
@@ -83,4 +83,4 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
83
83
  - 🖥️ **Finished app templates** — https://templates.lacspace.com
84
84
  - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
85
85
 
86
- Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
86
+ Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacspace/ledger",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A tiny double-entry ledger & wallet — balanced transactions, per-account balances and a trial balance that always sums to zero. Integer minor units, immutable ops, crypto-random ids. Isomorphic.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",