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
deps: upgrade hapi, hapi-auth-jwt2 and typescript (7f83861)
BREAKING CHANGES
deps: This version of Prism is now only compatible with the
latest version of the Hapi API. Although the API of Prism itself has not
changed, it now only work with a suitable version of Hapi.
deps: This version of Prism is now compiled using TypeScript
3.x; projects written in TypeScript that use Prism may require to use a
matching version of TypeScript to ensure correct type compatibility.
deps: The Security plugin in this version of Prism now
uses the latest version of the hapi-auth-jwt2 plugin.
deps: bcrypt 2.0.0 changes the default bcrypt algorithm from 2a to 2b.