@solibo/solibo-sdk 1.5.8 → 1.5.9

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.5.8",
4
+ "version": "1.5.9",
5
5
  "name": "@solibo/solibo-sdk",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "5.6.3",
@@ -3497,7 +3497,7 @@ function HomeApi$clientConfigurator$lambda$lambda_7(this$0) {
3497
3497
  }
3498
3498
  accept($this$defaultRequest, Application_getInstance().k3j_1);
3499
3499
  header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
3500
- header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.5.8');
3500
+ header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.5.9');
3501
3501
  return Unit_instance;
3502
3502
  };
3503
3503
  }