Azure / azure-functions-durable-js

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

Update uuid package #593

Closed castrodd closed 6 months ago

castrodd commented 6 months ago

This PR is a copy of #539.

I was planning to approve #539, but before testing it I noticed that:

  1. The branch in that PR is forked from v.2.x, but it is merging into v3.x
  2. There were conflicts due to the fact that azure-functions-durable-js was updated to 3.1.0 after #539 was opened. I tried to reconcile the conflict using the GitHub UI, but ended up making things worse. Rather than pull down KuSh's fork and make changes there, I decided to open this PR directly off the v3.x branch.

I have built and run these changes on a sample Durable Function without any issues. The tests also passed without any errors.

KuSh commented 6 months ago

Fixes https://github.com/Azure/azure-functions-durable-js/issues/316, https://github.com/Azure/azure-functions-durable-js/issues/483