@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "index.mjs",
3
3
  "types": "index.d.ts",
4
- "version": "1.7.74",
4
+ "version": "1.7.75",
5
5
  "name": "@solibo/solibo-sdk",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "5.6.3",
@@ -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.74 (' + $platformName + ')');
6136
- header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.7.74');
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
  }