@solibo/solibo-sdk 1.15.14 → 1.15.15

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.15.14",
20
+ "version": "1.15.15",
21
21
  "name": "@solibo/solibo-sdk",
22
22
  "dependencies": {
23
23
  "@js-joda/core": "5.6.3",
@@ -7802,8 +7802,8 @@ function HomeApi$clientConfigurator$lambda$lambda_10(this$0, $platformName) {
7802
7802
  }
7803
7803
  accept($this$defaultRequest, Application_getInstance().c3o_1);
7804
7804
  header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
7805
- header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.15.14 (' + $platformName + ')');
7806
- header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.15.14');
7805
+ header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.15.15 (' + $platformName + ')');
7806
+ header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.15.15');
7807
7807
  return Unit_instance;
7808
7808
  };
7809
7809
  }