Closed gmicek closed 4 years ago
Hey all,
I'm trying to deploy something to our production environment running on Node 6.9.5 (we have plans to update but can't currently). Any chance you all could publish a new patch version to npm for this change?
Thanks much!
Thanks Greg for this fix, the new release will come in a couple minutes
@infusion thank you tons for the fast response! Really, really appreciate it
v0.2.20 is live :)
Thanks! already shipping on our side. Fastest github response I've ever received, thank you @infusion !
Some NodeJS versions do not support the term "interface" as a variable as it is a reserved keyword.
Specifically Node 6.9.5 does not support this version.
This change removes the "interface" variable name and replaces it with "intf"