bulltrackers-module 1.0.601 → 1.0.602

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.
@@ -90,7 +90,7 @@ router.get('/types', async (req, res) => {
90
90
  router.get('/dynamic-watchlist-computations', async (req, res) => {
91
91
  try {
92
92
  // Import getAllAlertTypes from alert system
93
- const { getAllAlertTypes } = require('../../../../alert-system/helpers/alert_type_registry.js');
93
+ const { getAllAlertTypes } = require('../../alert-system/helpers/alert_type_registry.js');
94
94
  const alertTypes = getAllAlertTypes();
95
95
 
96
96
  // Extract unique computations from alert types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.601",
3
+ "version": "1.0.602",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [