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.
- package/cli.ts +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.
|
|
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(
|
|
217
|
+
outro(`🎉 Oath Bound set up complete!`);
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
// --- Pull command ---
|