md4ai 0.3.1 → 0.3.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.
@@ -914,7 +914,7 @@ function escapeHtml(text) {
914
914
 
915
915
  // dist/check-update.js
916
916
  import chalk8 from "chalk";
917
- var CURRENT_VERSION = "0.3.1";
917
+ var CURRENT_VERSION = "0.3.2";
918
918
  async function checkForUpdate() {
919
919
  try {
920
920
  const controller = new AbortController();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "md4ai",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "CLI for MD4AI — scan Claude projects and sync to your dashboard",
5
5
  "type": "module",
6
6
  "bin": {
@@ -32,7 +32,7 @@
32
32
  "@supabase/supabase-js": "^2.98.0",
33
33
  "chalk": "^5.4.0",
34
34
  "commander": "^14.0.0",
35
- "glob": "^11.0.0",
35
+ "glob": "^13.0.0",
36
36
  "jszip": "^3.10.1"
37
37
  },
38
38
  "devDependencies": {