fix(mod_assets): Fix async handling in asset processing

This commit is contained in:
2025-01-29 18:33:29 +01:00
parent 337bee3272
commit 45c4472c53
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbundle',
version: '2.2.4',
version: '2.2.5',
description: 'a bundler using rollup for painless bundling of web projects'
}