md4ai 0.18.2 → 0.18.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.
- package/dist/index.bundled.js +3 -1
- package/package.json +1 -1
package/dist/index.bundled.js
CHANGED
|
@@ -112,7 +112,7 @@ var CURRENT_VERSION;
|
|
|
112
112
|
var init_check_update = __esm({
|
|
113
113
|
"dist/check-update.js"() {
|
|
114
114
|
"use strict";
|
|
115
|
-
CURRENT_VERSION = true ? "0.18.
|
|
115
|
+
CURRENT_VERSION = true ? "0.18.3" : "0.0.0-dev";
|
|
116
116
|
}
|
|
117
117
|
});
|
|
118
118
|
|
|
@@ -452,6 +452,8 @@ async function promptLogin() {
|
|
|
452
452
|
console.log(chalk5.green(`Logged in as ${data.user.email}
|
|
453
453
|
`));
|
|
454
454
|
const authedSupabase = createSupabaseClient(anonKey, data.session.access_token);
|
|
455
|
+
updateDeviceCliVersion(authedSupabase, data.user.id).catch(() => {
|
|
456
|
+
});
|
|
455
457
|
return { supabase: authedSupabase, userId: data.user.id };
|
|
456
458
|
}
|
|
457
459
|
var init_auth = __esm({
|