We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57cb1f commit db82a05Copy full SHA for db82a05
sdk/package.json
@@ -2,7 +2,7 @@
2
"name": "@codebuff/sdk",
3
"private": false,
4
"access": "public",
5
- "version": "0.1.31",
+ "version": "0.1.32",
6
"description": "Official SDK for Codebuff — AI coding agent & framework",
7
"license": "Apache-2.0",
8
"type": "commonjs",
@@ -31,7 +31,7 @@
31
"clean": "rm -rf dist",
32
"prepare-dist": "bun run scripts/publish.ts --dry-run",
33
"publish-sdk": "bun run scripts/publish.ts --public",
34
- "publish-dry-run": "bun run build:verify && node scripts/publish.js --dry-run",
+ "publish-dry-run": "bun run build:verify && bun run scripts/publish.ts --dry-run",
35
"prepack": "bun run build",
36
"typecheck": "tsc --noEmit -p .",
37
"test": "bun test"
0 commit comments