@cocreate/twilio
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,8 @@ | ||
## [1.0.3](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.0.2...v1.0.3) (2021-03-30) | ||
### Bug Fixes | ||
* import paths using npm ([845df3c](https://github.com/CoCreate-app/CoCreate-twilio/commit/845df3c3fdbc782bbc67679e13b3a60089b09b2e)) | ||
## [1.0.2](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.0.1...v1.0.2) (2021-03-30) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/twilio", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple twilio component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import api from '@cocreate/api/src' | ||
import {socket, crud} from '@cocreate/cocreatejs'; | ||
import crud from '@cocreate/cocreatejs'; | ||
// import * as loadTwilio from 'twilio-client-mirror'; | ||
@@ -4,0 +4,0 @@ import { Device } from 'twilio-client'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3424824