@kb-labs/mind-entry 2.41.0 → 2.42.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 +2 -2
- package/package.json +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -255,12 +255,12 @@ declare const InitOutputSchema: z.ZodObject<{
|
|
|
255
255
|
mindDir: z.ZodString;
|
|
256
256
|
cwd: z.ZodString;
|
|
257
257
|
}, "strip", z.ZodTypeAny, {
|
|
258
|
-
cwd: string;
|
|
259
258
|
ok: boolean;
|
|
259
|
+
cwd: string;
|
|
260
260
|
mindDir: string;
|
|
261
261
|
}, {
|
|
262
|
-
cwd: string;
|
|
263
262
|
ok: boolean;
|
|
263
|
+
cwd: string;
|
|
264
264
|
mindDir: string;
|
|
265
265
|
}>;
|
|
266
266
|
type InitOutput = z.infer<typeof InitOutputSchema>;
|
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.42.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": "^18.3.1",
|
|
23
23
|
"zod": "^3.25.76",
|
|
24
|
-
"@kb-labs/mind-
|
|
25
|
-
"@kb-labs/mind-engine": "2.
|
|
26
|
-
"@kb-labs/mind-
|
|
24
|
+
"@kb-labs/mind-indexer": "2.42.0",
|
|
25
|
+
"@kb-labs/mind-engine": "2.42.0",
|
|
26
|
+
"@kb-labs/mind-core": "2.42.0",
|
|
27
|
+
"@kb-labs/mind-contracts": "2.42.0",
|
|
27
28
|
"@kb-labs/sdk": "2.20.0",
|
|
28
|
-
"@kb-labs/mind-orchestrator": "2.
|
|
29
|
-
"@kb-labs/mind-
|
|
30
|
-
"@kb-labs/plugin-contracts": "2.
|
|
31
|
-
"@kb-labs/mind-indexer": "2.41.0"
|
|
29
|
+
"@kb-labs/mind-orchestrator": "2.42.0",
|
|
30
|
+
"@kb-labs/mind-types": "2.42.0",
|
|
31
|
+
"@kb-labs/plugin-contracts": "2.42.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.42.0"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=20.0.0",
|