md4ai 0.5.1 → 0.5.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.
@@ -1161,7 +1161,7 @@ function escapeHtml(text) {
1161
1161
 
1162
1162
  // dist/check-update.js
1163
1163
  import chalk8 from "chalk";
1164
- var CURRENT_VERSION = "0.5.1";
1164
+ var CURRENT_VERSION = "0.5.2";
1165
1165
  async function checkForUpdate() {
1166
1166
  try {
1167
1167
  const controller = new AbortController();
@@ -1828,7 +1828,7 @@ var VERSION_SOURCES = {
1828
1828
  "turborepo": { type: "npm", package: "turbo" },
1829
1829
  "npm": { type: "npm", package: "npm" },
1830
1830
  "node": { type: "github", repo: "nodejs/node" },
1831
- "supabase-cli": { type: "github", repo: "supabase/cli" }
1831
+ "supabase-cli": { type: "npm", package: "supabase" }
1832
1832
  };
1833
1833
 
1834
1834
  // dist/commands/admin-fetch-versions.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "md4ai",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "CLI for MD4AI — scan Claude projects and sync to your dashboard",
5
5
  "type": "module",
6
6
  "bin": {