Skip to content

Commit db82a05

Browse files
committed
bump sdk
1 parent d57cb1f commit db82a05

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.31",
5+
"version": "0.1.32",
66
"description": "Official SDK for Codebuff — AI coding agent & framework",
77
"license": "Apache-2.0",
88
"type": "commonjs",
@@ -31,7 +31,7 @@
3131
"clean": "rm -rf dist",
3232
"prepare-dist": "bun run scripts/publish.ts --dry-run",
3333
"publish-sdk": "bun run scripts/publish.ts --public",
34-
"publish-dry-run": "bun run build:verify && node scripts/publish.js --dry-run",
34+
"publish-dry-run": "bun run build:verify && bun run scripts/publish.ts --dry-run",
3535
"prepack": "bun run build",
3636
"typecheck": "tsc --noEmit -p .",
3737
"test": "bun test"

0 commit comments

Comments
 (0)