@lacspace/invoice 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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -105,9 +105,9 @@ All amounts are integer minor units; `taxRate` is a fraction (`0.13` = 13%). `ne
105
105
 
106
106
  ## Licensing
107
107
 
108
- 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.
108
+ 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.
109
109
 
110
- 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)**.
110
+ 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)**.
111
111
 
112
112
  <!-- LACSPACE-DEV-PLATFORM -->
113
113
 
@@ -115,7 +115,7 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
115
115
 
116
116
  ## The Lacspace Developer Platform
117
117
 
118
- `@lacspace/invoice` is part of **63+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
118
+ `@lacspace/invoice` is part of **80+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
119
119
 
120
120
  - 🗂️ **All packages** — https://developer.lacspace.com/packages
121
121
  - 🧭 **Developer handbook** — https://developer.lacspace.com/handbook
@@ -123,4 +123,4 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
123
123
  - 🖥️ **Finished app templates** — https://templates.lacspace.com
124
124
  - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
125
125
 
126
- Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
126
+ 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/invoice",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Invoice model, numbering and tax-rollup engine — per-line and total calculation, tax grouped by rate, sequential invoice numbers, payment tracking and a render-ready row structure for PDF/XLSX. Integer minor units, zero-dependency, isomorphic.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",