fix(core): update

This commit is contained in:
Philipp Kunz 2022-09-05 00:21:42 +02:00
parent 443a026502
commit 37d6d56287
3 changed files with 1216 additions and 1759 deletions

2963
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,22 +34,22 @@
"@pushrocks/smartmime": "^1.0.5",
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrequest": "^1.1.56",
"@pushrocks/smartrequest": "^2.0.11",
"@pushrocks/smartstream": "^2.0.3",
"@pushrocks/streamfunction": "^4.0.4",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/glob": "^8.0.0",
"@types/js-yaml": "^4.0.5",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.72",
"@gitzone/tstest": "^1.0.73",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.0",
"@types/node": "^18.7.14",
"gulp-function": "^2.2.14"
},
"files": [

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartfile',
version: '10.0.4',
version: '10.0.5',
description: 'offers smart ways to work with files in nodejs'
}