You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Identity] Moving @types/stoppable to the devDependencies (Azure#20070)
`@types/stoppable` was added by mistake to the `dependencies` of the `package.json` of `@azure/identity`. This package is only used to build the TypeScript code, and not used on runtime, so it should have been placed on the `devDependencies` from the beginning. This package has no effect during runtime.
FixesAzure#20024
0 commit comments