@lacspace/inventory 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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
**A stock-tracking engine that prevents overselling — reserve, commit & restock over a plain state object.**
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@lacspace/inventory)
|
|
8
|
+
[](https://packagephobia.com/result?p=@lacspace/inventory)
|
|
8
9
|
[](https://bundlephobia.com/package/@lacspace/inventory)
|
|
9
10
|
[](https://www.npmjs.com/package/@lacspace/inventory)
|
|
10
11
|
[](https://github.com/lacspace/npm-packages/blob/main/LICENSE)
|
|
@@ -84,7 +85,7 @@ stock = release(stock, 18); // cart abandoned → put them back
|
|
|
84
85
|
|
|
85
86
|
## Licensing
|
|
86
87
|
|
|
87
|
-
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.
|
|
88
|
+
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.
|
|
88
89
|
|
|
89
90
|
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)**.
|
|
90
91
|
|
|
@@ -94,7 +95,7 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
|
|
|
94
95
|
|
|
95
96
|
## The Lacspace Developer Platform
|
|
96
97
|
|
|
97
|
-
`@lacspace/inventory` is part of **
|
|
98
|
+
`@lacspace/inventory` is part of **80+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
|
|
98
99
|
|
|
99
100
|
- 🗂️ **All packages** — https://developer.lacspace.com/packages
|
|
100
101
|
- 🧭 **Developer handbook** — https://developer.lacspace.com/handbook
|
|
@@ -102,4 +103,4 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
|
|
|
102
103
|
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
103
104
|
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
104
105
|
|
|
105
|
-
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
106
|
+
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/inventory",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Stock-tracking engine that prevents overselling — reserve, release, commit & restock over a plain { onHand, reserved } state. Immutable, bring-your-own-store, throws before it oversells. Isomorphic (Node, edge, browser).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|