Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
128 stars 46 forks source link

Rename DurableOrchestrationClient to DurableClient #532

Closed hossam-nasr closed 11 months ago

hossam-nasr commented 11 months ago

This is an internal change only. The publicly exported type which this class implements is already called DurableClient and the DurableOrchestrationClient class was not publicly exported. This changes makes the names match.