v2.0.0
BREAKING CHANGES
-
universal-github-app-jwtis now a native ES Module -
githubAppJwtis now a default export.
Before
import { githubAppJwt } from "universal-github-app-jwt";now
import githubAppJwt from "universal-github-app-jwt";universal-github-app-jwt is now a native ES Module
githubAppJwt is now a default export.
Before
import { githubAppJwt } from "universal-github-app-jwt";now
import githubAppJwt from "universal-github-app-jwt";