avadev/AvaTax-REST-V2-JS-SDK

19.3.0 published without running the npm build

AndrewBarba opened this issue · 2 comments

v19.3.0 was published without running the build script causing the package to fail on Node v10 and earlier

/home/circleci/project/node_modules/avatax/index.js:6
import client from './lib/AvaTaxClient';
^^^^^^

SyntaxError: Unexpected token import

republished with 19.3.2. Does that fix the issue?

Fixed.