smartystreets-javascript-sdk
smartystreets-javascript-sdk copied to clipboard
The official client libraries for accessing SmartyStreets APIs from javascript.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
# Expected Behavior `core.ClientBuilder.buildUsStreetApiClient()` should return a client object without any errors. The SDK should work in a React project using Webpack 5. # Current Behavior Calling that SDK method...
This is branched off the changes created by @akadoshin here: #90
## Description This PR introduces a Rollup configuration to build and export both CommonJS (cjs) and ES Modules (es) for the smartystreets-javascript-sdk package. The main goal is to make the...