@lacspace/courier 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 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -127,9 +127,9 @@ All crypto uses Web Crypto (`globalThis.crypto.subtle`) — never hand-rolled. `
|
|
|
127
127
|
|
|
128
128
|
## Licensing
|
|
129
129
|
|
|
130
|
-
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.
|
|
130
|
+
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.
|
|
131
131
|
|
|
132
|
-
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)**.
|
|
132
|
+
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)**.
|
|
133
133
|
|
|
134
134
|
<!-- LACSPACE-DEV-PLATFORM -->
|
|
135
135
|
|
|
@@ -137,7 +137,7 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
|
|
|
137
137
|
|
|
138
138
|
## The Lacspace Developer Platform
|
|
139
139
|
|
|
140
|
-
`@lacspace/courier` is part of **
|
|
140
|
+
`@lacspace/courier` is part of **80+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
|
|
141
141
|
|
|
142
142
|
- 🗂️ **All packages** — https://developer.lacspace.com/packages
|
|
143
143
|
- 🧭 **Developer handbook** — https://developer.lacspace.com/handbook
|
|
@@ -145,4 +145,4 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
|
|
|
145
145
|
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
146
146
|
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
147
147
|
|
|
148
|
-
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
148
|
+
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/courier",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Courier / last-mile delivery toolkit — canonical delivery state machine, Pathao (Nepal) adapter, and inbound webhook verification + status normalization. Zero-dependency, isomorphic (Node, edge, browser).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|