@jaggerxtrm/specialists 2.0.0 → 2.0.1
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.js +0 -1
- package/package.json +2 -3
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jaggerxtrm/specialists",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "OmniSpecialist \u2014 7-tool MCP orchestration layer powered by the Specialist System. Discover and execute .specialist.yaml files across project/user/system scopes via pi.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"install": "bin/install.js"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
|
-
"build": "bun build src/index.ts --target=node --outfile=dist/index.js &&
|
|
17
|
+
"build": "bun build src/index.ts --target=node --outfile=dist/index.js && chmod +x dist/index.js",
|
|
18
18
|
"dev": "bun run src/index.ts",
|
|
19
19
|
"start": "node dist/index.js",
|
|
20
20
|
"lint": "tsc --noEmit",
|
|
@@ -43,7 +43,6 @@
|
|
|
43
43
|
"zod-to-json-schema": "^3.24.6"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@types/bun": "1.3.10",
|
|
47
46
|
"@types/bun": "1.3.10",
|
|
48
47
|
"@types/node": "^24.0.0",
|
|
49
48
|
"@vitest/coverage-v8": "^2.1.8",
|