-
Notifications
You must be signed in to change notification settings - Fork 28
Description
this module relies on Babel 6, which is broken:
$ node
> Object.prototype.test = () => null
[Function]
> require('bitbox-sdk')
yields:
Error: You passed
traverse()a visitor object with the property "Block" that has the invalid property "test"
at verify (/Users/ekkis/dev/otc-trader/node_modules/babel-traverse/lib/visitors.js:205:17)
at Function.explode (/Users/ekkis/dev/otc-trader/node_modules/babel-traverse/lib/visitors.js:72:3)
at Plugin.normaliseVisitor (/Users/ekkis/dev/otc-trader/node_modules/babel-core/lib/transformation/plugin.js:155:29)
at new Plugin (/Users/ekkis/dev/otc-trader/node_modules/babel-core/lib/transformation/plugin.js:66:27)
I reached out to the Babel guys and they said v6 is no longer maintained and your package should upgrade. please see: babel/babel#9786
please upgrade and let me know when I can refresh