@oauth42/next 0.4.2 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,4 +111,4 @@ declare const getServerSession: typeof getOAuth42Session;
111
111
  */
112
112
  declare function refreshAccessToken(token: any, clientId: string, clientSecret: string, issuer?: string): Promise<any>;
113
113
 
114
- export { type CreateAuthOptions as C, OAuth42Provider as O, type OAuth42Profile as a, type OAuth42ProviderOptions as b, createAuth as c, getOAuth42Session as d, withOAuth42ServerSideProps as e, createHandlers as f, getServerSession as g, refreshAccessToken as r, withOAuth42Session as w };
114
+ export { type CreateAuthOptions as C, type OAuth42Profile as O, OAuth42Provider as a, type OAuth42ProviderOptions as b, createAuth as c, getServerSession as d, withOAuth42Session as e, createHandlers as f, getOAuth42Session as g, refreshAccessToken as r, withOAuth42ServerSideProps as w };
@@ -111,4 +111,4 @@ declare const getServerSession: typeof getOAuth42Session;
111
111
  */
112
112
  declare function refreshAccessToken(token: any, clientId: string, clientSecret: string, issuer?: string): Promise<any>;
113
113
 
114
- export { type CreateAuthOptions as C, OAuth42Provider as O, type OAuth42Profile as a, type OAuth42ProviderOptions as b, createAuth as c, getOAuth42Session as d, withOAuth42ServerSideProps as e, createHandlers as f, getServerSession as g, refreshAccessToken as r, withOAuth42Session as w };
114
+ export { type CreateAuthOptions as C, type OAuth42Profile as O, OAuth42Provider as a, type OAuth42ProviderOptions as b, createAuth as c, getServerSession as d, withOAuth42Session as e, createHandlers as f, getOAuth42Session as g, refreshAccessToken as r, withOAuth42ServerSideProps as w };
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- export { C as CreateAuthOptions, a as OAuth42Profile, O as OAuth42Provider, b as OAuth42ProviderOptions, c as createAuth, d as getOAuth42Session, g as getServerSession, r as refreshAccessToken, e as withOAuth42ServerSideProps, w as withOAuth42Session } from './auth-CeGz9Vyk.mjs';
1
+ export { C as CreateAuthOptions, O as OAuth42Profile, a as OAuth42Provider, b as OAuth42ProviderOptions, c as createAuth, g as getOAuth42Session, d as getServerSession, r as refreshAccessToken, w as withOAuth42ServerSideProps, e as withOAuth42Session } from './auth-BThRQMzh.mjs';
2
2
  export { OAuth42AuthOptions, createMiddlewareConfig, withOAuth42Auth } from './middleware/index.mjs';
3
3
  import { DefaultSession } from 'next-auth';
4
4
  export { Session, User } from 'next-auth';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { C as CreateAuthOptions, a as OAuth42Profile, O as OAuth42Provider, b as OAuth42ProviderOptions, c as createAuth, d as getOAuth42Session, g as getServerSession, r as refreshAccessToken, e as withOAuth42ServerSideProps, w as withOAuth42Session } from './auth-CeGz9Vyk.js';
1
+ export { C as CreateAuthOptions, O as OAuth42Profile, a as OAuth42Provider, b as OAuth42ProviderOptions, c as createAuth, g as getOAuth42Session, d as getServerSession, r as refreshAccessToken, w as withOAuth42ServerSideProps, e as withOAuth42Session } from './auth-BThRQMzh.js';
2
2
  export { OAuth42AuthOptions, createMiddlewareConfig, withOAuth42Auth } from './middleware/index.js';
3
3
  import { DefaultSession } from 'next-auth';
4
4
  export { Session, User } from 'next-auth';
@@ -1,4 +1,4 @@
1
- export { C as CreateAuthOptions, O as OAuth42Provider, c as createAuth, f as createHandlers, d as getOAuth42Session, g as getServerSession, r as refreshAccessToken, e as withOAuth42ServerSideProps, w as withOAuth42Session } from '../auth-CeGz9Vyk.mjs';
1
+ export { C as CreateAuthOptions, a as OAuth42Provider, c as createAuth, f as createHandlers, g as getOAuth42Session, d as getServerSession, r as refreshAccessToken, w as withOAuth42ServerSideProps, e as withOAuth42Session } from '../auth-BThRQMzh.mjs';
2
2
  export { default as NextAuth, NextAuthOptions } from 'next-auth';
3
3
  export { OAuth42AuthOptions, createMiddlewareConfig, withOAuth42Auth } from '../middleware/index.mjs';
4
4
  import { NextRequest, NextResponse } from 'next/server';
@@ -1,4 +1,4 @@
1
- export { C as CreateAuthOptions, O as OAuth42Provider, c as createAuth, f as createHandlers, d as getOAuth42Session, g as getServerSession, r as refreshAccessToken, e as withOAuth42ServerSideProps, w as withOAuth42Session } from '../auth-CeGz9Vyk.js';
1
+ export { C as CreateAuthOptions, a as OAuth42Provider, c as createAuth, f as createHandlers, g as getOAuth42Session, d as getServerSession, r as refreshAccessToken, w as withOAuth42ServerSideProps, e as withOAuth42Session } from '../auth-BThRQMzh.js';
2
2
  export { default as NextAuth, NextAuthOptions } from 'next-auth';
3
3
  export { OAuth42AuthOptions, createMiddlewareConfig, withOAuth42Auth } from '../middleware/index.js';
4
4
  import { NextRequest, NextResponse } from 'next/server';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oauth42/next",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "Official OAuth42 SDK for Next.js applications",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",