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