@solibo/solibo-sdk 1.15.8 → 1.15.9
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.
package/package.json
CHANGED
package/solibo-sdk-sdk.mjs
CHANGED
|
@@ -7576,8 +7576,8 @@ function HomeApi$clientConfigurator$lambda$lambda_10(this$0, $platformName) {
|
|
|
7576
7576
|
}
|
|
7577
7577
|
accept($this$defaultRequest, Application_getInstance().c3o_1);
|
|
7578
7578
|
header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
|
|
7579
|
-
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.15.
|
|
7580
|
-
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.15.
|
|
7579
|
+
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.15.9 (' + $platformName + ')');
|
|
7580
|
+
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.15.9');
|
|
7581
7581
|
return Unit_instance;
|
|
7582
7582
|
};
|
|
7583
7583
|
}
|