feat(smartgulp): modernize file glob handling and refresh package metadata

This commit is contained in:
2026-05-01 22:17:09 +00:00
parent fa76cec8b4
commit 63c5e20391
22 changed files with 7806 additions and 5150 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
// node native scope
import * as path from 'path';
import * as path from 'node:path';
export {
path
@@ -9,6 +9,6 @@ export {
import * as smartevent from '@push.rocks/smartevent';
import * as smartfile from '@push.rocks/smartfile';
import * as smartstream from '@push.rocks/smartstream';
import * as through2 from 'through2';
import { minimatch } from 'minimatch';
export { smartevent, smartfile, smartstream, through2 };
export { smartevent, smartfile, smartstream, minimatch };