coding-friend-cli 1.32.0 → 1.32.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.
- package/dist/{chunk-U7IVVN45.js → chunk-3QK6S74O.js} +8 -25
- package/dist/{chunk-5OXEUKOE.js → chunk-66EDSJ6W.js} +156 -149
- package/dist/{chunk-4IUUWBZG.js → chunk-G4QGJEV7.js} +4 -4
- package/dist/{config-OBCZNDKV.js → config-RE4SQ6Y7.js} +7 -7
- package/dist/{disable-CDOM7SSI.js → disable-ZWQVU3QZ.js} +2 -2
- package/dist/{enable-SF7742UR.js → enable-NXP6APNI.js} +2 -2
- package/dist/index.js +37 -29
- package/dist/{init-H2EOLWJ5.js → init-F2NO6NCJ.js} +8 -8
- package/dist/{install-JR4ITJVU.js → install-22BLHQ6D.js} +5 -5
- package/dist/{mcp-G4FEXMZW.js → mcp-VQ5OXXU7.js} +23 -57
- package/dist/mcp-serve-3FEPFVVQ.js +27 -0
- package/dist/mcp-serve-learn-UNW6VH5M.js +59 -0
- package/dist/{memory-SO33RAI5.js → memory-GKANJJXU.js} +5 -5
- package/dist/{permission-C5R3LMZQ.js → permission-DNW7DE24.js} +2 -2
- package/dist/{status-EFEXM3ZM.js → status-7YW3YV2Y.js} +6 -6
- package/dist/{uninstall-BOVKPNYN.js → uninstall-6ZJRS2H4.js} +5 -5
- package/dist/{update-JBCG4CY2.js → update-P5ZR2JVQ.js} +3 -3
- package/package.json +1 -1
- package/dist/{chunk-HPNRQYLM.js → chunk-Z5Q533UG.js} +3 -3
- package/dist/{dev-VNDV6R24.js → dev-QXVERU42.js} +4 -4
- package/dist/{host-N3GQ6OJM.js → host-XZZEMMMI.js} +4 -4
- package/dist/{statusline-5X7FZGRU.js → statusline-GKVAX7GR.js} +1 -1
- package/dist/{update-check-BPCQ25AR.js → update-check-5SCD2JR2.js} +3 -3
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
getLatestVersion,
|
|
5
5
|
semverCompare,
|
|
6
6
|
updateCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-G4QGJEV7.js";
|
|
8
8
|
import "./chunk-LXZ47XCD.js";
|
|
9
9
|
import "./chunk-DHH6SRXV.js";
|
|
10
10
|
import "./chunk-DMJCO6LJ.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-EVGXUDX4.js";
|
|
11
|
+
import "./chunk-Z5Q533UG.js";
|
|
13
12
|
import "./chunk-TWKNGPBO.js";
|
|
13
|
+
import "./chunk-EVGXUDX4.js";
|
|
14
14
|
import "./chunk-NREZK463.js";
|
|
15
15
|
import "./chunk-5UVDWG5L.js";
|
|
16
16
|
export {
|
package/package.json
CHANGED
|
@@ -9,15 +9,15 @@ import {
|
|
|
9
9
|
isMarketplaceRegistered,
|
|
10
10
|
isPluginInstalled
|
|
11
11
|
} from "./chunk-R6HDMRYL.js";
|
|
12
|
-
import {
|
|
13
|
-
commandExists,
|
|
14
|
-
run
|
|
15
|
-
} from "./chunk-EVGXUDX4.js";
|
|
16
12
|
import {
|
|
17
13
|
devStatePath,
|
|
18
14
|
knownMarketplacesPath,
|
|
19
15
|
pluginCachePath
|
|
20
16
|
} from "./chunk-TWKNGPBO.js";
|
|
17
|
+
import {
|
|
18
|
+
commandExists,
|
|
19
|
+
run
|
|
20
|
+
} from "./chunk-EVGXUDX4.js";
|
|
21
21
|
import {
|
|
22
22
|
log,
|
|
23
23
|
printBanner
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
getLibPath
|
|
3
|
-
} from "./chunk-RZRT7NGT.js";
|
|
4
1
|
import {
|
|
5
2
|
resolveDocsDir
|
|
6
3
|
} from "./chunk-GTX6I57V.js";
|
|
4
|
+
import {
|
|
5
|
+
getLibPath
|
|
6
|
+
} from "./chunk-RZRT7NGT.js";
|
|
7
7
|
import "./chunk-DHH6SRXV.js";
|
|
8
|
+
import "./chunk-TWKNGPBO.js";
|
|
8
9
|
import {
|
|
9
10
|
run,
|
|
10
11
|
streamExec
|
|
11
12
|
} from "./chunk-EVGXUDX4.js";
|
|
12
|
-
import "./chunk-TWKNGPBO.js";
|
|
13
13
|
import {
|
|
14
14
|
log,
|
|
15
15
|
printBanner
|