codebuff 1.0.480 → 1.0.481

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -302,7 +302,7 @@ async function ensureBinaryExists() {
302
302
  console.error(
303
303
  JSON.stringify({
304
304
  type: 'error',
305
- message: 'Failed to determinie latest version.',
305
+ message: 'Failed to determine latest version.',
306
306
  }),
307
307
  )
308
308
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebuff",
3
- "version": "1.0.480",
3
+ "version": "1.0.481",
4
4
  "description": "AI coding agent",
5
5
  "license": "MIT",
6
6
  "bin": {