Comparing version 4.20.1 to 4.20.2
import { ClientOpts as IClientOpts } from "twilio"; | ||
export interface ClientOpts extends IClientOpts { | ||
apiBaseUrl?: string; | ||
verifyBaseUrl?: string; | ||
} |
@@ -18,4 +18,5 @@ "use strict"; | ||
this.api.baseUrl = (opts === null || opts === void 0 ? void 0 : opts.apiBaseUrl) || "https://api.somleng.org"; | ||
this.verify.baseUrl = (opts === null || opts === void 0 ? void 0 : opts.verifyBaseUrl) || "https://verify.somleng.org"; | ||
} | ||
} | ||
module.exports = Somleng; |
{ | ||
"name": "somleng", | ||
"version": "4.20.1", | ||
"version": "4.20.2", | ||
"description": "A Somleng helper library", | ||
@@ -5,0 +5,0 @@ "author": "Somleng Dev Team <dev@somleng.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6071
56