spotify / confidence-sdk-js

Other
9 stars 1 forks source link

fix!: mark Confidence constructor as internal #195

Closed nicklasl closed 2 months ago

nicklasl commented 2 months ago

We don't want our users to use the Confidence constructor but rather the create() method.

Note: This should be considered a breaking change.