twilio-labs / function-templates

Twilio Function templates for different Voice, SMS, Video, Chat, Sync, etc use cases
MIT License
346 stars 323 forks source link

fix: make usable without esm #514

Closed bnb closed 4 months ago

bnb commented 4 months ago

Description

Rolls back inquirer to v8, which works with CommonJS. Also removes log-symbols since it was only used in two places (and called in a third that it was never used in).

Checklist