@barivia/barmesh-mcp 0.8.12 → 0.8.13
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/shared.js
CHANGED
|
@@ -62,7 +62,7 @@ function newRequestId() {
|
|
|
62
62
|
return randomUUID();
|
|
63
63
|
}
|
|
64
64
|
/** Single source of truth for the proxy version. Keep in sync with package.json on bump. */
|
|
65
|
-
export const CLIENT_VERSION = "0.8.
|
|
65
|
+
export const CLIENT_VERSION = "0.8.13";
|
|
66
66
|
export const PUBLIC_SITE_ORIGIN = "https://barivia.se";
|
|
67
67
|
/** Large per-cell CSV uploads may exceed the default fetch timeout. */
|
|
68
68
|
export const UPLOAD_DATASET_TIMEOUT_MS = 180_000;
|