Update deps and Zammad version (6.4.1)

This commit is contained in:
Darren Clarke 2025-01-15 14:15:02 +01:00
parent 07ee819520
commit 9e5ea2fc41
40 changed files with 973 additions and 849 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/zammad-addon-common",
"version": "2.3.4",
"version": "2.4.0b1",
"description": "",
"bin": {
"zpm-build": "./dist/build.js",
@ -10,12 +10,12 @@
"build": "tsc"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.6",
"typescript": "^5"
},
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"glob": "^11.0.0"
"glob": "^11.0.1"
}
}