howdyai / botkit-middleware-witai

Middleware for using Wit.ai with Botkit-powered bots
MIT License
87 stars 49 forks source link

"node-wit": "^2.0.0" uses deprecated API #12

Closed vinniebrowne1 closed 7 years ago

vinniebrowne1 commented 7 years ago

Hey there,

I noticed an issue where confidence score is not being returned when using botkit-middleware-witai. This is because it is using an old version on node-wit as a dependency.

Would it be possible to get this updated or is there a work around/something else I should be doing?

var VERSION = "20150306" is now deprecated. The latest is '20160516'

Thanks in advance for everything!

vinniebrowne1 commented 7 years ago

Looks like theres a PR which may address this actually - Feature new wit #8

anonrig commented 7 years ago

node-wit version is updated.