mavunta 1.1.0 → 1.1.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 (1) hide show
  1. package/package.json +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mavunta",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Official TypeScript and JavaScript SDK for the Mavunta API. Build Mavunta Pay, M-Pesa checkout, crypto settlement, payment links, webhooks, and merchant integrations.",
5
5
  "license": "MIT",
6
6
  "author": "Chainwaka Technologies",
@@ -58,6 +58,14 @@
58
58
  "typescript": "^5.9.0",
59
59
  "vitest": "^3.2.0"
60
60
  },
61
+ "repository": {
62
+ "type": "git",
63
+ "url": "git+https://github.com/mavunta/mavunta-js.git",
64
+ "directory": "packages/sdk"
65
+ },
66
+ "bugs": {
67
+ "url": "https://github.com/mavunta/mavunta-js/issues"
68
+ },
61
69
  "scripts": {
62
70
  "clean": "rimraf dist",
63
71
  "build": "tsup",