@akkadu/rsi-base
Advanced tools
Comparing version 0.2.32 to 0.2.33
@@ -65,3 +65,3 @@ "use strict"; | ||
} | ||
return [4 /*yield*/, fetch(this.RSI_GATEWAY_API + "/authenticate", { | ||
return [4 /*yield*/, fetch("".concat(this.RSI_GATEWAY_API, "/authenticate"), { | ||
method: 'POST', | ||
@@ -80,3 +80,3 @@ headers: { | ||
if (content.error) { | ||
throw Error("interpretation-player: An error occured: " + content.error); | ||
throw Error("interpretation-player: An error occured: ".concat(content.error)); | ||
} | ||
@@ -91,4 +91,4 @@ _a = content.data, stream = _a.stream, languageState = _a.languageState, eventLanguages = _a.eventLanguages, event = _a.event; | ||
Base.prototype.getFlagUrl = function (code) { | ||
var iso = ("" + code.slice(-2)).toLowerCase(); | ||
return "https://assets.akkadu.com/flags/4x3/" + iso + ".svg"; | ||
var iso = "".concat(code.slice(-2)).toLowerCase(); | ||
return "https://assets.akkadu.com/flags/4x3/".concat(iso, ".svg"); | ||
}; | ||
@@ -95,0 +95,0 @@ /** |
{ | ||
"name": "@akkadu/rsi-base", | ||
"version": "0.2.32", | ||
"version": "0.2.33", | ||
"description": ",", | ||
@@ -31,3 +31,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "b1c71cf7a0e635b6bd0f6ada2cff90a537b03d75" | ||
"gitHead": "7f75ad0810ffe99f0f598fd4782fb67fe42472a9" | ||
} |
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
7776