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/zammad-addon-common",
"version": "3.1.0",
"version": "3.2.0b3",
"description": "",
"bin": {
"zpm-build": "./dist/build.js",
@ -10,13 +10,13 @@
"build": "tsc"
},
"devDependencies": {
"@types/node": "^22.13.12",
"@types/node": "^24.7.0",
"typescript": "^5"
},
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@link-stack/logger": "*",
"glob": "^11.0.1"
"glob": "^11.0.3"
}
}