monime-package 0.0.1 → 1.0.0

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 +3 -1
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -1,10 +1,12 @@
1
1
 
2
2
  # monime-package
3
3
 
4
+ A focused TypeScript helper library for interacting with Monime's common endpoints. It provides small, typed helpers that handle request composition, headers, and basic response/error plumbing so your application code stays clean.
5
+
6
+
4
7
  ![TypeScript](https://img.shields.io/badge/TypeScript-4.9-blue.svg)
5
8
  ![Node.js](https://img.shields.io/badge/Node.js-%3E=14-green.svg)
6
9
 
7
- A focused TypeScript helper library for interacting with Monime's common endpoints. It provides small, typed helpers that handle request composition, headers, and basic response/error plumbing so your application code stays clean.
8
10
 
9
11
  Package name: `monime-package`
10
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "monime-package",
3
- "version": "0.0.1",
4
- "description": "",
3
+ "version": "1.0.0",
4
+ "description": "A focused TypeScript helper library for interacting with Monime's common endpoints. It provides small, typed helpers that handle request composition, headers, and basic response/error plumbing so your application code stays clean.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.ts",
@@ -16,7 +16,9 @@
16
16
  ],
17
17
  "keywords": [
18
18
  "monime",
19
- "payment"
19
+ "payment",
20
+ "typescript",
21
+ "mobile-money"
20
22
  ],
21
23
  "author": "Mohamed Lamin Walon-Jalloh",
22
24
  "license": "MIT",