@relayrail/server 0.1.4 → 0.1.5

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1930,7 +1930,7 @@ async function main() {
1930
1930
  const config = {
1931
1931
  supabaseUrl: process.env.SUPABASE_URL || process.env.NEXT_PUBLIC_SUPABASE_URL || "https://lcmdokppykqmigqcwnol.supabase.co",
1932
1932
  supabaseServiceRoleKey: process.env.SUPABASE_SERVICE_ROLE_KEY || "sb_secret_cj-1Y1KxjlapuwyXvfSKLA_xBJ0oS8i",
1933
- baseUrl: process.env.RELAYRAIL_BASE_URL || "https://relayrail.dev",
1933
+ baseUrl: process.env.RELAYRAIL_BASE_URL || "https://www.relayrail.dev",
1934
1934
  resendApiKey: process.env.RESEND_API_KEY,
1935
1935
  telnyxApiKey: process.env.TELNYX_API_KEY,
1936
1936
  telnyxPhoneNumber: process.env.TELNYX_PHONE_NUMBER,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relayrail/server",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "RelayRail MCP Server - SMS/Email connectivity for AI agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",