@dosu/cli 0.19.0 → 0.19.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/bin/dosu.js +2 -2
- package/package.json +1 -1
package/bin/dosu.js
CHANGED
|
@@ -2151,7 +2151,7 @@ function getSupabaseURL() {
|
|
|
2151
2151
|
return process.env.SUPABASE_URL_OVERRIDE ?? "https://wldmetsoicvieidlsqrb.supabase.co" ?? "";
|
|
2152
2152
|
}
|
|
2153
2153
|
function getSupabaseAnonKey() {
|
|
2154
|
-
return process.env.SUPABASE_ANON_KEY_OVERRIDE ?? "
|
|
2154
|
+
return process.env.SUPABASE_ANON_KEY_OVERRIDE ?? "sb_publishable_NePQHMbqqlFOp1aaHbp5Bg_zyA-kYd6" ?? "";
|
|
2155
2155
|
}
|
|
2156
2156
|
|
|
2157
2157
|
// src/client/client.ts
|
|
@@ -4548,7 +4548,7 @@ var init_dist4 = __esm(() => {
|
|
|
4548
4548
|
function getVersionString() {
|
|
4549
4549
|
return `v${VERSION}`;
|
|
4550
4550
|
}
|
|
4551
|
-
var VERSION = "0.19.
|
|
4551
|
+
var VERSION = "0.19.1";
|
|
4552
4552
|
|
|
4553
4553
|
// src/debug/logger.ts
|
|
4554
4554
|
import {
|