@inspecto-dev/core 0.3.9 → 0.3.10

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.
package/dist/index.cjs CHANGED
@@ -3140,7 +3140,7 @@ var init_http = __esm({
3140
3140
  "src/http.ts"() {
3141
3141
  "use strict";
3142
3142
  import_types = require("@inspecto-dev/types");
3143
- BASE_URL = globalThis.__AI_INSPECTOR_SERVER_URL__ || "http://0.0.0.0:5678";
3143
+ BASE_URL = globalThis.__AI_INSPECTOR_SERVER_URL__ || "http://127.0.0.1:5678";
3144
3144
  AI_BATCH_DISPATCH_PATH = (_a = import_types.INSPECTO_API_PATHS.AI_BATCH_DISPATCH) != null ? _a : "/inspecto/api/v1/ai/dispatch/annotations";
3145
3145
  cachedConfig = null;
3146
3146
  }
@@ -6083,7 +6083,12 @@ function createAnnotateSidebarDom(shadowRoot) {
6083
6083
  latestSessionRefreshButton.style.fontSize = "12px";
6084
6084
  latestSessionRefreshButton.title = t("annotate.latestSession.refresh");
6085
6085
  latestSessionRefreshButton.style.marginLeft = "auto";
6086
- latestSessionHeader.append(latestSessionTitle, latestSessionStatus, latestSessionMeta, latestSessionRefreshButton);
6086
+ latestSessionHeader.append(
6087
+ latestSessionTitle,
6088
+ latestSessionStatus,
6089
+ latestSessionMeta,
6090
+ latestSessionRefreshButton
6091
+ );
6087
6092
  const latestSessionMessage = document.createElement("div");
6088
6093
  latestSessionMessage.className = annotateSidebarTextClass;
6089
6094
  latestSessionMessage.style.fontSize = "12px";