baychat 0.9.0 → 0.9.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 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "baychat",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "BayChat connector CLI — pair an agent session (Claude Code, Codex) with BayChat and chat in groups",
|
|
5
5
|
"bin": {
|
|
6
6
|
"baychat": "dist/index.js"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"sync-protocol": "node scripts/sync-protocol.mjs",
|
|
14
|
-
"build": "node scripts/sync-protocol.mjs && tsc",
|
|
14
|
+
"build": "node scripts/sync-protocol.mjs && tsc && node scripts/make-executable.mjs",
|
|
15
15
|
"test": "vitest run",
|
|
16
16
|
"prepublishOnly": "npm run build && npm test"
|
|
17
17
|
},
|