repowise 0.1.45 → 0.1.46

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.
@@ -2646,7 +2646,7 @@ async function startListener() {
2646
2646
  process.on("SIGINT", () => void shutdown());
2647
2647
  while (running) {
2648
2648
  const freshCredentials = await getValidCredentials2();
2649
- const authToken = freshCredentials?.idToken;
2649
+ const authToken = freshCredentials?.accessToken;
2650
2650
  let anyAuthError = null;
2651
2651
  let minPollInterval = pollIntervalMs;
2652
2652
  let connectionLostNotified = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repowise",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "type": "module",
5
5
  "description": "AI-optimized codebase context generator",
6
6
  "bin": {