ordercloud-api / angular-client

A repository containing the new npm package for angular v5.0+ (@ordercloud/angular-sdk)
MIT License
1 stars 0 forks source link

updates for api v1.0.87 and bug fix for npm install #10

Closed crhistianramirez closed 5 years ago

crhistianramirez commented 5 years ago

Link to API release: https://ordercloud-api.github.io/release-notes/ordercloud-api-v1.0.87.html

notably, suppliers can now be assigned message senders.

Bug fix: node_modules were incorrectly being included in the compilation of the sdk even though they were excluded via tsconfig.json

This was causing some users to be unable to install via npm as it would error out on the post-install step due to compile errors from node_modules