fix(core): update

This commit is contained in:
2024-03-10 23:29:56 +01:00
parent 27ee7a532a
commit 0c703cb5c3
15 changed files with 4756 additions and 6226 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/gulp-function',
version: '3.0.5',
name: '@push.rocks/gulp-function',
version: '3.0.6',
description: 'accepts a function call as parameter to execute in gulp pipeline'
}

View File

@ -1,4 +1,4 @@
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartpromise from '@push.rocks/smartpromise';
import * as through2 from 'through2';
import { Transform } from 'stream';