md4ai 0.7.0 → 0.7.1

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.
@@ -1361,7 +1361,7 @@ function escapeHtml(text) {
1361
1361
 
1362
1362
  // dist/check-update.js
1363
1363
  import chalk8 from "chalk";
1364
- var CURRENT_VERSION = "0.6.2";
1364
+ var CURRENT_VERSION = true ? "0.7.1" : "0.0.0-dev";
1365
1365
  async function checkForUpdate() {
1366
1366
  try {
1367
1367
  const controller = new AbortController();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "md4ai",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "CLI for MD4AI — scan Claude projects and sync to your dashboard",
5
5
  "type": "module",
6
6
  "bin": {