fix(gulp-function): correct forFirst execution behavior, improve async error handling, and modernize package metadata

This commit is contained in:
2026-05-02 10:36:21 +00:00
parent edcb1d114f
commit 60607ce021
12 changed files with 8673 additions and 6831 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/gulp-function',
version: '3.0.7',
description: 'accepts a function call as parameter to execute in gulp pipeline'
version: '3.0.8',
description: 'A Gulp plugin to execute functions within a Gulp task pipeline.'
}