@solibo/solibo-sdk 1.9.2 → 1.9.4

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
@@ -17,7 +17,7 @@
17
17
  "url": "git+https://github.com/Solibo-AS/solibo-sdk.git",
18
18
  "directory": "sdk"
19
19
  },
20
- "version": "1.9.2",
20
+ "version": "1.9.4",
21
21
  "name": "@solibo/solibo-sdk",
22
22
  "dependencies": {
23
23
  "@js-joda/core": "5.6.3",
@@ -6475,8 +6475,8 @@ function HomeApi$clientConfigurator$lambda$lambda_10(this$0, $platformName) {
6475
6475
  }
6476
6476
  accept($this$defaultRequest, Application_getInstance().d3z_1);
6477
6477
  header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
6478
- header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.9.2 (' + $platformName + ')');
6479
- header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.9.2');
6478
+ header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.9.4 (' + $platformName + ')');
6479
+ header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.9.4');
6480
6480
  return Unit_instance;
6481
6481
  };
6482
6482
  }