@solibo/solibo-sdk 1.9.2 → 1.9.4
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
|
@@ -6475,8 +6475,8 @@ function HomeApi$clientConfigurator$lambda$lambda_10(this$0, $platformName) {
|
|
|
6475
6475
|
}
|
|
6476
6476
|
accept($this$defaultRequest, Application_getInstance().d3z_1);
|
|
6477
6477
|
header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
|
|
6478
|
-
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.9.
|
|
6479
|
-
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.9.
|
|
6478
|
+
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.9.4 (' + $platformName + ')');
|
|
6479
|
+
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.9.4');
|
|
6480
6480
|
return Unit_instance;
|
|
6481
6481
|
};
|
|
6482
6482
|
}
|