@mycontxt/cli 0.1.4 → 0.1.6
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/dist/contxt.js +2 -2
- package/package.json +3 -3
package/dist/contxt.js
CHANGED
|
@@ -615,8 +615,8 @@ import { homedir } from "os";
|
|
|
615
615
|
import { join as join2 } from "path";
|
|
616
616
|
|
|
617
617
|
// src/config.ts
|
|
618
|
-
var SUPABASE_URL = "";
|
|
619
|
-
var SUPABASE_ANON_KEY = "";
|
|
618
|
+
var SUPABASE_URL = "https://nreejrbrgbpcteliqqxm.supabase.co";
|
|
619
|
+
var SUPABASE_ANON_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im5yZWVqcmJyZ2JwY3RlbGlxcXhtIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NzEyODU3MDcsImV4cCI6MjA4Njg2MTcwN30.1oMu3WWwPQj1PU9jkAeWt7dbzaS4LN99pMkc299RWhY";
|
|
620
620
|
function getSupabaseConfig() {
|
|
621
621
|
if (!SUPABASE_URL || !SUPABASE_ANON_KEY) {
|
|
622
622
|
throw new Error(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mycontxt/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"contxt": "./dist/contxt.js"
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"inquirer": "^12.2.0",
|
|
17
17
|
"glob": "^11.0.0",
|
|
18
18
|
"chokidar": "^4.0.3",
|
|
19
|
-
"@mycontxt/
|
|
20
|
-
"@mycontxt/
|
|
19
|
+
"@mycontxt/core": "0.1.3",
|
|
20
|
+
"@mycontxt/adapters": "0.1.4"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^22.10.5",
|