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.
- package/dist/cjs/rbt_api.cjs +1 -1
- package/dist/esm/rbt_api.js +1 -1
- package/package.json +1 -1
- package/src/rbt_api.js +1 -1
package/dist/cjs/rbt_api.cjs
CHANGED
|
@@ -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 =
|
|
64
|
+
this.appServiceHost = baseUrl;
|
|
65
65
|
this.requestCache = {};
|
|
66
66
|
|
|
67
67
|
// Use the storageAdaptor to get the authToken, if available
|
package/dist/esm/rbt_api.js
CHANGED
package/package.json
CHANGED
package/src/rbt_api.js
CHANGED