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,19 +1,19 @@
{
"name": "@link-stack/opensearch-common",
"version": "3.1.0",
"version": "3.2.0b3",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@link-stack/logger": "*",
"@opensearch-project/opensearch": "^3.4.0",
"uuid": "^11.1.0"
"@opensearch-project/opensearch": "^3.5.1",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/node": "^22.13.12",
"@types/uuid": "^10.0.0",
"@types/node": "^24.7.0",
"@types/uuid": "^11.0.0",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"typescript": "5.8.2"
"typescript": "5.9.3"
}
}