BREAKING CHANGE(core): update

This commit is contained in:
2022-06-09 19:59:21 +02:00
parent a7c6f4343d
commit 8c0efd532f
14 changed files with 10742 additions and 960 deletions
+32 -15
View File
@@ -3,11 +3,12 @@
"version": "2.0.2",
"private": false,
"description": "lightweight gulp replacement",
"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 --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
@@ -23,19 +24,35 @@
},
"homepage": "https://gitlab.com/pushrocks/smartgulp#README",
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^11.9.4",
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.35",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.41",
"gulp-function": "^2.2.14"
},
"dependencies": {
"@pushrocks/smartevent": "^2.0.3",
"@pushrocks/smartfile": "^7.0.0",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smartstream": "^1.0.14",
"@pushrocks/smartevent": "^2.0.5",
"@pushrocks/smartfile": "^10.0.2",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartstream": "^2.0.3",
"@types/through2": "^2.0.34",
"through2": "^3.0.0"
}
}
"through2": "^4.0.2"
},
"type": "module",
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}