Update dependencies and version number, remove link tickets endpoint

This commit is contained in:
Darren Clarke 2025-10-07 11:24:00 +02:00
parent 6f0f97ab7b
commit 11563a794e
36 changed files with 2953 additions and 4655 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-common",
"version": "3.1.0",
"version": "3.2.0b3",
"main": "build/main/index.js",
"type": "module",
"author": "Darren Clarke <darren@redaranj.com>",
@ -9,14 +9,14 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@auth/kysely-adapter": "^1.8.0",
"@auth/kysely-adapter": "^1.10.0",
"graphile-worker": "^0.16.6",
"kysely": "0.27.6",
"pg": "^8.14.1"
"kysely": "0.27.5",
"pg": "^8.16.3"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5.8.2"
"typescript": "^5.9.3"
}
}