paymongo-cli 1.4.4 → 1.4.7

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 (155) hide show
  1. package/.github/copilot-instructions.md +95 -95
  2. package/CHANGELOG.md +85 -1
  3. package/LICENSE +20 -20
  4. package/dist/.tsbuildinfo +1 -1
  5. package/dist/commands/config.js +30 -15
  6. package/dist/commands/dev/logs.js +3 -3
  7. package/dist/commands/dev/status.js +2 -2
  8. package/dist/commands/dev/stop.js +3 -3
  9. package/dist/commands/dev.js +9 -8
  10. package/dist/commands/env.js +6 -6
  11. package/dist/commands/generate/templates/checkout-page/index.js +520 -520
  12. package/dist/commands/generate/templates/payment-intent/javascript.js +68 -68
  13. package/dist/commands/generate/templates/payment-intent/typescript.js +92 -92
  14. package/dist/commands/generate/templates/webhook-handler/javascript.js +192 -147
  15. package/dist/commands/generate/templates/webhook-handler/typescript.js +147 -117
  16. package/dist/commands/generate.js +43 -37
  17. package/dist/commands/init.js +25 -8
  18. package/dist/commands/login.js +56 -19
  19. package/dist/commands/payments.js +9 -8
  20. package/dist/commands/team/index.js +11 -9
  21. package/dist/commands/trigger.js +58 -18
  22. package/dist/commands/webhooks.js +8 -7
  23. package/dist/index.js +9 -2
  24. package/dist/services/analytics/service.js +24 -19
  25. package/dist/services/api/client.js +16 -16
  26. package/dist/services/config/manager.js +6 -8
  27. package/dist/services/dev/process-manager.js +30 -32
  28. package/dist/services/dev/server.js +45 -39
  29. package/dist/services/team/service.js +4 -1
  30. package/dist/types/schemas.js +38 -9
  31. package/dist/utils/bulk.js +36 -4
  32. package/dist/utils/constants.js +11 -1
  33. package/dist/utils/errors.js +6 -0
  34. package/dist/utils/validator.js +10 -9
  35. package/dist/utils/webhook-store.js +18 -15
  36. package/eslint.config.ts +70 -70
  37. package/package.json +2 -2
  38. package/coverage/base.css +0 -224
  39. package/coverage/block-navigation.js +0 -87
  40. package/coverage/favicon.png +0 -0
  41. package/coverage/index.html +0 -281
  42. package/coverage/lcov-report/base.css +0 -224
  43. package/coverage/lcov-report/block-navigation.js +0 -87
  44. package/coverage/lcov-report/favicon.png +0 -0
  45. package/coverage/lcov-report/index.html +0 -281
  46. package/coverage/lcov-report/prettify.css +0 -1
  47. package/coverage/lcov-report/prettify.js +0 -2
  48. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  49. package/coverage/lcov-report/sorter.js +0 -210
  50. package/coverage/lcov.info +0 -5053
  51. package/coverage/prettify.css +0 -1
  52. package/coverage/prettify.js +0 -2
  53. package/coverage/sort-arrow-sprite.png +0 -0
  54. package/coverage/sorter.js +0 -210
  55. package/dist/commands/config.d.ts +0 -21
  56. package/dist/commands/config.d.ts.map +0 -1
  57. package/dist/commands/config.js.map +0 -1
  58. package/dist/commands/dev.d.ts +0 -16
  59. package/dist/commands/dev.d.ts.map +0 -1
  60. package/dist/commands/dev.js.map +0 -1
  61. package/dist/commands/env.d.ts +0 -4
  62. package/dist/commands/env.d.ts.map +0 -1
  63. package/dist/commands/env.js.map +0 -1
  64. package/dist/commands/init.d.ts +0 -15
  65. package/dist/commands/init.d.ts.map +0 -1
  66. package/dist/commands/init.js.map +0 -1
  67. package/dist/commands/login.d.ts +0 -20
  68. package/dist/commands/login.d.ts.map +0 -1
  69. package/dist/commands/login.js.map +0 -1
  70. package/dist/commands/payments.d.ts +0 -41
  71. package/dist/commands/payments.d.ts.map +0 -1
  72. package/dist/commands/payments.js.map +0 -1
  73. package/dist/commands/team/index.d.ts +0 -4
  74. package/dist/commands/team/index.d.ts.map +0 -1
  75. package/dist/commands/team/index.js.map +0 -1
  76. package/dist/commands/trigger.d.ts +0 -4
  77. package/dist/commands/trigger.d.ts.map +0 -1
  78. package/dist/commands/trigger.js.map +0 -1
  79. package/dist/commands/webhooks.d.ts +0 -23
  80. package/dist/commands/webhooks.d.ts.map +0 -1
  81. package/dist/commands/webhooks.js.map +0 -1
  82. package/dist/index.d.ts +0 -3
  83. package/dist/index.d.ts.map +0 -1
  84. package/dist/index.js.map +0 -1
  85. package/dist/services/analytics/service.d.ts +0 -35
  86. package/dist/services/analytics/service.d.ts.map +0 -1
  87. package/dist/services/analytics/service.js.map +0 -1
  88. package/dist/services/api/client.d.ts +0 -26
  89. package/dist/services/api/client.d.ts.map +0 -1
  90. package/dist/services/api/client.js.map +0 -1
  91. package/dist/services/api/rate-limiter.d.ts +0 -64
  92. package/dist/services/api/rate-limiter.d.ts.map +0 -1
  93. package/dist/services/api/rate-limiter.js.map +0 -1
  94. package/dist/services/api/undici-client.d.ts +0 -39
  95. package/dist/services/api/undici-client.d.ts.map +0 -1
  96. package/dist/services/api/undici-client.js +0 -288
  97. package/dist/services/api/undici-client.js.map +0 -1
  98. package/dist/services/config/manager.d.ts +0 -16
  99. package/dist/services/config/manager.d.ts.map +0 -1
  100. package/dist/services/config/manager.js.map +0 -1
  101. package/dist/services/dev/process-manager.d.ts +0 -50
  102. package/dist/services/dev/process-manager.d.ts.map +0 -1
  103. package/dist/services/dev/process-manager.js.map +0 -1
  104. package/dist/services/github/auth.d.ts +0 -15
  105. package/dist/services/github/auth.d.ts.map +0 -1
  106. package/dist/services/github/auth.js +0 -79
  107. package/dist/services/github/auth.js.map +0 -1
  108. package/dist/services/github/client.d.ts +0 -95
  109. package/dist/services/github/client.d.ts.map +0 -1
  110. package/dist/services/github/client.js +0 -130
  111. package/dist/services/github/client.js.map +0 -1
  112. package/dist/services/github/sync.d.ts +0 -26
  113. package/dist/services/github/sync.d.ts.map +0 -1
  114. package/dist/services/github/sync.js +0 -203
  115. package/dist/services/github/sync.js.map +0 -1
  116. package/dist/services/payments/simulator.d.ts +0 -28
  117. package/dist/services/payments/simulator.d.ts.map +0 -1
  118. package/dist/services/payments/simulator.js.map +0 -1
  119. package/dist/services/team/service.d.ts +0 -44
  120. package/dist/services/team/service.d.ts.map +0 -1
  121. package/dist/services/team/service.js.map +0 -1
  122. package/dist/services/web/server.d.ts +0 -31
  123. package/dist/services/web/server.d.ts.map +0 -1
  124. package/dist/services/web/server.js +0 -206
  125. package/dist/services/web/server.js.map +0 -1
  126. package/dist/types/paymongo.d.ts +0 -204
  127. package/dist/types/paymongo.d.ts.map +0 -1
  128. package/dist/types/paymongo.js.map +0 -1
  129. package/dist/types/schemas.d.ts +0 -80
  130. package/dist/types/schemas.d.ts.map +0 -1
  131. package/dist/types/schemas.js.map +0 -1
  132. package/dist/utils/bulk.d.ts +0 -62
  133. package/dist/utils/bulk.d.ts.map +0 -1
  134. package/dist/utils/bulk.js.map +0 -1
  135. package/dist/utils/cache.d.ts +0 -22
  136. package/dist/utils/cache.d.ts.map +0 -1
  137. package/dist/utils/cache.js.map +0 -1
  138. package/dist/utils/constants.d.ts +0 -32
  139. package/dist/utils/constants.d.ts.map +0 -1
  140. package/dist/utils/constants.js.map +0 -1
  141. package/dist/utils/errors.d.ts +0 -34
  142. package/dist/utils/errors.d.ts.map +0 -1
  143. package/dist/utils/errors.js.map +0 -1
  144. package/dist/utils/logger.d.ts +0 -20
  145. package/dist/utils/logger.d.ts.map +0 -1
  146. package/dist/utils/logger.js.map +0 -1
  147. package/dist/utils/spinner.d.ts +0 -17
  148. package/dist/utils/spinner.d.ts.map +0 -1
  149. package/dist/utils/spinner.js.map +0 -1
  150. package/dist/utils/validator.d.ts +0 -10
  151. package/dist/utils/validator.d.ts.map +0 -1
  152. package/dist/utils/validator.js.map +0 -1
  153. package/dist/utils/webhook-store.d.ts +0 -22
  154. package/dist/utils/webhook-store.d.ts.map +0 -1
  155. package/dist/utils/webhook-store.js.map +0 -1
