Open
Description
It seems something wrong happened during the publish of the @azure/functions
beta package, as it lives under the latest
tag currently instead of a beta
or next
tag.

This is problematic as anyone just doing an npm install @azure/functions
or update an existing app using npm install @azure/functions@latest
ends up with a beta package instead of the stable version!
Related information
Provide any related information
- Programming language used : TypeScript/JS