md4ai 0.13.1 → 0.13.2
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.bundled.js +2 -1
- package/package.json +1 -1
package/dist/index.bundled.js
CHANGED
|
@@ -73,7 +73,7 @@ var CURRENT_VERSION;
|
|
|
73
73
|
var init_check_update = __esm({
|
|
74
74
|
"dist/check-update.js"() {
|
|
75
75
|
"use strict";
|
|
76
|
-
CURRENT_VERSION = true ? "0.13.
|
|
76
|
+
CURRENT_VERSION = true ? "0.13.2" : "0.0.0-dev";
|
|
77
77
|
}
|
|
78
78
|
});
|
|
79
79
|
|
|
@@ -3307,6 +3307,7 @@ function isJwtError(error) {
|
|
|
3307
3307
|
return msg.includes("jwt expired") || msg.includes("invalid jwt") || msg.includes("invalid token") || msg.includes("not authenticated") || msg.includes("invalid refresh_token");
|
|
3308
3308
|
}
|
|
3309
3309
|
async function mcpWatchCommand() {
|
|
3310
|
+
await autoCheckForUpdate();
|
|
3310
3311
|
let { supabase, userId } = await getLongLivedClient();
|
|
3311
3312
|
const deviceId = await resolveDeviceId(supabase, userId);
|
|
3312
3313
|
const deviceName = detectDeviceName();
|