bridgellm 0.1.5 → 0.1.6

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 (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +8 -9
package/README.md CHANGED
@@ -97,8 +97,9 @@ No inference on the server. Zero compute costs. Just a database and message rout
97
97
 
98
98
  ## Links
99
99
 
100
- - [Source & Issues](https://github.com/starvader13/homebrew-bridgellm)
101
- - [npm package](https://www.npmjs.com/package/bridgellm)
100
+ - [GitHub](https://github.com/starvader13/bridgellm)
101
+ - [npm](https://www.npmjs.com/package/bridgellm)
102
+ - [Report an Issue](https://github.com/starvader13/bridgellm/issues)
102
103
 
103
104
  ## License
104
105
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bridgellm",
3
- "version": "0.1.5",
4
- "description": "BridgeLLM CLI — let AI coding agents talk to each other across teams",
3
+ "version": "0.1.6",
4
+ "description": "Let your AI coding agents talk to each other across services",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "bridgellm": "dist/index.js"
@@ -15,7 +15,6 @@
15
15
  "keywords": [
16
16
  "mcp",
17
17
  "mcp-server",
18
- "mcp-client",
19
18
  "model-context-protocol",
20
19
  "claude",
21
20
  "claude-code",
@@ -32,21 +31,21 @@
32
31
  "context-sharing",
33
32
  "api-contracts",
34
33
  "developer-tools",
35
- "devtools",
36
34
  "collaboration"
37
35
  ],
38
36
  "author": "starvader",
39
- "homepage": "https://github.com/starvader13/homebrew-bridgellm#readme",
37
+ "homepage": "https://github.com/starvader13/bridgellm#readme",
40
38
  "bugs": {
41
- "url": "https://github.com/starvader13/homebrew-bridgellm/issues"
39
+ "url": "https://github.com/starvader13/bridgellm/issues"
42
40
  },
43
- "license": "MIT",
44
41
  "repository": {
45
42
  "type": "git",
46
- "url": "git+https://github.com/starvader13/homebrew-bridgellm.git"
43
+ "url": "git+https://github.com/starvader13/bridgellm.git"
47
44
  },
45
+ "license": "MIT",
48
46
  "files": [
49
- "dist"
47
+ "dist",
48
+ "README.md"
50
49
  ],
51
50
  "dependencies": {
52
51
  "commander": "^13.0.0",