call-control-sdk 6.5.5-uat.6 → 6.5.5-uat.8

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/index.mjs CHANGED
@@ -607,7 +607,7 @@ var axios_default = axiosInstance;
607
607
  import { getItem as getItem2, removeItem as removeItem2 } from "@react-solutions/vault";
608
608
 
609
609
  // call-control-sdk/lib/services/usbLight.ts
610
- var USB_LIGHT_BASE_URL = `/usb-light`;
610
+ var USB_LIGHT_BASE_URL = `http://localhost:5000`;
611
611
  var USB_LIGHT_ON = (color) => {
612
612
  return `${USB_LIGHT_BASE_URL}/light/${color}/on`;
613
613
  };