Skip to content

Commit

Permalink
feat: version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeya committed May 21, 2021
1 parent 055f9de commit fde04f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-auth-sanity",
"description": "NextAuth Adapter for Sanity",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions src/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import {
} from './queries';
import LRU from 'lru-cache';
import { SanityClient } from '@sanity/client';
import {uuid} from '@sanity/uuid'

import { uuid } from '@sanity/uuid';

type Options = {
client: SanityClient;
Expand Down
2 changes: 1 addition & 1 deletion src/credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SanityClient } from '@sanity/client';
import { getUserByEmailQuery } from './queries';
import argon2 from 'argon2';
import { IncomingMessage, ServerResponse } from 'node:http';
import {uuid} from '@sanity/uuid'
import { uuid } from '@sanity/uuid';
interface Options {
client: SanityClient;
}
Expand Down

0 comments on commit fde04f7

Please sign in to comment.