@solibo/solibo-sdk 1.7.74 → 1.7.75
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 +18 -18
- 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
|
@@ -6132,8 +6132,8 @@ function HomeApi$clientConfigurator$lambda$lambda_10(this$0, $platformName) {
|
|
|
6132
6132
|
}
|
|
6133
6133
|
accept($this$defaultRequest, Application_getInstance().p3y_1);
|
|
6134
6134
|
header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
|
|
6135
|
-
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.7.
|
|
6136
|
-
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.7.
|
|
6135
|
+
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.7.75 (' + $platformName + ')');
|
|
6136
|
+
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.7.75');
|
|
6137
6137
|
return Unit_instance;
|
|
6138
6138
|
};
|
|
6139
6139
|
}
|