@@ -1,95 +1,95 @@
1
- # PayMongo CLI - AI Agent Instructions
2
-
3
- ## Project Overview
4
- PayMongo CLI is a TypeScript-based developer tool for PayMongo payment integration with local webhook forwarding via ngrok tunneling. It uses **ESM modules** (`"type": "module"`) with Commander.js for CLI commands.
5
-
6
- ## Architecture
7
-
8
- ### Code Structure
9
- ```
10
- src/
11
- ├── commands/ # CLI commands (commander.js) - one file per top-level command
12
- ├── services/ # Core business logic
13
- │ ├── api/ # ApiClient - PayMongo V1 API wrapper with retries & caching
14
- │ ├── config/ # ConfigManager - .paymongo file handling via cosmiconfig
15
- │ └── web/ # Express + Socket.io for GUI dashboard
16
- ├── types/ # TypeScript definitions + Zod schemas
17
- └── utils/ # Shared utilities (errors, logging, cache, validation)
18
- ```
19
-
20
- ### Key Patterns
21
-
22
- **Error Handling** - Always use custom error classes from `src/utils/errors.ts`:
23
- ```typescript
24
- import { PayMongoError, NetworkError, ConfigError, ApiKeyError } from '../utils/errors.js';
25
- throw new PayMongoError('User-friendly message', 'ERROR_CODE', 400);
26
- ```
27
-
28
- **Retry Logic** - Use `withRetry()` for network operations:
29
- ```typescript
30
- import { withRetry } from '../utils/errors.js';
31
- const result = await withRetry(() => apiCall(), { maxRetries: 3, silent: true });
32
- ```
33
-
34
- **Lazy Loading** - Import heavy dependencies inside functions to keep CLI startup fast (<100ms):
35
- ```typescript
36
- // ✓ Correct - lazy load inside action
37
- .action(async () => {
38
- const { confirm } = await import('@inquirer/prompts');
39
- });
40
- // ✗ Wrong - top-level import slows startup
41
- import { confirm } from '@inquirer/prompts';
42
- ```
43
-
44
- **ESM Imports** - Always use `.js` extension for local imports:
45
- ```typescript
46
- import ConfigManager from '../services/config/manager.js';
47
- ```
48
-
49
- ## Configuration
50
- - Project config: `.paymongo` (JSON, managed via `ConfigManager`)
51
- - Global credentials: `~/.paymongo/credentials.enc` (AES-256-CBC encrypted)
52
- - Validation: Zod schemas in `src/types/schemas.ts`
53
-
54
- ## Development Workflow
55
-
56
- ### Commands
57
- ```bash
58
- npm run build # Compile TypeScript
59
- npm run dev # Watch mode compilation
60
- npm link # Test CLI globally as 'paymongo'
61
- npm test # Jest with ESM (--experimental-vm-modules)
62
- npm run lint:fix # ESLint auto-fix
63
- ```
64
-
65
- ### Testing Strategy
66
- - **Mocking ESM**: Use `jest.unstable_mockModule()` before dynamic imports
67
- - Structure: `tests/unit/`, `tests/integration/`
68
- - Mock external services (axios, ngrok, filesystem)
69
-
70
- Example test pattern:
71
- ```typescript
72
- jest.unstable_mockModule('axios', () => ({ default: mockAxios }));
73
- const { ApiClient } = await import('../../src/services/api/client.js');
74
- ```
75
-
76
- ## Code Conventions
77
-
78
- ### TypeScript
79
- - Strict mode enabled with `noImplicitAny`, `noUncheckedIndexedAccess`
80
- - Avoid `any` - use proper types from `src/types/paymongo.ts`
81
- - Config validation via Zod: `validateConfig()` from `src/types/schemas.ts`
82
-
83
- ### Commit Messages
84
- Follow conventional commits: `feat:`, `fix:`, `docs:`, `test:`, `refactor:`
85
-
86
- ### Security
87
- - Never log API keys or sensitive data
88
- - Use `ConfigManager` for credential access
89
- - Keep `.paymongo` and `.env` in `.gitignore`
90
-
91
- ## Key Files Reference
92
- - [src/services/api/client.ts](src/services/api/client.ts) - API wrapper with interceptors
93
- - [src/utils/errors.ts](src/utils/errors.ts) - Error classes + `withRetry()`
94
- - [src/types/schemas.ts](src/types/schemas.ts) - Zod validation schemas
95
- - [src/services/config/manager.ts](src/services/config/manager.ts) - Config file handling
1
+ # PayMongo CLI - AI Agent Instructions
2
+
3
+ ## Project Overview
4
+ PayMongo CLI is a TypeScript-based developer tool for PayMongo payment integration with local webhook forwarding via ngrok tunneling. It uses **ESM modules** (`"type": "module"`) with Commander.js for CLI commands.
5
+
6
+ ## Architecture
7
+
8
+ ### Code Structure
9
+ ```
10
+ src/
11
+ ├── commands/ # CLI commands (commander.js) - one file per top-level command
12
+ ├── services/ # Core business logic
13
+ │ ├── api/ # ApiClient - PayMongo V1 API wrapper with retries & caching
14
+ │ ├── config/ # ConfigManager - .paymongo file handling via cosmiconfig
15
+ │ └── web/ # Express + Socket.io for GUI dashboard
16
+ ├── types/ # TypeScript definitions + Zod schemas
17
+ └── utils/ # Shared utilities (errors, logging, cache, validation)
18
+ ```
19
+
20
+ ### Key Patterns
21
+
22
+ **Error Handling** - Always use custom error classes from `src/utils/errors.ts`:
23
+ ```typescript
24
+ import { PayMongoError, NetworkError, ConfigError, ApiKeyError } from '../utils/errors.js';
25
+ throw new PayMongoError('User-friendly message', 'ERROR_CODE', 400);
26
+ ```
27
+
28
+ **Retry Logic** - Use `withRetry()` for network operations:
29
+ ```typescript
30
+ import { withRetry } from '../utils/errors.js';
31
+ const result = await withRetry(() => apiCall(), { maxRetries: 3, silent: true });
32
+ ```
33
+
34
+ **Lazy Loading** - Import heavy dependencies inside functions to keep CLI startup fast (<100ms):
35
+ ```typescript
36
+ // ✓ Correct - lazy load inside action
37
+ .action(async () => {
38
+ const { confirm } = await import('@inquirer/prompts');
39
+ });
40
+ // ✗ Wrong - top-level import slows startup
41
+ import { confirm } from '@inquirer/prompts';
42
+ ```
43
+
44
+ **ESM Imports** - Always use `.js` extension for local imports:
45
+ ```typescript
46
+ import ConfigManager from '../services/config/manager.js';
47
+ ```
48
+
49
+ ## Configuration
50
+ - Project config: `.paymongo` (JSON, managed via `ConfigManager`)
51
+ - Global credentials: `~/.paymongo/credentials.enc` (AES-256-CBC encrypted)
52
+ - Validation: Zod schemas in `src/types/schemas.ts`
53
+
54
+ ## Development Workflow
55
+
56
+ ### Commands
57
+ ```bash
58
+ npm run build # Compile TypeScript
59
+ npm run dev # Watch mode compilation
60
+ npm link # Test CLI globally as 'paymongo'
61
+ npm test # Jest with ESM (--experimental-vm-modules)
62
+ npm run lint:fix # ESLint auto-fix
63
+ ```
64
+
65
+ ### Testing Strategy
66
+ - **Mocking ESM**: Use `jest.unstable_mockModule()` before dynamic imports
67
+ - Structure: `tests/unit/`, `tests/integration/`
68
+ - Mock external services (axios, ngrok, filesystem)
69
+
70
+ Example test pattern:
71
+ ```typescript
72
+ jest.unstable_mockModule('axios', () => ({ default: mockAxios }));
73
+ const { ApiClient } = await import('../../src/services/api/client.js');
74
+ ```
75
+
76
+ ## Code Conventions
77
+
78
+ ### TypeScript
79
+ - Strict mode enabled with `noImplicitAny`, `noUncheckedIndexedAccess`
80
+ - Avoid `any` - use proper types from `src/types/paymongo.ts`
81
+ - Config validation via Zod: `validateConfig()` from `src/types/schemas.ts`
82
+
83
+ ### Commit Messages
84
+ Follow conventional commits: `feat:`, `fix:`, `docs:`, `test:`, `refactor:`
85
+
86
+ ### Security
87
+ - Never log API keys or sensitive data
88
+ - Use `ConfigManager` for credential access
89
+ - Keep `.paymongo` and `.env` in `.gitignore`
90
+
91
+ ## Key Files Reference
92
+ - [src/services/api/client.ts](src/services/api/client.ts) - API wrapper with interceptors
93
+ - [src/utils/errors.ts](src/utils/errors.ts) - Error classes + `withRetry()`
94
+ - [src/types/schemas.ts](src/types/schemas.ts) - Zod validation schemas
95
+ - [src/services/config/manager.ts](src/services/config/manager.ts) - Config file handling
package/CHANGELOG.md CHANGED
@@ -7,6 +7,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.4.7] - 2026-02-27
11
+
12
+ ### Changed
13
+
14
+ - **Error Handling** - Replaced all 60 `process.exit(1)` calls across 10 command files with a `CommandError` throw pattern and centralized global error handler in `index.ts`.
15
+ - **CLI Version** - Version string is now dynamically read from `package.json` instead of being hardcoded, keeping User-Agent headers and `--version` output always in sync.
16
+ - **Magic Numbers** - Extracted hardcoded cache TTL, rate limit thresholds, and API base URL into named constants in `constants.ts`.
17
+ - **Async File I/O** - Converted synchronous `fs` operations to `fs/promises` in dev-mode hot paths:
18
+ - `webhook-store.ts`: Lazy async directory creation, all read/write operations non-blocking.
19
+ - `analytics/service.ts`: Async persistence with `_ready` promise to prevent constructor race conditions.
20
+ - `process-manager.ts`: All static methods async; updated 13 call sites across dev subcommands.
21
+ - **Deduplicated ValidationError** - Removed duplicate `ValidationError` class from `validator.ts`; single definition now lives in `errors.ts` and is re-exported.
22
+ - **DevServer Logging** - Replaced raw `console.log`/`console.error` calls in `DevServer` with structured `Logger` instance for consistent, controllable output.
23
+
24
+ ### Fixed
25
+
26
+ - **Input Sanitization** - Enhanced `validateWebhookUrl()` with max URL length (2048 chars), automatic whitespace trimming, and rejection of URLs containing embedded credentials.
27
+ - **Race Condition** - Fixed analytics service race where `loadEvents()` could overwrite in-memory state written by `recordEvent()` before async load completed.
28
+ - **Unhandled Promises** - `recordEvent()` calls in `DevServer` are now properly awaited via extracted `processWebhookBody()` method, preventing silent failures.
29
+ - **Bulk Import Errors** - `importWebhooks()` and `importPayments()` now catch file-not-found and malformed JSON errors, throwing descriptive `PayMongoError` instead of raw stack traces.
30
+
31
+ ### Added
32
+
33
+ - **Unit Tests** - Added 62 new tests across 3 previously-uncovered modules:
34
+ - `BulkOperations` (19 tests): export/import, file errors, JSON validation, filename generation.
35
+ - `DevProcessManager` (22 tests): state persistence, process detection, log management, uptime formatting.
36
+ - `TeamService` (21 tests): key bundles, member management, serialization, team operations.
37
+
38
+ ### Security
39
+
40
+ - Webhook URL validation now blocks URLs with embedded `user:pass@` credentials to prevent credential leakage.
41
+
42
+ ## [1.4.6] - 2026-02-03
43
+
44
+ ### Changed
45
+
46
+ - **Config Validation** - Allowed loading configs without API keys and normalized optional fields to avoid setup lockouts.
47
+ - **Webhook Signatures** - Standardized signature verification format across dev server, trigger, and generated templates.
48
+ - **CLI Startup** - Lazy-loaded prompt dependencies in several commands for faster startup.
49
+
50
+ ### Fixed
51
+
52
+ - **Analytics Persistence** - Stored analytics in a safe user directory with test override support.
53
+ - **Dev Auto-Register** - Respected `dev.autoRegisterWebhook` in the dev command.
54
+ - **Team Import** - Enabled `--force` to overwrite existing keys during team import.
55
+ - **Config Import** - Validated imports with schema and normalized missing optional fields.
56
+
57
+ ## [1.4.5] - 2026-02-01
58
+
59
+ ### Changed
60
+
61
+ - **Credential Encryption** - Migrated stored credentials to AES-256-GCM with scrypt-derived keys and per-machine salt, with automatic legacy AES-256-CBC migration on load.
62
+ - **Init .gitignore Handling** - Made `.env` and `.paymongo` ignore entries idempotent and appended with a consistent header when missing.
63
+
64
+ ### Fixed
65
+
66
+ - **API Key Errors** - Standardized missing secret key handling to throw `ApiKeyError` in the API client.
67
+ - **Test Reliability** - Updated login and template tests for new encryption payloads and added DevServer webhook signature verification coverage.
68
+
10
69
  ## [1.4.4] - 2026-01-27
