@nurix/apollo 0.5.2 → 0.5.3

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.
@@ -2,7 +2,7 @@
2
2
  // plane: catalogue fetch + credential exchange + key validation.
3
3
  const DEFAULT_APOLLO_URL = "https://apollo.nurix-ai.co";
4
4
  // App search now lives on the merged Apollo worker (same origin as everything
5
- // else); the legacy apollo-admin host is retired.
5
+ // else); there is no separate admin host.
6
6
  const DEFAULT_ADMIN_URL = "https://apollo.nurix-ai.co";
7
7
  const REQUEST_TIMEOUT_MS = 10_000;
8
8
  // Resolve the Apollo base URL: --apollo-url flag > APOLLO_URL env > hosted default.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nurix/apollo",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "The apollo CLI — bootstrap NuStack services into a repo via the Apollo discovery plane.",
5
5
  "type": "module",
6
6
  "private": false,