@lacspace/order 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
@@ -109,9 +109,9 @@ Types exported: `OrderStatus`, `OrderLine`, `OrderLineInput`, `StatusEvent`, `Or
109
109
 
110
110
  ## Licensing
111
111
 
112
- 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.
112
+ 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.
113
113
 
114
- 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)**.
114
+ 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)**.
115
115
 
116
116
  <!-- LACSPACE-DEV-PLATFORM -->
117
117
 
@@ -119,7 +119,7 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
119
119
 
120
120
  ## The Lacspace Developer Platform
121
121
 
122
- `@lacspace/order` is part of **63+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
122
+ `@lacspace/order` is part of **80+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
123
123
 
124
124
  - 🗂️ **All packages** — https://developer.lacspace.com/packages
125
125
  - 🧭 **Developer handbook** — https://developer.lacspace.com/handbook
@@ -127,4 +127,4 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
127
127
  - 🖥️ **Finished app templates** — https://templates.lacspace.com
128
128
  - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
129
129
 
130
- Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
130
+ 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/order",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Headless order-lifecycle engine — an immutable order model with a state machine, order-number generation, line-item price snapshotting and timestamped status history. Integer minor units, zero-dependency, isomorphic (Node, edge, browser).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",