monei-sdk 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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,7 +44,7 @@ main();
44
44
  - **Solana Wallets** - SOL and SPL token management
45
45
  - **Bill Payments** - Airtime, data, electricity, cable TV
46
46
  - **Crypto Exchange** - Token swaps on EVM and Solana
47
- - **AI Agent** - Conversational banking assistant with streaming support
47
+ - **AI Agent** - Financial assistant with streaming support
48
48
  - **Transaction Management** - Transaction history and tracking
49
49
  - **Beneficiary Management** - Bank, crypto, and peer beneficiaries
50
50
  - **Full TypeScript Support** - Complete type definitions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monei-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Node.js SDK for Monei API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",