fix(core): update

This commit is contained in:
Philipp Kunz 2023-11-11 21:06:11 +01:00
parent 0f630382e1
commit adf4bb64ad
3 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrequest": "^2.0.21",
"@push.rocks/smartrx": "^3.0.7",
"@push.rocks/smartstream": "^3.0.15",
"@push.rocks/smartstream": "^3.0.18",
"@push.rocks/smartunique": "^3.0.6",
"@push.rocks/smarturl": "^3.0.7",
"@types/tar-stream": "^3.1.3",

View File

@ -21,8 +21,8 @@ dependencies:
specifier: ^3.0.7
version: 3.0.7
'@push.rocks/smartstream':
specifier: ^3.0.15
version: 3.0.15
specifier: ^3.0.18
version: 3.0.18
'@push.rocks/smartunique':
specifier: ^3.0.6
version: 3.0.6
@ -735,7 +735,7 @@ packages:
'@push.rocks/smartpath': 5.0.11
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartrequest': 2.0.21
'@push.rocks/smartstream': 3.0.15
'@push.rocks/smartstream': 3.0.18
'@types/fs-extra': 11.0.3
'@types/glob': 8.1.0
'@types/js-yaml': 4.0.8
@ -952,8 +952,8 @@ packages:
through2: 4.0.2
dev: true
/@push.rocks/smartstream@3.0.15:
resolution: {integrity: sha512-VV8h3dIpd8vTjAQBdjpyY1yrJOsoQ1niR+K8Vj0GD+9baHGfCY9jCwKfvd2sC/Ogi6LCHpE6KqZCGKuKZNQ8Ig==}
/@push.rocks/smartstream@3.0.18:
resolution: {integrity: sha512-o/ff/koLyfKL6FxoYURUZ5/CtprDG0K8aZmYdbpuIw6vnFgHCVYpARpQjiJW0Wb+lRh+crFJHEDO3jZhKCQO+w==}
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartrx': 3.0.7

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartarchive',
version: '4.0.10',
version: '4.0.11',
description: 'work with archives'
}