Skip to content

Commit c26e9ef

Browse files
committed
chore: remove unused imports and update TypeScript version
- Removed unused imports `getSessionCookie` and `getSessionFromCtx` from `auth.implement.ts`. - Updated TypeScript version from 5.8.3 to 5.7.3 in `package.json` and `pnpm-lock.yaml`. Signed-off-by: Innei <tukon479@gmail.com>
1 parent 5bf9397 commit c26e9ef

File tree

3 files changed

+52
-97
lines changed

3 files changed

+52
-97
lines changed

apps/core/src/modules/auth/auth.implement.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import {
1010
APIError,
1111
betterAuth,
1212
createAuthMiddleware,
13-
getSessionCookie,
14-
getSessionFromCtx,
1513
mongodbAdapter,
1614
toNodeHandler,
1715
} from '@mx-space/compiled/auth'

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"@types/node": "22.14.0",
3333
"cross-env": "7.0.3",
3434
"eslint": "^9.24.0",
35-
"eslint-plugin-unused-imports": "4.1.4",
3635
"lint-staged": "15.5.0",
3736
"prettier": "3.5.3",
3837
"rimraf": "6.0.1",
@@ -61,4 +60,4 @@
6160
"typescript": "5.7.3",
6261
"whatwg-url": "14.1.1"
6362
}
64-
}
63+
}

pnpm-lock.yaml

Lines changed: 51 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)