specguard-mcp 0.1.6 → 0.1.8
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specguard-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "MCP server exposing SpecGuard suite intelligence to AI coding agents",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"type": "module",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"build": "tsc --project tsconfig.build.json",
|
|
21
21
|
"typecheck": "tsc --noEmit",
|
|
22
22
|
"pretest": "tsc --project tsconfig.test.json",
|
|
23
|
-
"test": "
|
|
23
|
+
"test": "files=$(find .test-build/test -name '*.test.js'); [ -n \"$files\" ] || { echo 'specguard-mcp: no compiled test files found — did pretest run?'; exit 1; }; node --test $files",
|
|
24
24
|
"prepare": "npm run build"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^20.19.0",
|
|
31
|
-
"specguard
|
|
31
|
+
"@yatfa/specguard": "^0.1.1",
|
|
32
32
|
"typescript": "^5.6.0"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|