Skip to content

workfront-api-constants is now a dependency

Compare
Choose a tag to compare
@bhovhannes bhovhannes released this 13 Jun 12:20
· 2371 commits to master since this release

ApiConstants enum has been extracted into a separate package: workfront-api-constants and is now a dependency.

That was done to include TypeScript typings alongside constants definition in JS file which can be useful for projects which rely on Workfront API constants but don't want the whole implementation of workfront-api.

This release is fixing issue #16.