Skip to content

Commit

Permalink
Export connect middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmund committed Jan 20, 2022
1 parent 0f982db commit 6ea291b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 6ea291b

Please sign in to comment.