@qwanyx/stack 0.2.90 → 0.2.92

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.
@@ -14,6 +14,7 @@ export declare class GraphClient {
14
14
  private callGraph;
15
15
  /**
16
16
  * Get auth token from localStorage (browser) or return empty string
17
+ * Uses the same key as AuthManager for consistency
17
18
  */
18
19
  private getToken;
19
20
  /**