legend-transactional 2.6.3 → 2.6.5

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
@@ -78,7 +78,7 @@ type AvailableMicroservices = (typeof availableMicroservices)[keyof typeof avail
78
78
  */
79
79
  interface RankingWinners {
80
80
  userId: string;
81
- reward: number;
81
+ reward: string;
82
82
  }
83
83
  /**
84
84
  * Represents a completed ranking with its title, reward type, and winners
package/dist/index.d.ts CHANGED
@@ -78,7 +78,7 @@ type AvailableMicroservices = (typeof availableMicroservices)[keyof typeof avail
78
78
  */
79
79
  interface RankingWinners {
80
80
  userId: string;
81
- reward: number;
81
+ reward: string;
82
82
  }
83
83
  /**
84
84
  * Represents a completed ranking with its title, reward type, and winners
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "legend-transactional",
3
- "version": "2.6.3",
3
+ "version": "2.6.5",
4
4
  "description": "A simple transactional, event-driven communication framework for microservices using RabbitMQ",
5
5
  "author": "Jorge Clavijo <jym272@gmail.com> (https://github.com/jym272)",
6
6
  "license": "MIT",