oathbound 0.5.0 → 0.5.1

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/cli.ts +2 -2
  2. package/package.json +1 -1
package/cli.ts CHANGED
@@ -23,7 +23,7 @@ export { stripJsoncComments, writeOathboundConfig, mergeClaudeSettings, type Mer
23
23
  export { isNewer } from './update';
24
24
  export { installDevDependency, type InstallResult, setup, addPrepareScript, type PrepareResult };
25
25
 
26
- const VERSION = '0.5.0';
26
+ const VERSION = '0.5.1';
27
27
 
28
28
  // --- Supabase ---
29
29
  const SUPABASE_URL = 'https://mjnfqagwuewhgwbtrdgs.supabase.co';
@@ -214,7 +214,7 @@ async function init(): Promise<void> {
214
214
  break;
215
215
  }
216
216
 
217
- outro(`${BRAND} ${TEAL}configured (${level})${RESET}`);
217
+ outro(`🎉 Oath Bound set up complete!`);
218
218
  }
219
219
 
220
220
  // --- Pull command ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oathbound",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Install verified Claude Code skills from the Oath Bound registry",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Josh Anderson",