Releases: kiwicom/js-iam-middleware
Releases · kiwicom/js-iam-middleware
v2.3.0
v2.2.0
feat: allow use getClientToken on server - allow use node-fetch as fetcher prop on server
v2.1.4
fix: change workflow for internal GITHUB_TOKEN
v2.1.2
v2.1.1
v2.1.0
feat: add param for permissions identification
v2.0.0
chore(deps): bump npm from 6.10.2 to 6.13.7 Bumps [npm](https://github.com/npm/cli) from 6.10.2 to 6.13.7. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v6.10.2...v6.13.7) Signed-off-by: dependabot[bot] <[email protected]>
v1.3.0
v1.2.6
v1.2.5
fix: add graphql file to the published package We had `AuthorizationDirective.graphql` inside the published package before, but then we added the `files` attribute to package.json and forgot to include it. So now projects using the graphql directive can't upgrade the package as this file is missing.