kc-sdk 5.6.2702 → 5.7.2788

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,6 +1,6 @@
1
1
  {
2
2
  "name": "kc-sdk",
3
- "version": "5.6.2702",
3
+ "version": "5.7.2788",
4
4
  "description": "Knowledge Components SDK",
5
5
  "main": "",
6
6
  "publishConfig": {
@@ -221,7 +221,7 @@ var kcMreService = {
221
221
 
222
222
 
223
223
  function generateRelayUrl(code, codeType) {
224
- var baseURL = kcSdkConfig.mreBaseUrl + 'ssoHandler.do?a=home';
224
+ var baseURL = kcSdkConfig.mreBaseUrl + 'ssoHandler.do?_a=home';
225
225
 
226
226
  if (code) {
227
227
  baseURL = kcSdkConfig.mreBaseUrl + (codeTypeUrlHandler[codeType] ? codeTypeUrlHandler[codeType] : '');
package/src/kc-sdk.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var kcSdkVersion = "5.6.2702"
3
+ var kcSdkVersion = "5.7.2788"
4
4
 
5
5
  var kcSdk = function kcSdk() {
6
6
  // locals