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

@@ -3,15 +3,16 @@
"private": false,
"version": "3.0.5",
"description": "accepts a function call as parameter to execute in gulp pipeline",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
"build": "(tsbuild)",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/pushrocks/gulp-function.git"
"url": "git+https://gitlab.com/push.rocks/gulp-function.git"
},
"keywords": [
"gulpplugin",
@@ -22,32 +23,36 @@
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/gulp-function/issues"
"url": "https://gitlab.com/push.rocks/gulp-function/issues"
},
"homepage": "https://gitlab.com/pushrocks/gulp-function",
"homepage": "https://gitlab.com/push.rocks/gulp-function#readme",
"dependencies": {
"@pushrocks/smartpromise": "^3.0.6",
"@push.rocks/smartpromise": "^4.0.3",
"@types/through2": "^2.0.32",
"through2": "^3.0.1"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/smartgulp": "^2.0.2",
"@pushrocks/tapbundle": "^3.2.0",
"gulp": "^4.0.2",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0"
"@git.zone/tsbuild": "^2.1.17",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.28",
"@push.rocks/smartgulp": "^3.0.3",
"@push.rocks/tapbundle": "^5.0.15",
"gulp": "^4.0.2"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
]
}