md4ai 0.10.0 → 0.10.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.
@@ -1723,7 +1723,7 @@ var CURRENT_VERSION;
1723
1723
  var init_check_update = __esm({
1724
1724
  "dist/check-update.js"() {
1725
1725
  "use strict";
1726
- CURRENT_VERSION = true ? "0.10.0" : "0.0.0-dev";
1726
+ CURRENT_VERSION = true ? "0.10.1" : "0.0.0-dev";
1727
1727
  }
1728
1728
  });
1729
1729
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "md4ai",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "CLI for MD4AI — scan Claude projects and sync to your dashboard",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,15 +33,15 @@
33
33
  "node": ">=22"
34
34
  },
35
35
  "dependencies": {
36
- "@inquirer/prompts": "^7.0.0",
36
+ "@inquirer/prompts": "^8.3.0",
37
37
  "@supabase/supabase-js": "^2.98.0",
38
- "chalk": "^5.4.0",
39
- "commander": "^14.0.0",
38
+ "chalk": "^5.6.2",
39
+ "commander": "^14.0.3",
40
40
  "jszip": "^3.10.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@md4ai/shared": "workspace:*",
44
- "@types/node": "^22.0.0",
44
+ "@types/node": "^22.15.31",
45
45
  "esbuild": "^0.27.3",
46
46
  "typescript": "^5.7.0"
47
47
  }