@kb-labs/mind-contracts 2.114.0 → 2.116.11
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/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kb-labs/mind-contracts",
|
|
3
3
|
"description": "Public contracts for KB Labs Mind (RAG) plugin: wire schemas, flags, config, routes.",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.116.11",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -17,33 +17,33 @@
|
|
|
17
17
|
"README.md",
|
|
18
18
|
"LICENSE"
|
|
19
19
|
],
|
|
20
|
-
"scripts": {
|
|
21
|
-
"build": "tsup --config tsup.config.ts",
|
|
22
|
-
"clean": "rimraf dist",
|
|
23
|
-
"dev": "tsup --config tsup.config.ts --watch",
|
|
24
|
-
"lint": "eslint src --ext .ts",
|
|
25
|
-
"lint:fix": "eslint . --fix",
|
|
26
|
-
"pretype-check": "pnpm --filter @kb-labs/mind-contracts build",
|
|
27
|
-
"test": "vitest run --passWithNoTests",
|
|
28
|
-
"test:watch": "vitest",
|
|
29
|
-
"type-check": "tsc --noEmit"
|
|
30
|
-
},
|
|
31
20
|
"dependencies": {
|
|
32
|
-
"
|
|
33
|
-
"
|
|
21
|
+
"zod": "^3.25.76",
|
|
22
|
+
"@kb-labs/sdk": "2.115.0"
|
|
34
23
|
},
|
|
35
24
|
"devDependencies": {
|
|
36
|
-
"@kb-labs/devkit": "workspace:*",
|
|
37
25
|
"@types/node": "^24.3.3",
|
|
38
26
|
"eslint": "^9",
|
|
39
27
|
"rimraf": "^6.0.1",
|
|
40
28
|
"tsup": "^8.5.0",
|
|
41
29
|
"typescript": "^5.6.3",
|
|
42
|
-
"vitest": "^3.2.6"
|
|
30
|
+
"vitest": "^3.2.6",
|
|
31
|
+
"@kb-labs/devkit": "2.116.11"
|
|
43
32
|
},
|
|
44
33
|
"engines": {
|
|
45
34
|
"node": ">=22.0.0",
|
|
46
35
|
"pnpm": ">=9.0.0"
|
|
47
36
|
},
|
|
48
|
-
"sideEffects": false
|
|
49
|
-
|
|
37
|
+
"sideEffects": false,
|
|
38
|
+
"scripts": {
|
|
39
|
+
"build": "tsup --config tsup.config.ts",
|
|
40
|
+
"clean": "rimraf dist",
|
|
41
|
+
"dev": "tsup --config tsup.config.ts --watch",
|
|
42
|
+
"lint": "eslint src --ext .ts",
|
|
43
|
+
"lint:fix": "eslint . --fix",
|
|
44
|
+
"pretype-check": "pnpm --filter @kb-labs/mind-contracts build",
|
|
45
|
+
"test": "vitest run --passWithNoTests",
|
|
46
|
+
"test:watch": "vitest",
|
|
47
|
+
"type-check": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|