roboto-js 1.4.48 → 1.4.49

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.
@@ -61,7 +61,7 @@ var RbtApi = exports["default"] = /*#__PURE__*/function () {
61
61
  }
62
62
  this.localDb = null;
63
63
  this.iac_session = null;
64
- this.appServiceHost = null;
64
+ this.appServiceHost = baseUrl;
65
65
  this.requestCache = {};
66
66
 
67
67
  // Use the storageAdaptor to get the authToken, if available
@@ -33,7 +33,7 @@ export default class RbtApi {
33
33
  }
34
34
  this.localDb = null;
35
35
  this.iac_session = null;
36
- this.appServiceHost = null;
36
+ this.appServiceHost = baseUrl;
37
37
  this.requestCache = {};
38
38
 
39
39
  // Use the storageAdaptor to get the authToken, if available
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roboto-js",
3
- "version": "1.4.48",
3
+ "version": "1.4.49",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "dist/cjs/index.cjs",
package/src/rbt_api.js CHANGED
@@ -32,7 +32,7 @@ export default class RbtApi {
32
32
  }
33
33
  this.localDb = null;
34
34
  this.iac_session = null;
35
- this.appServiceHost = null;
35
+ this.appServiceHost = baseUrl;
36
36
  this.requestCache = {};
37
37
 
38
38
  // Use the storageAdaptor to get the authToken, if available