@makeshkumar/blueorch-studio 1.0.0 → 1.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.
Files changed (1) hide show
  1. package/package.json +13 -4
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "@makeshkumar/blueorch-studio",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "BlueOrch Studio — Modular MCP Orchestrator with LLM chat, served as an npx command",
5
5
  "type": "module",
6
6
  "main": "server.js",
7
7
  "bin": {
8
8
  "blueorch": "./bin/cli.js"
9
9
  },
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
10
13
  "files": [
11
14
  "bin/",
12
15
  "public/",
@@ -18,10 +21,16 @@
18
21
  "scripts": {
19
22
  "start": "NODE_ENV=production node server.js",
20
23
  "dev": "NODE_ENV=development node --watch server.js",
21
- "build:prod": "cd ../web-ui && ng build",
22
- "publish:npm": "npm run build:prod && npm publish"
24
+ "build:prod": "cd ../blueorch-ui && ng build",
25
+ "publish:npm": "npm run build:prod && npm publish --access public"
23
26
  },
24
- "keywords": ["mcp", "orchestrator", "llm", "ai", "blueorch"],
27
+ "keywords": [
28
+ "mcp",
29
+ "orchestrator",
30
+ "llm",
31
+ "ai",
32
+ "blueorch"
33
+ ],
25
34
  "dependencies": {
26
35
  "@anthropic-ai/sdk": "^0.80.0",
27
36
  "@google/genai": "^1.46.0",