We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dd64a commit 68c51f6Copy full SHA for 68c51f6
sdk/package.json
@@ -2,7 +2,7 @@
2
"name": "@codebuff/sdk",
3
"private": false,
4
"access": "public",
5
- "version": "0.0.2",
+ "version": "0.0.3",
6
"description": "Official SDK for Codebuff — AI coding agent & framework",
7
"license": "MIT",
8
"type": "module",
sdk/scripts/publish.js
@@ -54,9 +54,8 @@ function main() {
54
55
// Update files field to include all built files
56
packageJson.files = [
57
- '*.js',
58
- '*.d.ts',
59
- '*.d.ts.map',
+ 'sdk/',
+ 'common/',
60
'README.md',
61
'CHANGELOG.md'
62
]
0 commit comments