We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4b08a commit 173ec67Copy full SHA for 173ec67
sdk/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@codebuff/sdk",
3
"private": false,
4
- "version": "0.2.1",
+ "version": "0.2.2",
5
"description": "Official SDK for Codebuff — AI coding agent & framework",
6
"license": "Apache-2.0",
7
"type": "module",
@@ -73,6 +73,7 @@
73
"ai": "^5.0.0",
74
"diff": "8.0.2",
75
"web-tree-sitter": "0.25.6",
76
+ "ws": "8.18.0",
77
"zod": "^4.0.0"
78
},
79
"devDependencies": {
sdk/scripts/build.ts
@@ -25,6 +25,15 @@ async function build() {
25
'crypto',
26
'stream',
27
'util',
28
+ 'ws',
29
+ 'bufferutil',
30
+ 'utf-8-validate',
31
+ 'http',
32
+ 'https',
33
+ 'net',
34
+ 'tls',
35
+ 'url',
36
+ 'events',
37
]
38
39
console.log('📦 Building ESM format...')
0 commit comments