11
70
 
12
71
  ### Changed
@@ -288,6 +347,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
288
347
 
289
348
  | Version | Release Date | Highlights |
290
349
  | ------- | ------------ | -------------------------------------------------------------------- |
350
+ | [1.4.7] | 2026-02-27 | CommandError pattern, dynamic version, async FS, input sanitization |
351
+ | [1.4.6] | 2026-02-03 | Config validation, webhook signatures, lazy loading |
352
+ | [1.4.5] | 2026-02-01 | AES-256-GCM encryption, .gitignore handling |
353
+ | [1.4.4] | 2026-01-27 | Codebase modularization, integration testing |
291
354
  | [1.4.3] | 2026-01-26 | Enhanced error handling, test output cleanup, API client consolidation |
292
355
  | [1.4.1] | 2026-01-26 | Test coverage completion, ESLint compliance, documentation updates |
293
356
  | [1.4.0] | 2026-01-26 | Code generation, HTTP client migration, GUI removal, performance optimization |
@@ -299,6 +362,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
299
362
  ---
300
363
 
301
364
  ## Upgrade Guide
365
+ ### Upgrading to 1.4.7
366
+
367
+ ```bash
368
+ npm install -g paymongo-cli@latest
369
+ ```
370
+
371
+ **Breaking Changes:** None. This is a backward-compatible patch release.
372
+
373
+ **Improvements:**
374
+ - All `process.exit(1)` calls replaced with structured error handling — CLI now exits cleanly through global error handlers
375
+ - Sync file I/O in dev-mode hot paths converted to async for better event loop performance
376
+ - Webhook URL validation hardened against credential leakage and oversized inputs
377
+ - CLI version always matches `package.json` — no more stale User-Agent strings
378
+ - Duplicate `ValidationError` class consolidated to single definition
379
+ - DevServer uses structured Logger instead of raw console output
380
+ - Bulk import operations now produce user-friendly error messages
381
+ - 62 new unit tests covering BulkOperations, DevProcessManager, and TeamService
382
+
302
383
  ### Upgrading to 1.4.3
