@solibo/solibo-sdk 1.6.4 → 1.6.5
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/kotlin-kotlin-stdlib.mjs +15 -15
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/package.json +1 -1
- package/solibo-sdk-sdk.mjs +2 -2
package/package.json
CHANGED
package/solibo-sdk-sdk.mjs
CHANGED
|
@@ -3635,8 +3635,8 @@ function HomeApi$clientConfigurator$lambda$lambda_9(this$0, $platformName) {
|
|
|
3635
3635
|
}
|
|
3636
3636
|
accept($this$defaultRequest, Application_getInstance().w3j_1);
|
|
3637
3637
|
header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
|
|
3638
|
-
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.6.
|
|
3639
|
-
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.6.
|
|
3638
|
+
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.6.5 (' + $platformName + ')');
|
|
3639
|
+
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.6.5');
|
|
3640
3640
|
return Unit_instance;
|
|
3641
3641
|
};
|
|
3642
3642
|
}
|