@morambacrypto/connect 0.0.23 → 0.0.24

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.
package/dist/index.d.mts CHANGED
@@ -391,6 +391,7 @@ interface PayinUserData {
391
391
  is_public: boolean;
392
392
  from_wallet_address?: string;
393
393
  payin_status?: string;
394
+ payin_transaction_id?: string;
394
395
  created_at: string;
395
396
  updated_at: string;
396
397
  client_payment_id: string;
package/dist/index.d.ts CHANGED
@@ -391,6 +391,7 @@ interface PayinUserData {
391
391
  is_public: boolean;
392
392
  from_wallet_address?: string;
393
393
  payin_status?: string;
394
+ payin_transaction_id?: string;
394
395
  created_at: string;
395
396
  updated_at: string;
396
397
  client_payment_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morambacrypto/connect",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "This library use for interact with moramba-crypto project",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "axios": "^1.13.2",
27
27
  "dotenv": "^17.2.3",
28
- "ethers": "^6.15.0",
28
+ "ethers": "^6.16.0",
29
29
  "ulid": "^3.0.2"
30
30
  },
31
31
  "devDependencies": {