@frontegg/client
Advanced tools
Comparing version 2.0.13 to 2.0.14
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.baseUrl = process.env.FRONTEGG_API_GATEWAY_URL || "https://dev-api.frontegg.com/"; | ||
exports.baseUrl = process.env.FRONTEGG_API_GATEWAY_URL || "https://api.frontegg.com/"; | ||
if (exports.baseUrl.endsWith('/')) { | ||
// Take the base url | ||
exports.baseUrl = exports.baseUrl.slice(0, -1); | ||
@@ -6,0 +7,0 @@ } |
{ | ||
"name": "@frontegg/client", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"description": "Frontegg Javascript Library for backend", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
236388
102
3482