@lacspace/fonepay 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 +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -89,11 +89,19 @@ const dv = await signRequest(params, secret); // 128-char lowercase hex
89
89
 
90
90
  `env` defaults to `"test"` (dev gateway). Keep your Fonepay **secret** on the server only.
91
91
 
92
+ ## Licensing
93
+
94
+ 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.
95
+
96
+ 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)**.
97
+
98
+ <!-- LACSPACE-DEV-PLATFORM -->
99
+
92
100
  ---
93
101
 
94
102
  ## The Lacspace Developer Platform
95
103
 
96
- `@lacspace/fonepay` is part of **63+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
104
+ `@lacspace/fonepay` is part of **80+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
97
105
 
98
106
  - 🗂️ **All packages** — https://developer.lacspace.com/packages
99
107
  - 🧭 **Developer handbook** — https://developer.lacspace.com/handbook
@@ -101,4 +109,4 @@ const dv = await signRequest(params, secret); // 128-char lowercase hex
101
109
  - 🖥️ **Finished app templates** — https://templates.lacspace.com
102
110
  - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
103
111
 
104
- Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
112
+ 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/fonepay",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Fonepay (Nepal) merchant redirect / Request-To-Pay over Web Crypto — HMAC-SHA512 sign the request DV and verify the response DV. Zero-dep, isomorphic (Node, edge, browser).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",