diff --git a/package.json b/package.json index a6afdcd..0726325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-kit-cookie-session", - "version": "2.0.0", + "version": "2.0.1", "description": "⚒️ Encrypted 'stateless' cookie sessions for SvelteKit", "repository": { "type": "git", diff --git a/src/index.ts b/src/index.ts index a1a50be..cf78441 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,5 @@ export { default as cookieSession } from './core.js'; export { handleSession } from './handle.js'; +export { sessionMiddleware } from "./connect.js" export type { SessionOptions, Session } from './types'; \ No newline at end of file