Skip to content

Commit

Permalink
fix: revert naming changes to not have breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BibiSebi committed Jul 3, 2024
1 parent 86346ea commit 69be596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/session/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export * from './isAppSessionQuery'
export * from './crud'
export * from './types'
export * from './refreshStoredAppSession'
export * from './cookieSessionStore'
export * from './sessionCookieStore'
export * from './shouldRefresh'
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { GetCookie, SetCookie } from '../utils'
import { cookieAdapter } from '../session-adapters/cookieAdapter'
import { createInternalAdapter } from '../session-adapters/internalAdapter'

export const cookieSessionStore: AppSessionCookieStoreFactory =
export const sessionCookieStore: AppSessionCookieStoreFactory =
(params) =>
(requestParams): AppSessionStore => {
const internalAdapter = createInternalAdapter({
Expand Down

0 comments on commit 69be596

Please sign in to comment.