- Enable EDITOR_LAYER on R3F raycaster for proper hit detection - Fix polygon editor drag using refs and direct position passing - Handle pointercancel events and fix pointerId access in polygon editor - Fix slider undo by reverting to start value before resuming temporal state - Allow grid:move during camera drag so polygon editor works while panning - Bump better-auth to ^1.5.2 and turbo to ^2.8.12 - Remove explicit return type on createAuth for better inference Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
476 B
JSON
25 lines
476 B
JSON
{
|
|
"name": "@pascal-app/auth",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./server": {
|
|
"types": "./src/server.ts",
|
|
"default": "./src/server.ts"
|
|
},
|
|
"./client": {
|
|
"types": "./src/client.ts",
|
|
"default": "./src/client.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@pascal-app/db": "*",
|
|
"better-auth": "^1.5.2",
|
|
"resend": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/typescript-config": "*",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|