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
+19 -16
View File
@@ -3,11 +3,14 @@
"version": "3.0.4",
"private": false,
"description": "A lightweight replacement for gulp, featuring smart stream handling and file manipulation.",
"exports": {
".": "./dist_ts/index.js"
},
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web --allowimplicitany)",
"test": "tstest test/",
"build": "tsbuild",
"buildDocs": "tsdoc"
},
"repository": {
@@ -24,27 +27,25 @@
"pipeline",
"development tool"
],
"author": "Lossless GmbH",
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/push.rocks/smartevent/issues"
"url": "https://code.foss.global/push.rocks/smartgulp/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartgulp",
"devDependencies": {
"@git.zone/tsbuild": "^2.1.72",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.88",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.11.25",
"@push.rocks/gulp-function": "^2.2.14"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsdoc": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/gulp-function": "^3.0.7",
"@types/node": "^25.6.0"
},
"dependencies": {
"@push.rocks/smartevent": "^2.0.5",
"@push.rocks/smartfile": "^11.0.4",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartstream": "^3.0.33",
"@types/through2": "^2.0.41",
"through2": "^4.0.2"
"@push.rocks/smartfile": "^13.1.3",
"@push.rocks/smartpromise": "^4.2.4",
"@push.rocks/smartstream": "^3.4.2",
"minimatch": "^10.2.5"
},
"type": "module",
"browserslist": [
@@ -59,7 +60,9 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
]
}
}