Update deps

This commit is contained in:
Darren Clarke 2024-02-14 12:13:00 +01:00
parent 7688730e4f
commit 6663e8ed1e
24 changed files with 3587 additions and 2262 deletions

View file

@ -58,6 +58,7 @@ export const createZPM = async ({ name, displayName, version }: Record<string, s
const pkg = JSON.stringify(skeleton, null, 2);
try {
// @ts-ignore
const gs = promisify(glob);
const files = await gs(`../../docker/zammad/addons/${name}-v*.zpm`);