@barivia/barsom-mcp 0.23.14 → 0.23.15
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
|
@@ -66,7 +66,7 @@ function newRequestId() {
|
|
|
66
66
|
* X-Barsom-Client-Version so the server can annotate tool guidance with the
|
|
67
67
|
* wrapper version each action requires. Keep in sync with package.json on bump.
|
|
68
68
|
*/
|
|
69
|
-
export const CLIENT_VERSION = "0.23.
|
|
69
|
+
export const CLIENT_VERSION = "0.23.15";
|
|
70
70
|
/** User-facing links; keep aligned with barivia.se / api.barivia.se. */
|
|
71
71
|
export const PUBLIC_SITE_ORIGIN = "https://barivia.se";
|
|
72
72
|
/** Self-serve account dashboard (manage plan, billing, and API keys). */
|