aws-lambda-libreoffice icon indicating copy to clipboard operation
aws-lambda-libreoffice copied to clipboard

Fix bad type defs creeping into package

Open mattmatters opened this issue 5 months ago • 0 comments
trafficstars

Del depends on globby which I found was importing bad definitely typed files. In particular @types/glob would end up with a weird version of @types/minimatch.

Bumping del to v6 fixes this. There's also nothing in this bump that is breaking changes and is the last version before Del is switched over to esm only (which I personally think is a better move but noticed prs vetoing it for that reason).

mattmatters avatar May 23 '25 16:05 mattmatters