303
384
 
304
385
  ```bash
@@ -390,7 +471,10 @@ npm install -g paymongo-cli
390
471
  - [Issue Tracker](https://github.com/leodyversemilla07/paymongo-cli/issues)
391
472
  - [PayMongo API Documentation](https://developers.paymongo.com/)
392
473
 
393
- [Unreleased]: https://github.com/leodyversemilla07/paymongo-cli/compare/v1.4.4...HEAD
474
+ [Unreleased]: https://github.com/leodyversemilla07/paymongo-cli/compare/v1.4.7...HEAD
475
+ [1.4.7]: https://github.com/leodyversemilla07/paymongo-cli/compare/v1.4.6...v1.4.7
476
+ [1.4.6]: https://github.com/leodyversemilla07/paymongo-cli/compare/v1.4.5...v1.4.6
477
+ [1.4.5]: https://github.com/leodyversemilla07/paymongo-cli/compare/v1.4.4...v1.4.5
394
478
  [1.4.4]: https://github.com/leodyversemilla07/paymongo-cli/compare/v1.4.3...v1.4.4
395
479
  [1.4.3]: https://github.com/leodyversemilla07/paymongo-cli/compare/v1.4.1...v1.4.3
396
480
  [1.4.1]: https://github.com/leodyversemilla07/paymongo-cli/compare/v1.4.0...v1.4.1
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 Leodyver Semilla
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Leodyver Semilla
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.