@kb-labs/mind-entry 2.74.0 → 2.77.0
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/index.d.ts +4 -4
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -256,12 +256,12 @@ declare const InitOutputSchema: z.ZodObject<{
|
|
|
256
256
|
cwd: z.ZodString;
|
|
257
257
|
}, "strip", z.ZodTypeAny, {
|
|
258
258
|
cwd: string;
|
|
259
|
-
ok: boolean;
|
|
260
259
|
mindDir: string;
|
|
260
|
+
ok: boolean;
|
|
261
261
|
}, {
|
|
262
262
|
cwd: string;
|
|
263
|
-
ok: boolean;
|
|
264
263
|
mindDir: string;
|
|
264
|
+
ok: boolean;
|
|
265
265
|
}>;
|
|
266
266
|
type InitOutput = z.infer<typeof InitOutputSchema>;
|
|
267
267
|
declare const UpdateInputSchema: z.ZodObject<{
|
|
@@ -453,8 +453,8 @@ declare const QueryInputSchema: z.ZodObject<{
|
|
|
453
453
|
toon: boolean;
|
|
454
454
|
toonSidecar: boolean;
|
|
455
455
|
compact: boolean;
|
|
456
|
-
scope?: string | undefined;
|
|
457
456
|
cwd?: string | undefined;
|
|
457
|
+
scope?: string | undefined;
|
|
458
458
|
path?: string | undefined;
|
|
459
459
|
type?: string | undefined;
|
|
460
460
|
filter?: string | undefined;
|
|
@@ -463,8 +463,8 @@ declare const QueryInputSchema: z.ZodObject<{
|
|
|
463
463
|
tag?: string | undefined;
|
|
464
464
|
}, {
|
|
465
465
|
query: "scope" | "meta" | "impact" | "exports" | "externals" | "chain" | "docs";
|
|
466
|
-
scope?: string | undefined;
|
|
467
466
|
cwd?: string | undefined;
|
|
467
|
+
scope?: string | undefined;
|
|
468
468
|
json?: boolean | undefined;
|
|
469
469
|
quiet?: boolean | undefined;
|
|
470
470
|
path?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kb-labs/mind-entry",
|
|
3
3
|
"description": "CLI commands for KB Labs Mind",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.77.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"react": "^19.0.0",
|
|
23
23
|
"zod": "^3.25.76",
|
|
24
|
-
"@kb-labs/mind-
|
|
25
|
-
"@kb-labs/mind-
|
|
26
|
-
"@kb-labs/mind-
|
|
27
|
-
"@kb-labs/
|
|
28
|
-
"@kb-labs/mind-types": "2.
|
|
29
|
-
"@kb-labs/mind-
|
|
30
|
-
"@kb-labs/
|
|
31
|
-
"@kb-labs/
|
|
24
|
+
"@kb-labs/mind-indexer": "2.77.0",
|
|
25
|
+
"@kb-labs/mind-contracts": "2.77.0",
|
|
26
|
+
"@kb-labs/mind-engine": "2.77.0",
|
|
27
|
+
"@kb-labs/plugin-contracts": "2.77.0",
|
|
28
|
+
"@kb-labs/mind-types": "2.77.0",
|
|
29
|
+
"@kb-labs/mind-core": "2.77.0",
|
|
30
|
+
"@kb-labs/sdk": "2.21.2",
|
|
31
|
+
"@kb-labs/mind-orchestrator": "2.77.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^24.3.3",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"tsup": "^8.5.0",
|
|
38
38
|
"typescript": "^5.6.3",
|
|
39
39
|
"vitest": "^3.2.4",
|
|
40
|
-
"@kb-labs/devkit": "2.
|
|
40
|
+
"@kb-labs/devkit": "2.77.0"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=20.0.0",
|