Compare commits

..

3 Commits

Author SHA1 Message Date
GitHub Actions
c4ad77b867 chore(release): bump package version(s) [skip ci] 2023-10-08 17:19:45 +00:00
Balázs Orbán
6e1649d13f Merge branch 'main' of github.com:nextauthjs/next-auth 2023-10-08 19:15:45 +02:00
Balázs Orbán
ffe8cbc2db fix: don't publish schema.gql 2023-10-08 19:15:42 +02:00
3 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import type { CodegenConfig } from "@graphql-codegen/cli"
export default {
overwrite: true,
schema: "src/schema.graphql",
schema: "schema.gql",
emitLegacyCommonJSImports: false,
documents: "src/queries/*.graphql",
generates: {

View File

@@ -1,6 +1,6 @@
{
"name": "@auth/hasura-adapter",
"version": "0.2.1",
"version": "0.2.2",
"description": "Hasura adapter for Auth.js.",
"homepage": "https://authjs.dev",
"repository": "https://github.com/nextauthjs/next-auth",