@lacspace/khalti 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
@@ -86,9 +86,9 @@ try {
86
86
 
87
87
  ## Licensing
88
88
 
89
- 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.
89
+ 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.
90
90
 
91
- 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)**.
91
+ 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)**.
92
92
 
93
93
  <!-- LACSPACE-DEV-PLATFORM -->
94
94
 
@@ -96,7 +96,7 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
96
96
 
97
97
  ## The Lacspace Developer Platform
98
98
 
99
- `@lacspace/khalti` is part of **63+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
99
+ `@lacspace/khalti` is part of **80+ zero-dependency, isomorphic TypeScript packages**. Explore the ecosystem:
100
100
 
101
101
  - 🗂️ **All packages** — https://developer.lacspace.com/packages
102
102
  - 🧭 **Developer handbook** — https://developer.lacspace.com/handbook
@@ -104,4 +104,4 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
104
104
  - 🖥️ **Finished app templates** — https://templates.lacspace.com
105
105
  - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
106
106
 
107
- Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
107
+ 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/khalti",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Khalti KPG-2 (ePayment API v2, Nepal) client — initiate payments, look up status, typed errors and Key auth over global fetch. Zero-dependency, isomorphic (Node, edge, browser).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",