bulltrackers-module 1.0.682 → 1.0.683

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.
@@ -34,7 +34,7 @@ const PUBLIC_ROUTES = [
34
34
  '/popular-investors/search',
35
35
  '/popular-investors/profile', // Public PI profiles - userCid optional for personalization
36
36
  '/verification/lookup', // Uses Firebase Auth token instead of userCid
37
- '/alerts/types', // Static data - doesn't need userCid
37
+ // NOTE: /alerts/types REMOVED - now requires auth to check developer status for test alerts
38
38
  '/alerts/dynamic-watchlist-computations', // Static data - doesn't need userCid
39
39
  '/popular-investors/track-view', // Optional userCid - can track views anonymously
40
40
  '/reviews' // Public reviews - userCid optional (for showing current user's review)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.682",
3
+ "version": "1.0.683",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [