@solibo/solibo-sdk 1.15.14 → 1.15.15
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
|
@@ -7802,8 +7802,8 @@ function HomeApi$clientConfigurator$lambda$lambda_10(this$0, $platformName) {
|
|
|
7802
7802
|
}
|
|
7803
7803
|
accept($this$defaultRequest, Application_getInstance().c3o_1);
|
|
7804
7804
|
header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
|
|
7805
|
-
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.15.
|
|
7806
|
-
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.15.
|
|
7805
|
+
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.15.15 (' + $platformName + ')');
|
|
7806
|
+
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.15.15');
|
|
7807
7807
|
return Unit_instance;
|
|
7808
7808
|
};
|
|
7809
7809
|
}
|