Skip to content

Commit 96a51ee

Browse files
committed
bump sdk
1 parent bac35e1 commit 96a51ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@codebuff/sdk",
33
"private": false,
44
"access": "public",
5-
"version": "0.1.26",
5+
"version": "0.1.27",
66
"description": "Official SDK for Codebuff — AI coding agent & framework",
77
"license": "Apache-2.0",
88
"type": "module",
@@ -32,7 +32,7 @@
3232
"clean": "rm -rf dist",
3333
"prepare-dist": "node scripts/publish.js --dry-run",
3434
"publish-sdk": "node scripts/publish.js --public",
35-
"publish-dry-run": "node scripts/publish.js --dry-run",
35+
"publish-dry-run": "bun run build:verify && node scripts/publish.js --dry-run",
3636
"prepack": "bun run build",
3737
"typecheck": "tsc --noEmit -p .",
3838
"test": "bun test"

0 commit comments

Comments
 (0)