@solibo/solibo-sdk 1.6.21 → 1.6.22

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.6.21",
4
+ "version": "1.6.22",
5
5
  "name": "@solibo/solibo-sdk",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "5.6.3",
@@ -3669,8 +3669,8 @@ function HomeApi$clientConfigurator$lambda$lambda_9(this$0, $platformName) {
3669
3669
  }
3670
3670
  accept($this$defaultRequest, Application_getInstance().w3j_1);
3671
3671
  header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
3672
- header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.6.21 (' + $platformName + ')');
3673
- header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.6.21');
3672
+ header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.6.22 (' + $platformName + ')');
3673
+ header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.6.22');
3674
3674
  return Unit_instance;
3675
3675
  };
3676
3676
  }