fix(core): update

This commit is contained in:
Philipp Kunz 2022-12-05 08:03:00 +01:00
parent 0e4dc4c7bb
commit e52323c382
3 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,7 @@
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^2.0.5",
"@gitzone/tsdoc": "^1.1.10",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^18.11.10"

View File

@ -4,6 +4,7 @@ specifiers:
'@gitzone/tsbuild': ^2.1.25
'@gitzone/tsbundle': ^2.0.5
'@gitzone/tsdoc': ^1.1.10
'@gitzone/tsrun': ^1.2.39
'@gitzone/tstest': ^1.0.44
'@pushrocks/smartfile': ^10.0.5
'@pushrocks/tapbundle': ^5.0.3
@ -16,6 +17,7 @@ devDependencies:
'@gitzone/tsbuild': 2.1.65
'@gitzone/tsbundle': 2.0.7
'@gitzone/tsdoc': 1.1.12
'@gitzone/tsrun': 1.2.39_@types+node@18.11.10
'@gitzone/tstest': 1.0.74_@types+node@18.11.10
'@pushrocks/tapbundle': 5.0.4
'@types/node': 18.11.10

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/tapbundle-fs',
version: '1.0.3',
version: '1.0.4',
description: 'an fs extension for tapbundle'
}