@ctchealth/plato-sdk 0.0.1 → 0.0.2

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": "@ctchealth/plato-sdk",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -113,7 +113,7 @@ class PlatoApiClient {
113
113
  this.eventsAttached = false;
114
114
  }
115
115
  async startCall(simulationId) {
116
- this.callControllerInstance = new web_1.default('677157de-0e16-4a6e-90d8-ab53ac1dbaab', 'https://d3mddz7y4coq6s.cloudfront.net');
116
+ this.callControllerInstance = new web_1.default('677157de-0e16-4a6e-90d8-ab53ac1dbaab', 'https://d1pcpyriexmvjj.cloudfront.net');
117
117
  if (!this.eventsAttached) {
118
118
  this.attachEvents();
119
119
  }