@cleocode/cleo 2026.3.40 → 2026.3.41
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/cli/index.js +2 -5
- package/dist/cli/index.js.map +2 -2
- package/dist/mcp/index.js +1 -0
- package/dist/mcp/index.js.map +1 -1
- package/package.json +3 -3
package/dist/mcp/index.js
CHANGED
|
@@ -48862,6 +48862,7 @@ var init_cleo = __esm({
|
|
|
48862
48862
|
// packages/core/src/index.ts
|
|
48863
48863
|
var init_src2 = __esm({
|
|
48864
48864
|
"packages/core/src/index.ts"() {
|
|
48865
|
+
"use strict";
|
|
48865
48866
|
init_src();
|
|
48866
48867
|
init_adapters();
|
|
48867
48868
|
init_admin();
|