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.
@@ -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.2" : "0.0.0-dev";
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({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "md4ai",
3
- "version": "0.18.2",
3
+ "version": "0.18.3",
4
4
  "description": "CLI for MD4AI — scan Claude projects and sync to your dashboard",
5
5
  "type": "module",
6
6
  "bin": {