@relayrail/server 0.1.1 → 0.1.2

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2224,7 +2224,7 @@ async function main() {
2224
2224
  }
2225
2225
  const config = {
2226
2226
  supabaseUrl: process.env.SUPABASE_URL || process.env.NEXT_PUBLIC_SUPABASE_URL || "https://lcmdokppykqmigqcwnol.supabase.co",
2227
- supabaseServiceRoleKey: process.env.SUPABASE_SERVICE_ROLE_KEY || "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImxjbWRva3BweWtxbWlncWN3bm9sIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTc0OTU4NTcyNywiZXhwIjoyMDY1MTYxNzI3fQ.P_xJNvfzONdoLmvL86bXVFDl0BfpvpnFMqgVJoLy_nM",
2227
+ supabaseServiceRoleKey: process.env.SUPABASE_SERVICE_ROLE_KEY || "sb_secret_cj-1Y1KxjlapuwyXvfSKLA_xBJ0oS8i",
2228
2228
  baseUrl: process.env.RELAYRAIL_BASE_URL || "https://relayrail.dev",
2229
2229
  resendApiKey: process.env.RESEND_API_KEY,
2230
2230
  telnyxApiKey: process.env.TELNYX_API_KEY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relayrail/server",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "RelayRail MCP Server - SMS/Email connectivity for AI agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",